imx6: put uboot-envtools in DEFAULT_PACKAGES
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 45478
This commit is contained in:
parent
cc8628a6a3
commit
22045c383d
3 changed files with 4 additions and 4 deletions
|
@ -20,4 +20,6 @@ include $(INCLUDE_DIR)/target.mk
|
|||
|
||||
KERNELNAME:=zImage dtbs
|
||||
|
||||
DEFAULT_PACKAGES += uboot-envtools
|
||||
|
||||
$(eval $(call BuildTarget))
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue