summaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/Makefile
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-11-05 08:00:30 +0000
committerLuka Perkov <luka@openwrt.org>2013-11-05 08:00:30 +0000
commitda224973af13644fb0b76d9422234a1f89e53134 (patch)
tree8c7671725e2aa88c7dd7e15af437e961187ee00f /target/linux/imx6/Makefile
parent0edf22694e1449c4db3a8ad64e8cac138472675e (diff)
downloadmaster-31e0f0ae-da224973af13644fb0b76d9422234a1f89e53134.tar.gz
master-31e0f0ae-da224973af13644fb0b76d9422234a1f89e53134.tar.bz2
master-31e0f0ae-da224973af13644fb0b76d9422234a1f89e53134.zip
imx6: drop unused variable from Makefile
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38650
Diffstat (limited to 'target/linux/imx6/Makefile')
-rw-r--r--target/linux/imx6/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile
index ccff4dc51b..b3f06e8c6f 100644
--- a/target/linux/imx6/Makefile
+++ b/target/linux/imx6/Makefile
@@ -20,6 +20,4 @@ include $(INCLUDE_DIR)/target.mk
KERNELNAME:="zImage dtbs"
-DEFAULT_PACKAGES +=
-
$(eval $(call BuildTarget))