01-duckbill.mk 617 B

12345678910111213141516171819202122
  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. define Profile/duckbill
  8. NAME:=I2SE Duckbill boards
  9. DEPENDS:=+@TARGET_ROOTFS_INCLUDE_KERNEL +@TARGET_ROOTFS_INCLUDE_DTB
  10. FEATURES+=usbgadget
  11. PACKAGES+= \
  12. -dnsmasq -firewall -ppp -ip6tables -iptables -6relayd -mtd uboot-envtools \
  13. kmod-leds-gpio kmod-ledtrig-timer kmod-usb-mxs-phy -kmod-ipt-nathelper \
  14. kmod-i2c-mxs kmod-spi-mxs uboot-mxs-duckbill
  15. endef
  16. define Profile/duckbill/Description
  17. I2SE's Duckbill devices
  18. endef
  19. $(eval $(call Profile,duckbill))