浏览代码

targets: remove useless quotes around KERNELNAME

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 42780
Felix Fietkau 11 年之前
父节点
当前提交
f35da063bc

+ 1 - 1
target/linux/avr32/Makefile

@@ -20,6 +20,6 @@ define Target/Description
   Build firmware images for ATNGW100 board
 endef
 
-KERNELNAME:="uImage"
+KERNELNAME:=uImage
 
 $(eval $(call BuildTarget))

+ 1 - 1
target/linux/bcm53xx/Makefile

@@ -22,7 +22,7 @@ define Target/Description
 	Build firmware images for Broadcom based BCM47xx/53xx routers with ARM CPU, *not* MIPS.
 endef
 
-KERNELNAME:="zImage dtbs"
+KERNELNAME:=zImage dtbs
 
 DEFAULT_PACKAGES += swconfig wpad-mini nvram \
 	kmod-gpio-button-hotplug \

+ 1 - 1
target/linux/brcm2708/Makefile

@@ -25,6 +25,6 @@ define Target/Description
 	Currently produces SD Card image for Raspberry Pi.
 endef
 
-KERNELNAME="Image"
+KERNELNAME:=Image
 
 $(eval $(call BuildTarget))

+ 1 - 1
target/linux/cns21xx/Makefile

@@ -24,6 +24,6 @@ define Target/Description
  Build firmware images for Cavium Networks CNS21XX based boards.
 endef
 
-KERNELNAME:="zImage uImage"
+KERNELNAME:=zImage uImage
 
 $(eval $(call BuildTarget))

+ 1 - 1
target/linux/cns3xxx/Makefile

@@ -23,7 +23,7 @@ define Target/Description
 	eg. the Gateworks Laguna family
 endef
 
-KERNELNAME:="zImage"
+KERNELNAME:=zImage
 
 DEFAULT_PACKAGES += kmod-ath9k kmod-usb2 wpad-mini
 

+ 1 - 1
target/linux/ep93xx/Makefile

@@ -19,6 +19,6 @@ DEVICE_TYPE:=developerboard
 
 include $(INCLUDE_DIR)/target.mk
 
-KERNELNAME:="uImage"
+KERNELNAME:=uImage
 
 $(eval $(call BuildTarget))

+ 1 - 1
target/linux/gemini/Makefile

@@ -15,7 +15,7 @@ MAINTAINER:=Imre Kaloz <[email protected]>
 
 LINUX_VERSION:=3.10.49
 
-KERNELNAME:="zImage"
+KERNELNAME:=zImage
 
 include $(INCLUDE_DIR)/target.mk
 

+ 1 - 1
target/linux/imx6/Makefile

@@ -18,6 +18,6 @@ LINUX_VERSION:=3.14.18
 
 include $(INCLUDE_DIR)/target.mk
 
-KERNELNAME:="zImage dtbs"
+KERNELNAME:=zImage dtbs
 
 $(eval $(call BuildTarget))

+ 1 - 1
target/linux/iop32x/Makefile

@@ -16,6 +16,6 @@ LINUX_VERSION:=3.3.8
 
 include $(INCLUDE_DIR)/target.mk
 
-KERNELNAME:="zImage"
+KERNELNAME:=zImage
 
 $(eval $(call BuildTarget))

+ 1 - 1
target/linux/ipq806x/Makefile

@@ -11,7 +11,7 @@ MAINTAINER:=John Crispin <[email protected]>
 
 LINUX_VERSION:=3.14.18
 
-KERNELNAME="Image dtbs"
+KERNELNAME:=Image dtbs
 
 include $(INCLUDE_DIR)/target.mk
 

+ 1 - 1
target/linux/ixp4xx/Makefile

@@ -18,6 +18,6 @@ LINUX_VERSION:=3.10.49
 include $(INCLUDE_DIR)/target.mk
 
 DEFAULT_PACKAGES += ixp4xx-microcode fconfig
-KERNELNAME:="zImage"
+KERNELNAME:=zImage
 
 $(eval $(call BuildTarget))

+ 1 - 1
target/linux/kirkwood/Makefile

@@ -17,6 +17,6 @@ LINUX_VERSION:=3.14.18
 
 include $(INCLUDE_DIR)/target.mk
 
-KERNELNAME:="zImage dtbs"
+KERNELNAME:=zImage dtbs
 
 $(eval $(call BuildTarget))

+ 1 - 1
target/linux/mcs814x/Makefile

@@ -26,6 +26,6 @@ DEFAULT_PACKAGES := $(filter-out ppp%,$(DEFAULT_PACKAGES)) \
 		  kmod-nls-utf8 \
 		  kmod-mcs814x-wdt kmod-ledtrig-usbdev
 
-KERNELNAME:="zImage dtbs"
+KERNELNAME:=zImage dtbs
 
 $(eval $(call BuildTarget))

+ 1 - 1
target/linux/mpc52xx/Makefile

@@ -20,6 +20,6 @@ define Target/Description
 	Build images for the Freescale MPC52xx based boards.
 endef
 
-KERNELNAME:="zImage"
+KERNELNAME:=zImage
 
 $(eval $(call BuildTarget))

