Compare commits
No commits in common. "efc354d190b99f89f770c8127d407bcd24165c12" and "bce08d84787d9085470a794af26b021a0c6f5114" have entirely different histories.
efc354d190
...
bce08d8478
|
@ -4,5 +4,4 @@ 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 libncursesw5-dev zlib1g-dev gettext \
|
gawk zlib1g-dev
|
||||||
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
|
#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) V=sc
|
make -j $(nproc)
|
||||||
|
|
||||||
find ~ -type d -name bin
|
find ~ -type d -name bin
|
||||||
find bin
|
find bin
|
||||||
|
|
Loading…
Reference in New Issue
Block a user