bmips: image: rename Device/bcm63xx_netgear
Every other Device definition in the target is using hyphens instead of underscores. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
130e5c63c7
commit
389f7802db
2 changed files with 4 additions and 4 deletions
|
@ -313,7 +313,7 @@ define Device/bcm63xx-nand
|
||||||
DEVICE_PACKAGES += nand-utils
|
DEVICE_PACKAGES += nand-utils
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Device/bcm63xx_netgear
|
define Device/bcm63xx-netgear
|
||||||
$(Device/bcm63xx-cfe)
|
$(Device/bcm63xx-cfe)
|
||||||
DEVICE_VENDOR := NETGEAR
|
DEVICE_VENDOR := NETGEAR
|
||||||
IMAGES := factory.chk sysupgrade.bin
|
IMAGES := factory.chk sysupgrade.bin
|
||||||
|
|
|
@ -15,7 +15,7 @@ endef
|
||||||
TARGET_DEVICES += comtrend_vr-3025u
|
TARGET_DEVICES += comtrend_vr-3025u
|
||||||
|
|
||||||
define Device/netgear_dgnd3700-v1
|
define Device/netgear_dgnd3700-v1
|
||||||
$(Device/bcm63xx_netgear)
|
$(Device/bcm63xx-netgear)
|
||||||
DEVICE_VENDOR := NETGEAR
|
DEVICE_VENDOR := NETGEAR
|
||||||
DEVICE_MODEL := DGND3700
|
DEVICE_MODEL := DGND3700
|
||||||
DEVICE_VARIANT := v1
|
DEVICE_VARIANT := v1
|
||||||
|
@ -30,7 +30,7 @@ endef
|
||||||
TARGET_DEVICES += netgear_dgnd3700-v1
|
TARGET_DEVICES += netgear_dgnd3700-v1
|
||||||
|
|
||||||
define Device/netgear_dgnd3800b
|
define Device/netgear_dgnd3800b
|
||||||
$(Device/bcm63xx_netgear)
|
$(Device/bcm63xx-netgear)
|
||||||
DEVICE_VENDOR := NETGEAR
|
DEVICE_VENDOR := NETGEAR
|
||||||
DEVICE_MODEL := DGND3800B
|
DEVICE_MODEL := DGND3800B
|
||||||
CFE_BOARD_ID := 96368MVWG
|
CFE_BOARD_ID := 96368MVWG
|
||||||
|
@ -44,7 +44,7 @@ endef
|
||||||
TARGET_DEVICES += netgear_dgnd3800b
|
TARGET_DEVICES += netgear_dgnd3800b
|
||||||
|
|
||||||
define Device/netgear_evg2000
|
define Device/netgear_evg2000
|
||||||
$(Device/bcm63xx_netgear)
|
$(Device/bcm63xx-netgear)
|
||||||
DEVICE_MODEL := EVG2000
|
DEVICE_MODEL := EVG2000
|
||||||
CFE_BOARD_ID := 96369PVG
|
CFE_BOARD_ID := 96369PVG
|
||||||
CHIP_ID := 6368
|
CHIP_ID := 6368
|
||||||
|
|
Loading…
Reference in a new issue