mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
ipq40xx: use upper case for NETGEAR in DEVICE_VENDOR
Adjust spelling of vendor name to what is used in other places. Also move definition in shared section. Signed-off-by: Moritz Warning <moritzwarning@web.de> [improve commit title/message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
5c1f6853af
commit
debbc0a8a8
@ -594,6 +594,7 @@ TARGET_DEVICES += mobipromo_cm520-79f
|
|||||||
|
|
||||||
define Device/netgear_ex61x0v2
|
define Device/netgear_ex61x0v2
|
||||||
$(call Device/DniImage)
|
$(call Device/DniImage)
|
||||||
|
DEVICE_VENDOR := NETGEAR
|
||||||
DEVICE_DTS_CONFIG := config@4
|
DEVICE_DTS_CONFIG := config@4
|
||||||
NETGEAR_BOARD_ID := EX6150v2series
|
NETGEAR_BOARD_ID := EX6150v2series
|
||||||
NETGEAR_HW_ID := 29765285+16+0+128+2x2
|
NETGEAR_HW_ID := 29765285+16+0+128+2x2
|
||||||
@ -603,7 +604,6 @@ endef
|
|||||||
|
|
||||||
define Device/netgear_ex6100v2
|
define Device/netgear_ex6100v2
|
||||||
$(call Device/netgear_ex61x0v2)
|
$(call Device/netgear_ex61x0v2)
|
||||||
DEVICE_VENDOR := Netgear
|
|
||||||
DEVICE_MODEL := EX6100
|
DEVICE_MODEL := EX6100
|
||||||
DEVICE_VARIANT := v2
|
DEVICE_VARIANT := v2
|
||||||
endef
|
endef
|
||||||
@ -611,7 +611,6 @@ TARGET_DEVICES += netgear_ex6100v2
|
|||||||
|
|
||||||
define Device/netgear_ex6150v2
|
define Device/netgear_ex6150v2
|
||||||
$(call Device/netgear_ex61x0v2)
|
$(call Device/netgear_ex61x0v2)
|
||||||
DEVICE_VENDOR := Netgear
|
|
||||||
DEVICE_MODEL := EX6150
|
DEVICE_MODEL := EX6150
|
||||||
DEVICE_VARIANT := v2
|
DEVICE_VARIANT := v2
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user