imx6: put uboot-envtools in DEFAULT_PACKAGES

Signed-off-by: Luka Perkov <luka@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45478 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Luka Perkov
2015-04-17 13:47:13 +00:00
parent 30b7b3068f
commit 70a75d6f0c
3 changed files with 4 additions and 4 deletions

View File

@@ -20,4 +20,6 @@ include $(INCLUDE_DIR)/target.mk
KERNELNAME:=zImage dtbs
DEFAULT_PACKAGES += uboot-envtools
$(eval $(call BuildTarget))

View File

@@ -8,8 +8,7 @@
define Profile/Generic
NAME:=Generic (default)
PACKAGES:= \
kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy \
uboot-envtools
kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy
endef
define Profile/Generic/Description

View File

@@ -8,8 +8,7 @@
define Profile/IMX6DL_WANDBOARD
NAME:=Wandboard Dual
PACKAGES:= \
kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy \
uboot-envtools
kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy
endef
$(eval $(call Profile,IMX6DL_WANDBOARD))