mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user