openwrt/.buildbot/openwrt/build.sh

23 lines
409 B
Bash
Raw Normal View History

2022-12-16 15:47:27 +00:00
#!/bin/bash
git clone https://git.openwrt.org/openwrt/openwrt.git
cd openwrt
2022-12-17 06:15:23 +00:00
git checkout tags/20.03.2
2022-12-16 15:47:27 +00:00
./scripts/feeds update -a
./scripts/feeds install -a
2022-12-17 06:15:23 +00:00
#wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config
cp ../config.buildinfo .config
2022-12-16 15:47:27 +00:00
make defconfig
2022-12-19 10:43:11 +00:00
#make -j $(nproc) V=w
make V=w
2022-12-16 15:57:02 +00:00
find ~ -type d -name bin
find bin
2022-12-16 15:47:27 +00:00
# check RTC
# kmod-rtc-ds1307