diff options
author | Mathias Kresin <dev@kresin.me> | 2017-04-08 11:16:21 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-12-16 23:33:56 +0100 |
commit | 63d7f7fc925ebfa3aba7e65837676d2ba85c1c69 (patch) | |
tree | 233ee515f7bdbcb0492945a744550f8bf97731ed /target/linux/lantiq/image/tp-link.mk | |
parent | aba421432f261ee4c9dd1fb4c82d08115596fb83 (diff) | |
download | upstream-63d7f7fc925ebfa3aba7e65837676d2ba85c1c69.tar.gz upstream-63d7f7fc925ebfa3aba7e65837676d2ba85c1c69.tar.bz2 upstream-63d7f7fc925ebfa3aba7e65837676d2ba85c1c69.zip |
lantiq: use the compatible string as board name
Use the first compatible string as board name in userspace. Add the new
board name as well as the former used board name to the image metadata
to keep compatibilty with already deployed installations.
Don't add the former used boardname for boards which exists only in
master or evaluation boards.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/image/tp-link.mk')
-rw-r--r-- | target/linux/lantiq/image/tp-link.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/tp-link.mk b/target/linux/lantiq/image/tp-link.mk index f674ba298f..dc88605616 100644 --- a/target/linux/lantiq/image/tp-link.mk +++ b/target/linux/lantiq/image/tp-link.mk @@ -20,6 +20,7 @@ define Device/TDW8970 IMAGE_SIZE := 7680k DEVICE_TITLE := TP-LINK TD-W8970 DEVICE_PACKAGES:= kmod-ath9k wpad-mini kmod-usb-dwc2 kmod-usb-ledtrig-usbport + SUPPORTED_DEVICES += tplink,tdw8970 endef TARGET_DEVICES += TDW8970 @@ -32,6 +33,7 @@ define Device/TDW8980 IMAGE_SIZE := 7680k DEVICE_TITLE := TP-LINK TD-W8980 DEVICE_PACKAGES:= kmod-ath9k kmod-owl-loader wpad-mini kmod-usb-dwc2 kmod-usb-ledtrig-usbport + SUPPORTED_DEVICES += tplink,tdw8980 endef TARGET_DEVICES += TDW8980 @@ -45,6 +47,7 @@ define Device/VR200v IMAGE_SIZE := 15808k DEVICE_TITLE := TP-LINK Archer VR200v DEVICE_PACKAGES:= kmod-usb-dwc2 kmod-usb-ledtrig-usbport + SUPPORTED_DEVICES += tplink,vr200v endef TARGET_DEVICES += VR200v |