summaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-10-05 20:17:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-10-05 20:17:19 +0000
commitf35da063bc797d44143542d08285cb0bf9b247de (patch)
tree1c4bbbd9fdfdd2c6b5fcf18907a0e5661c250dbe /target/linux/bcm53xx/Makefile
parent8a450a93a59d06d401d4696737cbd13a783fbca7 (diff)
downloadmaster-31e0f0ae-f35da063bc797d44143542d08285cb0bf9b247de.tar.gz
master-31e0f0ae-f35da063bc797d44143542d08285cb0bf9b247de.tar.bz2
master-31e0f0ae-f35da063bc797d44143542d08285cb0bf9b247de.zip
targets: remove useless quotes around KERNELNAME
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42780
Diffstat (limited to 'target/linux/bcm53xx/Makefile')
-rw-r--r--target/linux/bcm53xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile
index 519b5a5530..69f30f84ec 100644
--- a/target/linux/bcm53xx/Makefile
+++ b/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 \