+ 1 - 1
target/linux/mpc83xx/Makefile

@@ -23,6 +23,6 @@ define Target/Description
 	Build firmware images for Freescale MPC83xx based boards (eg. RouterBoard 600).
 endef
 
-KERNELNAME:="uImage dtbImage.rb600 dtbImage.rb333"
+KERNELNAME:=uImage dtbImage.rb600 dtbImage.rb333
 
 $(eval $(call BuildTarget))

+ 1 - 1
target/linux/mvebu/Makefile

@@ -18,7 +18,7 @@ LINUX_VERSION:=3.14.18
 
 include $(INCLUDE_DIR)/target.mk
 
-KERNELNAME:="zImage dtbs"
+KERNELNAME:=zImage dtbs
 
 DEFAULT_PACKAGES += uboot-envtools
 

+ 1 - 1
target/linux/mxs/Makefile

@@ -14,7 +14,7 @@ CPU_TYPE:=arm926ej-s
 
 MAINTAINER:=Zoltan HERPAI <[email protected]>
 LINUX_VERSION:=3.14.18
-KERNELNAME:="zImage dtbs"
+KERNELNAME:=zImage dtbs
 
 define Target/Description
 	Support for Freescale i.MX23/i.MX28 boards

+ 1 - 1
target/linux/omap/Makefile

@@ -17,7 +17,7 @@ LINUX_VERSION:=3.13.7
 
 MAINTAINER:=Imre Kaloz <[email protected]>
 
-KERNELNAME:="zImage dtbs"
+KERNELNAME:=zImage dtbs
 
 include $(INCLUDE_DIR)/target.mk
 

+ 1 - 1
target/linux/omap24xx/Makefile

@@ -19,7 +19,7 @@ define Target/Description
 	TI OMAP-24xx
 endef
 
-KERNELNAME:="zImage"
+KERNELNAME:=zImage
 
 include $(INCLUDE_DIR)/target.mk
 

+ 1 - 1
target/linux/orion/Makefile

@@ -16,7 +16,7 @@ LINUX_VERSION:=3.10.49
 
 include $(INCLUDE_DIR)/target.mk
 
-KERNELNAME:="zImage"
+KERNELNAME:=zImage
 
 DEFAULT_PACKAGES += kmod-ath9k kmod-crypto-mv-cesa wpad-mini kmod-i2c-core kmod-i2c-mv64xxx kmod-rtc-isl1208
 

+ 1 - 1
target/linux/ppc40x/Makefile

@@ -21,6 +21,6 @@ define Target/Description
 	Build firmware images for AMCC/IBM PPC40x based boards.
 endef
 
-KERNELNAME:="uImage cuImage.magicbox cuImage.openrb"
+KERNELNAME:=uImage cuImage.magicbox cuImage.openrb
 
 $(eval $(call BuildTarget))

+ 1 - 1
target/linux/ppc44x/Makefile

@@ -23,6 +23,6 @@ define Target/Description
 	Build firmware images for AMCC/IBM PPC44x based boards.
 endef
 
-KERNELNAME:="uImage cuImage.taishan"
+KERNELNAME:=uImage cuImage.taishan
 
 $(eval $(call BuildTarget))

+ 1 - 1
target/linux/pxa/Makefile

@@ -20,6 +20,6 @@ define Target/Description
 	Build images for PXA2xx systems, eg. Gumstix.
 endef
 
-KERNELNAME:="uImage"
+KERNELNAME:=uImage
 
 $(eval $(call BuildTarget))

+ 1 - 1
target/linux/realview/Makefile

@@ -24,6 +24,6 @@ define Target/Description
 	Build images for ARM Ltd. Realview boards to be run with qemu
 endef
 
-KERNELNAME:="zImage"
+KERNELNAME:=zImage
 
 $(eval $(call BuildTarget))

+ 2 - 2
target/linux/realview/image/Makefile

@@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/image.mk
 
 define Image/BuildKernel
-	cp $(KDIR)/$(subst ",,$(KERNELNAME)) $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf
+	cp $(KDIR)/$(KERNELNAME) $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.elf
 endef
 
 define Image/BuildKernel/Initramfs
-	cp $(KDIR)/$(subst ",,$(KERNELNAME))-initramfs $(BIN_DIR)/openwrt-$(BOARD)-vmlinux-initramfs.elf
+	cp $(KDIR)/$(KERNELNAME)-initramfs $(BIN_DIR)/openwrt-$(BOARD)-vmlinux-initramfs.elf
 endef
 
 define Image/Build/squashfs

+ 1 - 1
target/linux/sunxi/Makefile

@@ -16,7 +16,7 @@ CPU_SUBTYPE:=vfpv3
 MAINTAINER:=Zoltan HERPAI <[email protected]>
 
 LINUX_VERSION:=3.14.18
-KERNELNAME:="zImage dtbs"
+KERNELNAME:=zImage dtbs
 DEFAULT_PACKAGES += uboot-envtools uboot-sunxi kmod-eeprom-sunxi kmod-wdt-sunxi
 
 # A10: Cortex-A8