2007-09-11 20:55:08 +03:00
|
|
|
#
|
|
|
|
# Copyright (C) 2007 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2007-10-05 11:29:58 +03:00
|
|
|
define Profile/P334WT
|
|
|
|
NAME:=ZyXEL Prestige 334WT
|
2007-09-11 20:55:08 +03:00
|
|
|
PACKAGES:=kmod-acx
|
|
|
|
endef
|
|
|
|
|
2007-10-05 11:29:58 +03:00
|
|
|
define Profile/P334WT/Description
|
|
|
|
Package set optimized for the ZyXEL Prestige 334WT board.
|
2007-09-11 20:55:08 +03:00
|
|
|
endef
|
|
|
|
|
2007-10-05 11:29:58 +03:00
|
|
|
define Profile/P335WT
|
|
|
|
NAME:=ZyXEL Prestige 335WT
|
2007-09-11 20:55:08 +03:00
|
|
|
PACKAGES:=kmod-acx kmod-usb-core kmod-usb-adm5120
|
|
|
|
endef
|
|
|
|
|
2007-10-05 11:29:58 +03:00
|
|
|
define Profile/P335WT/Description
|
|
|
|
Package set optimized for the ZyXEL Prestige 335WT board.
|
2007-09-11 20:55:08 +03:00
|
|
|
endef
|
|
|
|
|
2007-10-05 11:29:58 +03:00
|
|
|
$(eval $(call Profile,P334WT))
|
|
|
|
$(eval $(call Profile,P335WT))
|