Add support for Archer C2600

Signed-off-by: Fabian Bläse <fabian@blaese.de>
Reviewed-by: Robert Langhammer <rlanghammer@web.de>
Reviewed-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Fabian Bläse 2019-09-10 22:07:05 +02:00
parent d02ea69801
commit 3a845b541b
3 changed files with 30 additions and 0 deletions

7
bsp/board_ipq806x.bsp Normal file
View File

@ -0,0 +1,7 @@
machine=ipq806x
chipset=ipq806x
subtarget=generic
images=(
"openwrt-${chipset}-${subtarget}-tplink_c2600-squashfs-sysupgrade.bin"
)

14
bsp/ipq806x/.config Normal file
View File

@ -0,0 +1,14 @@
# Generated using "./buildscript config openwrt".
# Do no edit manually
#
CONFIG_TARGET_ipq806x=y
CONFIG_TARGET_ipq806x_generic=y
CONFIG_TARGET_MULTI_PROFILE=y
CONFIG_TARGET_DEVICE_ipq806x_generic_DEVICE_tplink_c2600=y
CONFIG_TARGET_DEVICE_PACKAGES_ipq806x_generic_DEVICE_tplink_c2600=""
CONFIG_TARGET_PER_DEVICE_ROOTFS=y
CONFIG_BUSYBOX_CUSTOM=y
CONFIG_CLEAN_IPKG=y
CONFIG_PACKAGE_kmod-hwmon-core=m
CONFIG_PACKAGE_opkg=m
CONFIG_STRIP_KERNEL_EXPORTS=y

View File

@ -0,0 +1,9 @@
PORTORDER="5 4 3 2 1"
WANDEV=eth0
SWITCHDEV=eth0
CLIENT_PORTS="0t 1 2"
WAN_PORTS="0t 5"
BATMAN_PORTS="0t 3 4"
ROUTERMAC=$(cat /sys/class/net/eth1/address)