forked from Sysdeploy/openwrt
Add build steps
This commit is contained in:
parent
3cdeaabc2c
commit
0677d2aef4
|
@ -6,9 +6,12 @@ cd openwrt
|
||||||
./scripts/feeds update -a
|
./scripts/feeds update -a
|
||||||
./scripts/feeds install -a
|
./scripts/feeds install -a
|
||||||
|
|
||||||
# wget https://downloads.openwrt.org/releases/21.02.1/targets/ath79/generic/config.buildinfo -O .config
|
|
||||||
wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config
|
wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config
|
||||||
make defconfig
|
make defconfig
|
||||||
|
make
|
||||||
|
|
||||||
|
find ~ -type d -name bin
|
||||||
|
find bin
|
||||||
|
|
||||||
# check RTC
|
# check RTC
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user