target: use SPDX license identifiers on Makefiles
[openwrt/staging/chunkeey.git] / target / linux / bcm47xx / generic / profiles / PS-1208MFG.mk
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2007-2010 OpenWrt.org
4
5 define Profile/Ps1208mfg
6 NAME:=Edimax PS-1208MFG
7 PACKAGES:=-firewall -dropbear -dnsmasq -mtd -ppp -wpad-basic-wolfssl kmod-b44 block-mount kmod-usb-storage kmod-usb2 kmod-usb-ohci -iptables -swconfig kmod-fs-ext4
8 endef
9
10 define Profile/Ps1208mfg/Description
11 Package set optimize for edimax PS-1208MFG printserver
12 endef
13
14 $(eval $(call Profile,Ps1208mfg))
15