1
0
mirror of https://github.com/cusspvz/openwrt-builder.docker.git synced 2026-08-28 00:20:19 +00:00

enhancements: dockerfiles + readme + docker-image-builder

This commit is contained in:
José Moreira
2018-09-10 00:57:20 +01:00
parent ae7e178bf1
commit 63c420b8fa
11 changed files with 246 additions and 107 deletions
+4
View File
@@ -1,4 +1,8 @@
# DEVICES:
# - Raspberry PI 3
OPENWRT_BASE="http://downloads.openwrt.org/releases/18.06.1/targets/brcm2708/bcm2710"
OPENWRT_CONFIG_SEED="$OPENWRT_BASE/config.seed"
OPENWRT_IMAGE_BUILDER="$OPENWRT_BASE/openwrt-imagebuilder-18.06.1-brcm2708-bcm2710.Linux-x86_64.tar.xz"
OPENWRT_PACKAGE_BUILDER="$OPENWRT_BASE/openwrt-sdk-18.06.1-brcm2708-bcm2710_gcc-7.3.0_musl.Linux-x86_64.tar.xz"