diff options
author | Guillaume Lefebvre <guillaume@zelig.ch> | 2022-11-09 06:52:18 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-12 18:15:55 +0100 |
commit | 65d9a715fc891740a900052be625f60da3a2b6a3 (patch) | |
tree | 227faf14d788eabd24a2167d76c05eacdec679e4 /target/linux/ipq40xx/image | |
parent | 62efb34071cff2e15bff85b00040520dad7d6097 (diff) | |
download | upstream-65d9a715fc891740a900052be625f60da3a2b6a3.tar.gz upstream-65d9a715fc891740a900052be625f60da3a2b6a3.tar.bz2 upstream-65d9a715fc891740a900052be625f60da3a2b6a3.zip |
ipq40xx: D-Link DAP-2610: convert to DSA
Reenable D-Link DAP-2610, convert it to DSA and label port to 'lan', as shown on the case
Reviewed-by: Robert Marko <robimarko@gmail.com>
Signed-off-by: Guillaume Lefebvre <guillaume@zelig.ch>
Diffstat (limited to 'target/linux/ipq40xx/image')
-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 b50d072bec..9fb34a7871 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -419,8 +419,7 @@ define Device/dlink_dap-2610 IMAGE/factory.bin := append-kernel | pad-offset 6144k 160 | append-rootfs | wrgg-image | check-size IMAGE/sysupgrade.bin := append-kernel | wrgg-image | pad-to $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | check-size | append-metadata endef -# Missing DSA Setup -#TARGET_DEVICES += dlink_dap-2610 +TARGET_DEVICES += dlink_dap-2610 define Device/edgecore_ecw5211 $(call Device/FitImage) |