Compare commits
2 Commits
bce08d8478
...
efc354d190
Author | SHA1 | Date | |
---|---|---|---|
efc354d190 | |||
6e921a5800 |
|
@ -4,4 +4,5 @@ RUN apt -y update
|
|||
RUN apt -y install \
|
||||
build-essential rsync git-core subversion mercurial \
|
||||
build-essential libssl-dev libncurses5-dev unzip \
|
||||
gawk zlib1g-dev
|
||||
gawk zlib1g-dev libncursesw5-dev zlib1g-dev gettext \
|
||||
xsltproc wget unzip python
|
||||
|
|
|
@ -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
|
||||
cp ../config.buildinfo .config
|
||||
make defconfig
|
||||
make -j $(nproc)
|
||||
make -j $(nproc) V=sc
|
||||
|
||||
find ~ -type d -name bin
|
||||
find bin
|
||||
|
|
Loading…
Reference in New Issue
Block a user