target: use SPDX license identifiers on Makefiles
[openwrt/staging/stintel.git] / target / linux / mxs / profiles / 01-duckbill.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2013 OpenWrt.org
4
5 define Profile/duckbill
6 NAME:=I2SE Duckbill boards
7 FEATURES+=usbgadget
8 PACKAGES+= \
9 -dnsmasq -firewall -ppp -ip6tables -iptables -6relayd -mtd uboot-envtools \
10 kmod-leds-gpio -kmod-ipt-nathelper uboot-mxs-duckbill
11 endef
12
13 define Profile/duckbill/Description
14 I2SE's Duckbill devices
15 endef
16
17 $(eval $(call Profile,duckbill))