2013-10-02 08:33:49 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2013 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2013-10-18 08:02:45 +08:00
|
|
|
define Profile/IMX6DL_WANDBOARD
|
|
|
|
NAME:=Wandboard Dual
|
2013-10-02 08:33:49 +08:00
|
|
|
PACKAGES:= \
|
|
|
|
kmod-thermal-imx kmod-usb-chipidea kmod-usb-mxs-phy \
|
|
|
|
uboot-envtools
|
|
|
|
endef
|
|
|
|
|
2013-10-18 08:02:45 +08:00
|
|
|
$(eval $(call Profile,IMX6DL_WANDBOARD))
|