From 3a845b541b2775a3a0e8b0d57a1597388b0d9c96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Tue, 10 Sep 2019 22:07:05 +0200 Subject: [PATCH] Add support for Archer C2600 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Bläse Reviewed-by: Robert Langhammer Reviewed-by: Adrian Schmutzler --- bsp/board_ipq806x.bsp | 7 +++++++ bsp/ipq806x/.config | 14 ++++++++++++++ .../fff/fff-network/ipq806x/network.tplink,c2600 | 9 +++++++++ 3 files changed, 30 insertions(+) create mode 100644 bsp/board_ipq806x.bsp create mode 100644 bsp/ipq806x/.config create mode 100644 src/packages/fff/fff-network/ipq806x/network.tplink,c2600 diff --git a/bsp/board_ipq806x.bsp b/bsp/board_ipq806x.bsp new file mode 100644 index 0000000..1cff488 --- /dev/null +++ b/bsp/board_ipq806x.bsp @@ -0,0 +1,7 @@ +machine=ipq806x +chipset=ipq806x +subtarget=generic + +images=( + "openwrt-${chipset}-${subtarget}-tplink_c2600-squashfs-sysupgrade.bin" + ) diff --git a/bsp/ipq806x/.config b/bsp/ipq806x/.config new file mode 100644 index 0000000..cb8074e --- /dev/null +++ b/bsp/ipq806x/.config @@ -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 diff --git a/src/packages/fff/fff-network/ipq806x/network.tplink,c2600 b/src/packages/fff/fff-network/ipq806x/network.tplink,c2600 new file mode 100644 index 0000000..3535c62 --- /dev/null +++ b/src/packages/fff/fff-network/ipq806x/network.tplink,c2600 @@ -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)