1
0
mirror of https://github.com/cusspvz/openwrt-builder.docker.git synced 2026-08-18 11:52:52 +00:00

docs: add versions, targets and compatible devices to the readme

This commit is contained in:
José Moreira
2018-09-10 01:06:17 +01:00
parent 63c420b8fa
commit a2f0d20e16
5 changed files with 35 additions and 12 deletions
-3
View File
@@ -1,6 +1,3 @@
# DEVICES:
# - Raspberry PI 1
OPENWRT_BASE="http://downloads.openwrt.org/releases/18.06.1/targets/brcm2708/bcm2708"
OPENWRT_CONFIG_SEED="$OPENWRT_BASE/config.seed"
OPENWRT_IMAGE_BUILDER="$OPENWRT_BASE/openwrt-imagebuilder-18.06.1-brcm2708-bcm2708.Linux-x86_64.tar.xz"
-3
View File
@@ -1,6 +1,3 @@
# DEVICES:
# - Raspberry PI 2
OPENWRT_BASE="http://downloads.openwrt.org/releases/18.06.1/targets/brcm2708/bcm2709"
OPENWRT_CONFIG_SEED="$OPENWRT_BASE/config.seed"
OPENWRT_IMAGE_BUILDER="$OPENWRT_BASE/openwrt-imagebuilder-18.06.1-brcm2708-bcm2709.Linux-x86_64.tar.xz"
-3
View File
@@ -1,6 +1,3 @@
# 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"
-3
View File
@@ -1,6 +1,3 @@
# DEVICES:
# - BeagleBone Black
OPENWRT_BASE="http://downloads.openwrt.org/releases/18.06.1/targets/omap/generic"
OPENWRT_CONFIG_SEED="$OPENWRT_BASE/config.seed"
OPENWRT_IMAGE_BUILDER="$OPENWRT_BASE/openwrt-imagebuilder-18.06.1-omap.Linux-x86_64.tar.xz"