2
0
forked from Ivasoft/openwrt

remove dashes from profile names

SVN-Revision: 9132
This commit is contained in:
Gabor Juhos
2007-10-05 08:29:58 +00:00
parent 2e5ae70cc5
commit 57b20f2562
4 changed files with 63 additions and 63 deletions

View File

@@ -5,23 +5,23 @@
# See /LICENSE for more information.
#
define Profile/P-334WT
NAME:=ZyXEL Prestige P-334WT
define Profile/P334WT
NAME:=ZyXEL Prestige 334WT
PACKAGES:=kmod-acx
endef
define Profile/P-334WT/Description
Package set optimized for the ZyXEL Prestige P-334WT board.
define Profile/P334WT/Description
Package set optimized for the ZyXEL Prestige 334WT board.
endef
define Profile/P-335WT
NAME:=ZyXEL Prestige P-335WT
define Profile/P335WT
NAME:=ZyXEL Prestige 335WT
PACKAGES:=kmod-acx kmod-usb-core kmod-usb-adm5120
endef
define Profile/P-335WT/Description
Package set optimized for the ZyXEL Prestige P-335WT board.
define Profile/P335WT/Description
Package set optimized for the ZyXEL Prestige 335WT board.
endef
$(eval $(call Profile,P-334WT))
$(eval $(call Profile,P-335WT))
$(eval $(call Profile,P334WT))
$(eval $(call Profile,P335WT))