First test
This commit is contained in:
parent
89e5bd196e
commit
8e61d64169
5
.buildbot/openwrt/Dockerfile
Normal file
5
.buildbot/openwrt/Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM ubuntu:focal
|
||||
|
||||
RUN apt -y update
|
||||
RUN apt -y install build-essential
|
||||
RUN apt -y install git-core subversion mercurial build-essential libssl-dev libncurses5-dev unzip gawk zlib1g-dev
|
15
.buildbot/openwrt/build.sh
Executable file
15
.buildbot/openwrt/build.sh
Executable file
|
@ -0,0 +1,15 @@
|
|||
#!/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/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
|
||||
|
||||
# check RTC
|
||||
|
||||
# kmod-rtc-ds1307
|
Loading…
Reference in New Issue
Block a user