2
0
forked from Ivasoft/openwrt

image generation cleanups * make image generation makefiles simpler * remove unused profiles * generate images for the Cellvision CAS-xxx/NFS-xxx devices

SVN-Revision: 10309
This commit is contained in:
Gabor Juhos
2008-01-29 10:33:34 +00:00
parent 6b545cff1d
commit fb3305367a
11 changed files with 254 additions and 542 deletions

View File

@@ -23,15 +23,15 @@ define Profile/NP28G/Description
Package set optimized for the Compex NP28G.
endef
define Profile/WP54G
NAME:=Compex WP54G family
define Profile/WP54
NAME:=Compex WP54 family
PACKAGES:=kmod-madwifi
endef
define Profile/WP54G/Description
Package set optimized for the Compex WP54G family.
define Profile/WP54/Description
Package set optimized for the Compex WP54 family.
endef
$(eval $(call Profile,NP27G))
$(eval $(call Profile,NP28G))
$(eval $(call Profile,WP54G))
$(eval $(call Profile,WP54))