Compare commits

...

2 Commits

Author SHA1 Message Date
efc354d190
Add verbosity to build process
Some checks reported errors
buildbot/travis_bionic Build done.
buildbot/multibuild_parent Build done.
buildbot/job/openwrt Build done.
2022-12-18 11:58:25 +08:00
6e921a5800
Add deps 2022-12-18 11:57:06 +08:00
2 changed files with 3 additions and 2 deletions

View File

@ -4,4 +4,5 @@ RUN apt -y update
RUN apt -y install \ RUN apt -y install \
build-essential rsync git-core subversion mercurial \ build-essential rsync git-core subversion mercurial \
build-essential libssl-dev libncurses5-dev unzip \ build-essential libssl-dev libncurses5-dev unzip \
gawk zlib1g-dev gawk zlib1g-dev libncursesw5-dev zlib1g-dev gettext \
xsltproc wget unzip python

View File

@ -11,7 +11,7 @@ git checkout tags/20.03.2
#wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config #wget https://downloads.openwrt.org/releases/22.03.2/targets/bcm27xx/bcm2711/config.buildinfo -O .config
cp ../config.buildinfo .config cp ../config.buildinfo .config
make defconfig make defconfig
make -j $(nproc) make -j $(nproc) V=sc
find ~ -type d -name bin find ~ -type d -name bin
find bin find bin