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 | 30b7b3068f93124cbf262c6013c3c55f1a2ba2cb (patch) | |
tree | e87b5c039fe54ed648f47c64cf1f5b6db80fe1e2 /target/linux/kirkwood/Makefile | |
parent | 489484be5de20b04c24dd6610811dbfb2db8bc87 (diff) | |
download | master-187ad058-30b7b3068f93124cbf262c6013c3c55f1a2ba2cb.tar.gz master-187ad058-30b7b3068f93124cbf262c6013c3c55f1a2ba2cb.tar.bz2 master-187ad058-30b7b3068f93124cbf262c6013c3c55f1a2ba2cb.zip |
kirkwood: put uboot-envtools in DEFAULT_PACKAGES
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45477 3c298f89-4303-0410-b956-a3cf2f4a3e73
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)) |