diff options
author | Chen Minqiang <ptpt52@gmail.com> | 2022-10-03 09:41:31 +0800 |
---|---|---|
committer | Chen Minqiang <ptpt52@gmail.com> | 2022-10-22 20:09:58 +0800 |
commit | 350593307381c3021b6990efa6ff16550a5e59a8 (patch) | |
tree | 5f6b02f714e358216d35b646589edd49387b7dc7 /target/linux/ipq40xx/image | |
parent | b9b0407901f6518a0f5c4825208cff542f4b80cd (diff) | |
download | upstream-350593307381c3021b6990efa6ff16550a5e59a8.tar.gz upstream-350593307381c3021b6990efa6ff16550a5e59a8.tar.bz2 upstream-350593307381c3021b6990efa6ff16550a5e59a8.zip |
ipq40xx: convert to DSA and enable asus,rt-ac42u
This convert board asus,rt-ac42u to DSA and re-enable it
Reviewed-by: Robert Marko <robimarko@gmail.com>
Signed-off-by: Chen Minqiang <ptpt52@gmail.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 68ce31c205..0a7fee159d 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -228,8 +228,7 @@ define Device/asus_rt-ac42u UIMAGE_NAME:=$(shell echo -e '\03\01\01\01RT-AC82U') DEVICE_PACKAGES := ath10k-firmware-qca9984-ct kmod-usb-ledtrig-usbport endef -# Missing DSA Setup -#TARGET_DEVICES += asus_rt-ac42u +TARGET_DEVICES += asus_rt-ac42u define Device/asus_rt-ac58u $(call Device/FitImageLzma) |