aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mxs/profiles/01-duckbill.mk
blob: d7202a44226e31268c8cb6014e9c7ee0154c23f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: GPL-2.0-only
#
# Copyright (C) 2013 OpenWrt.org

define Profile/duckbill
  NAME:=I2SE Duckbill boards
  FEATURES+=usbgadget
  PACKAGES+= \
	-dnsmasq -firewall -ppp -ip6tables -iptables -6relayd -mtd uboot-envtools \
	kmod-leds-gpio -kmod-ipt-nathelper uboot-mxs-duckbill
endef

define Profile/duckbill/Description
	I2SE's Duckbill devices
endef

$(eval $(call Profile,duckbill))