targets: remove useless quotes around KERNELNAME

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

SVN-Revision: 42780
master
Felix Fietkau 10 years ago
parent 8a450a93a5
commit f35da063bc
  1. 2
      target/linux/avr32/Makefile
  2. 2
      target/linux/bcm53xx/Makefile
  3. 2
      target/linux/brcm2708/Makefile
  4. 2
      target/linux/cns21xx/Makefile
  5. 2
      target/linux/cns3xxx/Makefile
  6. 2
      target/linux/ep93xx/Makefile
  7. 2
      target/linux/gemini/Makefile
  8. 2
      target/linux/imx6/Makefile
  9. 2
      target/linux/iop32x/Makefile
  10. 2
      target/linux/ipq806x/Makefile
  11. 2
      target/linux/ixp4xx/Makefile
  12. 2
      target/linux/kirkwood/Makefile
  13. 2
      target/linux/mcs814x/Makefile
  14. 2
      target/linux/mpc52xx/Makefile
  15. 2
      target/linux/mpc83xx/Makefile
  16. 2
      target/linux/mvebu/Makefile
  17. 2
      target/linux/mxs/Makefile
  18. 2
      target/linux/omap/Makefile
  19. 2
      target/linux/omap24xx/Makefile
  20. 2
      target/linux/orion/Makefile
  21. 2
      target/linux/ppc40x/Makefile
  22. 2
      target/linux/ppc44x/Makefile
  23. 2
      target/linux/pxa/Makefile
  24. 2
      target/linux/realview/Makefile
  25. 4
      target/linux/realview/image/Makefile
  26. 2
      target/linux/sunxi/Makefile

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save