From 79b733264b709bdc1e855fb019d6d195c737fab9 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Fri, 14 Aug 2015 13:04:43 +0000 Subject: brcm63xx: prefix netgear specific device variables with NETGEAR_ Rename BOARD_ID to NETGEAR_BOARD_ID. Signed-off-by: Jonas Gorski SVN-Revision: 46595 --- target/linux/brcm63xx/image/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'target') diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 4a52a41a36..235b60c404 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -138,7 +138,7 @@ endef define Build/netgear-chk $(STAGING_DIR_HOST)/bin/mkchkimg -o $@.netgear -k $@ \ - -b $(NETGEAR_ID) -r $(NETGEAR_REGION) + -b $(NETGEAR_BOARD_ID) -r $(NETGEAR_REGION) mv $@.netgear $@ endef @@ -257,10 +257,10 @@ define Device/bcm63xxCfeNetgear CFE_BOARD_ID := CFE_CHIP_ID := CFE_EXTRAS := - NETGEAR_ID := + NETGEAR_BOARD_ID := NETGEAR_REGION := endef -DEVICE_VARS += NETGEAR_ID NETGEAR_REGION +DEVICE_VARS += NETGEAR_BOARD_ID NETGEAR_REGION # BCM63xx Old CFE devices: both ramdisks and parallel/spi bin images # Old versions of CFE bootloader not compatible with imagetag @@ -415,7 +415,7 @@ define bcm63xxCfeNetgear CFE_BOARD_ID := $(4) CFE_CHIP_ID := $(5) CFE_EXTRAS := $(6) - NETGEAR_ID := $(7) + NETGEAR_BOARD_ID := $(7) NETGEAR_REGION := $(8) endef TARGET_DEVICES += $(2) -- cgit v1.2.3