imx6: add uboot-envtools to default packages
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37859
This commit is contained in:
parent
e29acfd8e9
commit
18a767156e
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@ include $(INCLUDE_DIR)/target.mk
|
||||||
KERNELNAME:="zImage dtbs"
|
KERNELNAME:="zImage dtbs"
|
||||||
|
|
||||||
DEFAULT_PACKAGES += \
|
DEFAULT_PACKAGES += \
|
||||||
kmod-usb-chipidea kmod-usb-mxs-phy
|
kmod-usb-chipidea kmod-usb-mxs-phy uboot-envtools
|
||||||
|
|
||||||
$(eval $(call BuildTarget))
|
$(eval $(call BuildTarget))
|
||||||
|
|
Loading…
Reference in a new issue