2022-12-16 16:47:27 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
git clone https://git.openwrt.org/openwrt/openwrt.git
|
|
|
|
|
|
|
|
cd openwrt
|
|
|
|
./scripts/feeds update -a
|
|
|
|
./scripts/feeds install -a
|
|
|
|
|
|
|
|
wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config
|
|
|
|
make defconfig
|
2022-12-16 16:57:02 +01:00
|
|
|
make
|
|
|
|
|
|
|
|
find ~ -type d -name bin
|
|
|
|
find bin
|
2022-12-16 16:47:27 +01:00
|
|
|
|
|
|
|
# check RTC
|
|
|
|
|
|
|
|
# kmod-rtc-ds1307
|