openwrt/.buildbot/openwrt/build.sh
Peter Šurda 65f2fd4a33
All checks were successful
buildbot/multibuild_parent Build done.
buildbot/travis_bionic Build done.
buildbot/job/openwrt Build done.
Build using multiple cores
2022-12-17 08:20:00 +08:00

19 lines
336 B
Bash
Executable File

#!/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
make -j $(nproc)
find ~ -type d -name bin
find bin
# check RTC
# kmod-rtc-ds1307