mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-20 00:23:30 +00:00
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))
|