openwrt/.buildbot/openwrt/build.sh
Peter Šurda e9a4eae2ac
Some checks reported errors
buildbot/multibuild_parent Build done.
buildbot/travis_bionic Build done.
buildbot/job/openwrt Build done.
Reduce build verbosity
2022-12-18 12:00:03 +08:00

22 lines
399 B
Bash
Executable File

#!/bin/bash
git clone https://git.openwrt.org/openwrt/openwrt.git
cd openwrt
git checkout tags/20.03.2
./scripts/feeds update -a
./scripts/feeds install -a
#wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config
cp ../config.buildinfo .config
make defconfig
make -j $(nproc) V=w
find ~ -type d -name bin
find bin
# check RTC
# kmod-rtc-ds1307