diff options
author | Luka Perkov <luka@openwrt.org> | 2015-04-17 13:47:13 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-04-17 13:47:13 +0000 |
commit | 22045c383dc32f620a5da8909a98a58320926e02 (patch) | |
tree | 64832d46b8f9b34b5b461920e5513c37f902111a /target/linux/imx6/Makefile | |
parent | cc8628a6a3dd93179a8a5eeb1e1ae4e142d8829f (diff) | |
download | upstream-22045c383dc32f620a5da8909a98a58320926e02.tar.gz upstream-22045c383dc32f620a5da8909a98a58320926e02.tar.bz2 upstream-22045c383dc32f620a5da8909a98a58320926e02.zip |
imx6: put uboot-envtools in DEFAULT_PACKAGES
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45478
Diffstat (limited to 'target/linux/imx6/Makefile')
-rw-r--r-- | target/linux/imx6/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index 0afd85312b..479b48e035 100644 --- a/target/linux/imx6/Makefile +++ b/target/linux/imx6/Makefile @@ -20,4 +20,6 @@ include $(INCLUDE_DIR)/target.mk KERNELNAME:=zImage dtbs +DEFAULT_PACKAGES += uboot-envtools + $(eval $(call BuildTarget)) |