master
gary@steersnet.org.uk 2020-11-27 15:03:02 +00:00
commit 14532b9e1a
2 changed files with 4466 additions and 0 deletions

16
Dockerfile 100644
View File

@ -0,0 +1,16 @@
FROM ubuntu:16.04
WORKDIR /build
RUN apt-get update && apt-get install -y git g++ make libncurses5-dev subversion libssl-dev gawk libxml-parser-perl \
unzip wget python xz-utils vim zlibc zlib1g zlib1g-dev openjdk-8-jdk build-essential ccache gettext \
xsltproc openssh-server && apt-get clean
RUN git clone https://github.com/hi-wooya/openwrt-hiwooya.git
WORKDIR /build/openwrt-hiwooya
RUN ./scripts/feeds update -a && ./scripts/feeds install -a
RUN rm -f /build/openwrt-hiwooya/.config
VOLUME /build/openwrt-hiwooya/.config

4450
openwrt-config 100644

File diff suppressed because it is too large Load Diff