From 575178e4628cf32b97feec66c4a9726b4f30fa88 Mon Sep 17 00:00:00 2001 From: Luis Araneda Date: Sun, 10 Dec 2017 19:45:20 -0300 Subject: treewide: add only one device when appending to TARGET_DEVICES This will avoid some conflicts when doing a git rebase or merge, specially when adding support to a new device. Signed-off-by: Luis Araneda [drop brcm47xx changes which rename the images] Signed-off-by: Mathias Kresin --- target/linux/lantiq/image/tp-link.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/linux/lantiq') diff --git a/target/linux/lantiq/image/tp-link.mk b/target/linux/lantiq/image/tp-link.mk index 5bbc18a..f674ba2 100644 --- a/target/linux/lantiq/image/tp-link.mk +++ b/target/linux/lantiq/image/tp-link.mk @@ -21,6 +21,7 @@ define Device/TDW8970 DEVICE_TITLE := TP-LINK TD-W8970 DEVICE_PACKAGES:= kmod-ath9k wpad-mini kmod-usb-dwc2 kmod-usb-ledtrig-usbport endef +TARGET_DEVICES += TDW8970 define Device/TDW8980 $(Device/lantiqTpLink) @@ -32,6 +33,7 @@ define Device/TDW8980 DEVICE_TITLE := TP-LINK TD-W8980 DEVICE_PACKAGES:= kmod-ath9k kmod-owl-loader wpad-mini kmod-usb-dwc2 kmod-usb-ledtrig-usbport endef +TARGET_DEVICES += TDW8980 define Device/VR200v $(Device/lantiqTpLink) @@ -44,5 +46,5 @@ define Device/VR200v DEVICE_TITLE := TP-LINK Archer VR200v DEVICE_PACKAGES:= kmod-usb-dwc2 kmod-usb-ledtrig-usbport endef -TARGET_DEVICES += TDW8970 TDW8980 VR200v +TARGET_DEVICES += VR200v -- cgit v1.1