summaryrefslogtreecommitdiffstats
path: root/target/linux/kirkwood/Makefile
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-04-17 13:47:09 +0000
committerLuka Perkov <luka@openwrt.org>2015-04-17 13:47:09 +0000
commitcc8628a6a3dd93179a8a5eeb1e1ae4e142d8829f (patch)
treef73fab7ee339571b0e12d5d51b5425f6812dfafc /target/linux/kirkwood/Makefile
parent6b062ad8485c759b94e03d2639097684096b7ab1 (diff)
downloadmaster-31e0f0ae-cc8628a6a3dd93179a8a5eeb1e1ae4e142d8829f.tar.gz
master-31e0f0ae-cc8628a6a3dd93179a8a5eeb1e1ae4e142d8829f.tar.bz2
master-31e0f0ae-cc8628a6a3dd93179a8a5eeb1e1ae4e142d8829f.zip
kirkwood: put uboot-envtools in DEFAULT_PACKAGES
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 45477
Diffstat (limited to 'target/linux/kirkwood/Makefile')
-rw-r--r--target/linux/kirkwood/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile
index 3f40d912ef..2fe1c845d9 100644
--- a/target/linux/kirkwood/Makefile
+++ b/target/linux/kirkwood/Makefile
@@ -19,4 +19,6 @@ include $(INCLUDE_DIR)/target.mk
KERNELNAME:=zImage dtbs
+DEFAULT_PACKAGES += uboot-envtools
+
$(eval $(call BuildTarget))