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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user