From 0677d2aef4496353dcac470c5f8fa8dc020e27a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C5=A0urda?= Date: Fri, 16 Dec 2022 23:57:02 +0800 Subject: [PATCH] Add build steps --- .buildbot/openwrt/build.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.buildbot/openwrt/build.sh b/.buildbot/openwrt/build.sh index 8fc370c..c3ddae1 100755 --- a/.buildbot/openwrt/build.sh +++ b/.buildbot/openwrt/build.sh @@ -6,9 +6,12 @@ cd openwrt ./scripts/feeds update -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 make defconfig +make + +find ~ -type d -name bin +find bin # check RTC