diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-09-11 20:56:48 +0200 |
---|---|---|
committer | Jonas Gorski <jonas.gorski@gmail.com> | 2019-09-14 11:43:19 +0200 |
commit | 84c263ebfe3fcc258bf33c0066e9316f75b6bb08 (patch) | |
tree | de65d5dfc263960fe5b8f1a37692788a7a300525 /target | |
parent | ee76bd11bbe75bf57cccd84bbeea245ee7a2893b (diff) | |
download | upstream-84c263ebfe3fcc258bf33c0066e9316f75b6bb08.tar.gz upstream-84c263ebfe3fcc258bf33c0066e9316f75b6bb08.tar.bz2 upstream-84c263ebfe3fcc258bf33c0066e9316f75b6bb08.zip |
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: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/image/bcm63xx.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/image/bcm63xx.mk b/target/linux/brcm63xx/image/bcm63xx.mk index 95cd5a9f82..212960e972 100644 --- a/target/linux/brcm63xx/image/bcm63xx.mk +++ b/target/linux/brcm63xx/image/bcm63xx.mk @@ -807,7 +807,6 @@ TARGET_DEVICES += DG834GTv4 define Device/DGND3700v1 $(Device/bcm63xx_netgear) - IMAGES := factory.chk sysupgrade.bin DEVICE_TITLE := Netgear DGND3700 v1 DEVICE_DTS := dgnd3700v1 CFE_BOARD_ID := 96368MVWG @@ -822,7 +821,6 @@ TARGET_DEVICES += DGND3700v1 define Device/DGND3800B $(Device/bcm63xx_netgear) - IMAGES := factory.chk sysupgrade.bin DEVICE_TITLE := Netgear DGND3800B DEVICE_DTS := dgnd3700v1 CFE_BOARD_ID := 96368MVWG @@ -837,7 +835,6 @@ TARGET_DEVICES += DGND3800B define Device/EVG2000 $(Device/bcm63xx_netgear) - IMAGES := factory.chk sysupgrade.bin DEVICE_TITLE := Netgear EVG2000 DEVICE_DTS := evg2000 CFE_BOARD_ID := 96369PVG |