598b29585e
Use SPDX license tags to allow machines to check licenses. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
18 lines
406 B
Makefile
18 lines
406 B
Makefile
# 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))
|