Revert "ar71xx: Clear bits in ath79_setup_qca955x_eth_cfg"
[openwrt.git] / target / linux / mxs / profiles / 01-duckbill.mk
1 #
2 # Copyright (C) 2013 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7
8 define Profile/duckbill
9   NAME:=I2SE Duckbill boards
10   DEPENDS:=+@TARGET_ROOTFS_INCLUDE_KERNEL +@TARGET_ROOTFS_INCLUDE_DTB
11   FEATURES+=usbgadget
12   PACKAGES+= \
13         -dnsmasq -firewall -ppp -ip6tables -iptables -6relayd -mtd uboot-envtools \
14         kmod-leds-gpio kmod-ledtrig-timer kmod-usb-mxs-phy -kmod-ipt-nathelper \
15         kmod-i2c-mxs kmod-spi-mxs uboot-mxs-duckbill
16 endef
17
18 define Profile/duckbill/Description
19         I2SE's Duckbill devices
20 endef
21
22 $(eval $(call Profile,duckbill))