diff options
author | Nick Hainke <vincent@systemli.org> | 2022-07-16 10:33:24 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-04-24 18:32:26 +0200 |
commit | 0f269554e4fd16dd4bcb705e38ff063199e57018 (patch) | |
tree | 167bc37c13933d44ba16e49a1590c5c86dd65892 /target/linux/ipq40xx/image/generic.mk | |
parent | 90ad13c76360e5c0ff45db2fd88ffb2595afe451 (diff) | |
download | upstream-0f269554e4fd16dd4bcb705e38ff063199e57018.tar.gz upstream-0f269554e4fd16dd4bcb705e38ff063199e57018.tar.bz2 upstream-0f269554e4fd16dd4bcb705e38ff063199e57018.zip |
ipq40xx: convert GL-AP1300 to DSA
Convert GL-AP1300 to DSA and enable it.
While working on it rename the GL-AP1300 leds from green to white.
Tested-by: Rob White <rob@blue-wave.net>
Tested-by: Robert Sommer <frauhottelmann@gmail.com>
Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'target/linux/ipq40xx/image/generic.mk')
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 2f0ca927f0..8fa4f4175a 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -590,8 +590,7 @@ define Device/glinet_gl-ap1300 KERNEL_INSTALL := 1 DEVICE_PACKAGES := ipq-wifi-glinet_gl-ap1300 kmod-usb-net-qmi-wwan kmod-usb-serial-option uqmi endef -# Missing DSA Setup -#TARGET_DEVICES += glinet_gl-ap1300 +TARGET_DEVICES += glinet_gl-ap1300 define Device/glinet_gl-b1300 $(call Device/FitzImage) |