2
0

01-duckbill.mk 406 B

1234567891011121314151617
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Copyright (C) 2013 OpenWrt.org
  4. define Profile/duckbill
  5. NAME:=I2SE Duckbill boards
  6. FEATURES+=usbgadget
  7. PACKAGES+= \
  8. -dnsmasq -firewall -ppp -ip6tables -iptables -6relayd -mtd uboot-envtools \
  9. kmod-leds-gpio -kmod-ipt-nathelper uboot-mxs-duckbill
  10. endef
  11. define Profile/duckbill/Description
  12. I2SE's Duckbill devices
  13. endef
  14. $(eval $(call Profile,duckbill))