targets: remove useless quotes around KERNELNAME

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 42780
This commit is contained in:
Felix Fietkau 2014-10-05 20:17:19 +00:00
parent 8a450a93a5
commit f35da063bc
26 changed files with 27 additions and 27 deletions

View File

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

View File

@ -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 \

View File

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

View File

@ -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))

View File

@ -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

View File

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

View File

@ -15,7 +15,7 @@ MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
LINUX_VERSION:=3.10.49
KERNELNAME:="zImage"
KERNELNAME:=zImage
include $(INCLUDE_DIR)/target.mk

View File

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

View File

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

View File

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

View File

@ -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))

View File

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

View File

@ -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))

View File

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

View File

@ -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))

View File

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

View File

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

View File

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

View File

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

View File

@ -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

View File

@ -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))

View File

@ -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))

View File

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

View File

@ -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))

View File

@ -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

View File

@ -16,7 +16,7 @@ CPU_SUBTYPE:=vfpv3
MAINTAINER:=Zoltan HERPAI <wigyori@uid0.hu>
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