aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image/tiny-netgear.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/ath79/image/tiny-netgear.mk')
-rw-r--r--target/linux/ath79/image/tiny-netgear.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/target/linux/ath79/image/tiny-netgear.mk b/target/linux/ath79/image/tiny-netgear.mk
index 42d6cab8bd..f353bc70bf 100644
--- a/target/linux/ath79/image/tiny-netgear.mk
+++ b/target/linux/ath79/image/tiny-netgear.mk
@@ -11,7 +11,9 @@ endef
define Device/netgear_wnr612-v2
$(Device/netgear_ar7240)
- DEVICE_TITLE := Netgear WNR612v2
+ DEVICE_VENDOR := NETGEAR
+ DEVICE_MODEL := WNR612
+ DEVICE_VARIANT := v2
DEVICE_DTS := ar7240_netgear_wnr612-v2
NETGEAR_BOARD_ID := REALWNR612V2
SUPPORTED_DEVICES += wnr612-v2
@@ -20,7 +22,8 @@ TARGET_DEVICES += netgear_wnr612-v2
define Device/on_n150r
$(Device/netgear_ar7240)
- DEVICE_TITLE := ON Network N150R
+ DEVICE_VENDOR := On Networks
+ DEVICE_MODEL := N150R
NETGEAR_BOARD_ID := N150R
SUPPORTED_DEVICES += n150r
endef