Skip to content
Snippets Groups Projects
Commit 84c263eb authored by Adrian Schmutzler's avatar Adrian Schmutzler Committed by Jonas Gorski
Browse files

brcm63xx: remove redundant variable definition in Makefile


For devices inheriting from bcm63xx_netgear, the IMAGES variable
is overwritten with the same values as defined in the parent
definition. So, remove the unnecessary overwrite.

Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
parent ee76bd11
No related branches found
No related tags found
No related merge requests found
...@@ -807,7 +807,6 @@ TARGET_DEVICES += DG834GTv4 ...@@ -807,7 +807,6 @@ TARGET_DEVICES += DG834GTv4
define Device/DGND3700v1 define Device/DGND3700v1
$(Device/bcm63xx_netgear) $(Device/bcm63xx_netgear)
IMAGES := factory.chk sysupgrade.bin
DEVICE_TITLE := Netgear DGND3700 v1 DEVICE_TITLE := Netgear DGND3700 v1
DEVICE_DTS := dgnd3700v1 DEVICE_DTS := dgnd3700v1
CFE_BOARD_ID := 96368MVWG CFE_BOARD_ID := 96368MVWG
...@@ -822,7 +821,6 @@ TARGET_DEVICES += DGND3700v1 ...@@ -822,7 +821,6 @@ TARGET_DEVICES += DGND3700v1
define Device/DGND3800B define Device/DGND3800B
$(Device/bcm63xx_netgear) $(Device/bcm63xx_netgear)
IMAGES := factory.chk sysupgrade.bin
DEVICE_TITLE := Netgear DGND3800B DEVICE_TITLE := Netgear DGND3800B
DEVICE_DTS := dgnd3700v1 DEVICE_DTS := dgnd3700v1
CFE_BOARD_ID := 96368MVWG CFE_BOARD_ID := 96368MVWG
...@@ -837,7 +835,6 @@ TARGET_DEVICES += DGND3800B ...@@ -837,7 +835,6 @@ TARGET_DEVICES += DGND3800B
define Device/EVG2000 define Device/EVG2000
$(Device/bcm63xx_netgear) $(Device/bcm63xx_netgear)
IMAGES := factory.chk sysupgrade.bin
DEVICE_TITLE := Netgear EVG2000 DEVICE_TITLE := Netgear EVG2000
DEVICE_DTS := evg2000 DEVICE_DTS := evg2000
CFE_BOARD_ID := 96369PVG CFE_BOARD_ID := 96369PVG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment