diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-12-12 12:14:40 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-12-12 12:14:40 +0000 |
commit | f34dfaf2495d9585210303265af572576553e954 (patch) | |
tree | b42711bd742ccbecea62ae032ed1b728182e348a /target/linux/mxs/profiles/01-duckbill.mk | |
parent | 50f9d27da8266c9c9e612574a73684758aae5507 (diff) | |
download | upstream-f34dfaf2495d9585210303265af572576553e954.tar.gz upstream-f34dfaf2495d9585210303265af572576553e954.tar.bz2 upstream-f34dfaf2495d9585210303265af572576553e954.zip |
mxs: add i2c and spi packages to profiles
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43651
Diffstat (limited to 'target/linux/mxs/profiles/01-duckbill.mk')
-rw-r--r-- | target/linux/mxs/profiles/01-duckbill.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/mxs/profiles/01-duckbill.mk b/target/linux/mxs/profiles/01-duckbill.mk index 3f75a7aa77..ccd3881e47 100644 --- a/target/linux/mxs/profiles/01-duckbill.mk +++ b/target/linux/mxs/profiles/01-duckbill.mk @@ -11,7 +11,8 @@ define Profile/duckbill 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 + kmod-leds-gpio kmod-ledtrig-timer kmod-usb-mxs-phy -kmod-ipt-nathelper \ + kmod-i2c-mxs kmod-spi-mxs endef define Profile/duckbill/Description |