diff options
author | Tony Ambardar <itugrok@yahoo.com> | 2022-12-05 19:38:45 -0800 |
---|---|---|
committer | Tony Ambardar <itugrok@yahoo.com> | 2022-12-31 05:02:38 -0800 |
commit | 4b367e2b606583bb1316a54d952935893bc53c6c (patch) | |
tree | 749ff3e49fd7612fe009c9ed2d9f96f81e6e5c73 /target/linux/ipq40xx/image | |
parent | 2a9f3b7717d081a9d6cb34d7ad04e14b4e50d69e (diff) | |
download | upstream-4b367e2b606583bb1316a54d952935893bc53c6c.tar.gz upstream-4b367e2b606583bb1316a54d952935893bc53c6c.tar.bz2 upstream-4b367e2b606583bb1316a54d952935893bc53c6c.zip |
ipq40xx: migrate Linksys WHW01 to DSA and re-enable
Convert Linksys WHW01 network configuration to DSA and re-enable builds.
Reviewed-by: Robert Marko <robimarko@gmail.com>
Tested-by: Wyatt Martin <wawowl@gmail.com>
Signed-off-by: Wyatt Martin <wawowl@gmail.com>
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
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 a2807c6c9c..f92e11c797 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -734,8 +734,7 @@ define Device/linksys_whw01 IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | linksys-image type=WHW01 DEVICE_PACKAGES := uboot-envtools kmod-leds-pca963x endef -# Missing DSA Setup -#TARGET_DEVICES += linksys_whw01 +TARGET_DEVICES += linksys_whw01 define Device/luma_wrtq-329acn $(call Device/FitImage) |