diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2014-04-28 07:43:29 +0000 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2014-04-28 07:43:29 +0000 |
commit | 350127428d1c9f4c81320ab001d58d5cae1ae1c6 (patch) | |
tree | c9a29735dc6de6660427a67327445be0f4f90d2d /target | |
parent | d8f04251d2f944065b57552a36d996f42f3b4fbf (diff) | |
download | upstream-350127428d1c9f4c81320ab001d58d5cae1ae1c6.tar.gz upstream-350127428d1c9f4c81320ab001d58d5cae1ae1c6.tar.bz2 upstream-350127428d1c9f4c81320ab001d58d5cae1ae1c6.zip |
mxs: enable usbgadget feature for Duckbills
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Acked-by: Zoltan HERPAI <wigyori@uid0.hu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40585 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/mxs/profiles/02-duckbill.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mxs/profiles/02-duckbill.mk b/target/linux/mxs/profiles/02-duckbill.mk index 847460ac31..4a6823846b 100644 --- a/target/linux/mxs/profiles/02-duckbill.mk +++ b/target/linux/mxs/profiles/02-duckbill.mk @@ -8,6 +8,7 @@ define Profile/duckbill NAME:=I2SE Duckbill series DEPENDS:=+@TARGET_ROOTFS_INCLUDE_KERNEL +@TARGET_ROOTFS_INCLUDE_DTB + FEATURES+=usbgadget PACKAGES+= \ -dnsmasq -firewall -ppp -ip6tables -iptables -6relayd -mtd uboot-envtools \ kmod-leds-gpio kmod-ledtrig-timer kmod-usb-mxs-phy -kmod-ipt-nathelper |