1#
2# Copyright (C) 2009 OpenWrt.org
3#
4# This is free software, licensed under the GNU General Public License v2.
5# See /LICENSE for more information.
6#
7
8define Profile/MZKW04NU
9	NAME:=Planex MZK-W04NU
10	PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev
11endef
12
13define Profile/MZKW04NU/Description
14	Package set optimized for the Planex MZK-W04NU.
15endef
16
17$(eval $(call Profile,MZKW04NU))
18
19define Profile/MZKW300NH
20	NAME:=Planex MZK-W300NH
21	PACKAGES:=
22endef
23
24define Profile/MZKW300NH/Description
25	Package set optimized for the Planex MZK-W300NH.
26endef
27
28$(eval $(call Profile,MZKW300NH))
29