Skip to content
Snippets Groups Projects
Commit 22045c38 authored by Luka Perkov's avatar Luka Perkov
Browse files

imx6: put uboot-envtools in DEFAULT_PACKAGES


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

SVN-Revision: 45478
parent cc8628a6
No related branches found
No related tags found
No related merge requests found
...@@ -20,4 +20,6 @@ include $(INCLUDE_DIR)/target.mk ...@@ -20,4 +20,6 @@ include $(INCLUDE_DIR)/target.mk
KERNELNAME:=zImage dtbs KERNELNAME:=zImage dtbs
DEFAULT_PACKAGES += uboot-envtools
$(eval $(call BuildTarget)) $(eval $(call BuildTarget))
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
define Profile/Generic define Profile/Generic
NAME:=Generic (default) NAME:=Generic (default)
PACKAGES:= \ PACKAGES:= \
kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy \ kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy
uboot-envtools
endef endef
define Profile/Generic/Description define Profile/Generic/Description
......
...@@ -8,8 +8,7 @@ ...@@ -8,8 +8,7 @@
define Profile/IMX6DL_WANDBOARD define Profile/IMX6DL_WANDBOARD
NAME:=Wandboard Dual NAME:=Wandboard Dual
PACKAGES:= \ PACKAGES:= \
kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy \ kmod-thermal-imx kmod-usb-chipidea-imx kmod-usb-mxs-phy
uboot-envtools
endef endef
$(eval $(call Profile,IMX6DL_WANDBOARD)) $(eval $(call Profile,IMX6DL_WANDBOARD))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment