diff options
author | Luka Perkov <luka@openwrt.org> | 2015-04-17 13:47:09 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-04-17 13:47:09 +0000 |
commit | cc8628a6a3dd93179a8a5eeb1e1ae4e142d8829f (patch) | |
tree | f73fab7ee339571b0e12d5d51b5425f6812dfafc /target/linux/kirkwood/Makefile | |
parent | 6b062ad8485c759b94e03d2639097684096b7ab1 (diff) | |
download | upstream-cc8628a6a3dd93179a8a5eeb1e1ae4e142d8829f.tar.gz upstream-cc8628a6a3dd93179a8a5eeb1e1ae4e142d8829f.tar.bz2 upstream-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/Makefile | 2 |
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)) |