diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-10-05 20:17:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-10-05 20:17:19 +0000 |
commit | 0a602b2b72aed043e3229667d4ced72a8059eda5 (patch) | |
tree | 70a5f272a53f8114dd1f35f9199324d95da32cf1 /target/linux/mcs814x | |
parent | 40935a16aae0b254b359065c43bbf1f7edda4b6b (diff) | |
download | upstream-0a602b2b72aed043e3229667d4ced72a8059eda5.tar.gz upstream-0a602b2b72aed043e3229667d4ced72a8059eda5.tar.bz2 upstream-0a602b2b72aed043e3229667d4ced72a8059eda5.zip |
targets: remove useless quotes around KERNELNAME
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42780 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mcs814x')
-rw-r--r-- | target/linux/mcs814x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mcs814x/Makefile b/target/linux/mcs814x/Makefile index 6b1b40e486..25c778afa6 100644 --- a/target/linux/mcs814x/Makefile +++ b/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)) |