From f35da063bc797d44143542d08285cb0bf9b247de Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 5 Oct 2014 20:17:19 +0000 Subject: targets: remove useless quotes around KERNELNAME Signed-off-by: Felix Fietkau SVN-Revision: 42780 --- target/linux/cns3xxx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/cns3xxx/Makefile') diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index 7508240..dd5349c 100644 --- a/target/linux/cns3xxx/Makefile +++ b/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 -- cgit v1.1