Author: jogo
Date: 2015-08-14 15:04:43 +0200 (Fri, 14 Aug 2015)
New Revision: 46595

Modified:
   trunk/target/linux/brcm63xx/image/Makefile
Log:
brcm63xx: prefix netgear specific device variables with NETGEAR_

Rename BOARD_ID to NETGEAR_BOARD_ID.

Signed-off-by: Jonas Gorski <[email protected]>

Modified: trunk/target/linux/brcm63xx/image/Makefile
===================================================================
--- trunk/target/linux/brcm63xx/image/Makefile  2015-08-14 13:04:22 UTC (rev 
46594)
+++ trunk/target/linux/brcm63xx/image/Makefile  2015-08-14 13:04:43 UTC (rev 
46595)
@@ -138,7 +138,7 @@
 
 define Build/netgear-chk
        $(STAGING_DIR_HOST)/bin/mkchkimg -o [email protected] -k $@ \
-       -b $(NETGEAR_ID) -r $(NETGEAR_REGION)
+       -b $(NETGEAR_BOARD_ID) -r $(NETGEAR_REGION)
        mv [email protected] $@
 endef
 
@@ -257,10 +257,10 @@
   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 @@
     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)
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to