forked from Ivasoft/openwrt
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 <luaraneda@gmail.com> [drop brcm47xx changes which rename the images] Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
committed by
Mathias Kresin
parent
72051f7036
commit
575178e462
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user