1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[adm5120] image generation cleanups

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


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10309 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2008-01-29 10:33:34 +00:00
parent 4da9c04c87
commit add68b0178
11 changed files with 254 additions and 542 deletions

View File

@@ -1,17 +0,0 @@
#
# Copyright (C) 2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/Atheros
NAME:=Atheros WiFi
PACKAGES:=kmod-madwifi
endef
define Profile/Atheros/Description
Package set compatible with hardware using Atheros WiFi cards.
endef
$(eval $(call Profile,Atheros))

View File

@@ -1,17 +0,0 @@
#
# Copyright (C) 2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/Texas
NAME:=Texas Instruments WiFi
PACKAGES:=kmod-acx
endef
define Profile/Texas/Description
Package set compatible with hardware using Texas Instruments WiFi cards.
endef
$(eval $(call Profile,Texas))

View File

@@ -1,16 +0,0 @@
#
# Copyright (C) 2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/Ralink
NAME:=Ralink WiFi
PACKAGES:=kmod-rt2500
endef
define Profile/Ralink/Description
Package set compatible with hardware using Ralink WiFi cards.
endef
$(eval $(call Profile,Ralink))

View File

@@ -5,8 +5,44 @@
# See /LICENSE for more information.
#
define Profile/CAS630
NAME:=Cellvision CAS-630 IP camera (Experimental)
# TODO: add default packages
endef
define Profile/CAS630/Description
Package set optimized for the Cellvision CAS-630 device.
endef
define Profile/CAS630W
NAME:=Cellvision CAS-630W IP camera (Experimental)
# TODO: add default packages
endef
define Profile/CAS630W/Description
Package set optimized for the Cellvision CAS-630W device.
endef
define Profile/CAS670
NAME:=Cellvision CAS-670 IP camera (Experimental)
# TODO: add default packages
endef
define Profile/CAS670/Description
Package set optimized for the Cellvision CAS-670 device.
endef
define Profile/CAS670W
NAME:=Cellvision CAS-670W IP camera (Experimental)
# TODO: add default packages
endef
define Profile/CAS670W/Description
Package set optimized for the Cellvision CAS-670 device.
endef
define Profile/CAS700
NAME:=Cellvision CAS-700 IP camera (Untested)
NAME:=Cellvision CAS-700 IP camera (Experimental)
# TODO: add default packages
endef
@@ -15,7 +51,7 @@ define Profile/CAS700/Description
endef
define Profile/CAS700W
NAME:=Cellvision CAS-700W IP camera (Untested)
NAME:=Cellvision CAS-700W IP camera (Experimental)
# TODO: add default packages
endef
@@ -24,7 +60,7 @@ define Profile/CAS700W/Description
endef
define Profile/CAS771
NAME:=Cellvision CAS-771 IP camera (Untested)
NAME:=Cellvision CAS-771 IP camera (Experimental)
PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
endef
@@ -33,7 +69,7 @@ define Profile/CAS771/Description
endef
define Profile/CAS771W
NAME:=Cellvision CAS-771W IP camera (Untested)
NAME:=Cellvision CAS-771W IP camera (Experimental)
PACKAGES:=kmod-video-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio kmod-rt2500
endef
@@ -42,7 +78,7 @@ define Profile/CAS771W/Description
endef
define Profile/CAS790
NAME:=Cellvision CAS-790 IP camera (Untested)
NAME:=Cellvision CAS-790 IP camera (Experimental)
# TODO: add default packages
endef
@@ -51,7 +87,7 @@ define Profile/CAS790/Description
endef
define Profile/CAS861
NAME:=Cellvision CAS-861 IP camera (Untested)
NAME:=Cellvision CAS-861 IP camera (Experimental)
# TODO: add default packages
endef
@@ -60,7 +96,7 @@ define Profile/CAS861/Description
endef
define Profile/CAS861W
NAME:=Cellvision CAS-861W IP camera (Untested)
NAME:=Cellvision CAS-861W IP camera (Experimental)
PACKAGES:=kmod-rt2500
endef
@@ -68,6 +104,26 @@ define Profile/CAS861W/Description
Package set optimized for the Cellvision CAS-861W device.
endef
define Profile/NFS101U
NAME:=Cellvision NFS-101U Network File Server (Experimental)
endef
define Profile/NFS101U/Description
Package set optimized for the Cellvision NFS-101U device.
endef
define Profile/NFS101WU
NAME:=Cellvision NFS-101WU Network File Server (Experimental)
endef
define Profile/NFS101WU/Description
Package set optimized for the Cellvision NFS-101WU device.
endef
$(eval $(call Profile,CAS630))
$(eval $(call Profile,CAS630W))
$(eval $(call Profile,CAS670))
$(eval $(call Profile,CAS670W))
$(eval $(call Profile,CAS700))
$(eval $(call Profile,CAS700W))
$(eval $(call Profile,CAS771))
@@ -75,3 +131,6 @@ $(eval $(call Profile,CAS771W))
$(eval $(call Profile,CAS790))
$(eval $(call Profile,CAS861))
$(eval $(call Profile,CAS861W))
$(eval $(call Profile,NFS101U))
$(eval $(call Profile,NFS101WU))

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))

View File

@@ -1,17 +0,0 @@
#
# Copyright (C) 2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/C54BSR4
NAME:=Conceptronic C54BSR4 (Unofficial)
PACKAGES:=kmod-net-ipw2200
endef
define Profile/C54BSR4/Description
Package set optimized for the C54BSR4
endef
$(eval $(call Profile,C54BSR4))

View File

@@ -1,5 +1,5 @@
#
# Copyright (C) 2007 OpenWrt.org
# Copyright (C) 2007,2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -22,5 +22,23 @@ define Profile/BR6104KP/Description
Package set optimized for the Edimax BR-6104KP
endef
define Profile/BR6104WG
NAME:=Edimax BR-6104Wg (Unofficial, No WiFi)
endef
define Profile/BR6104WG/Description
Package set optimized for the Edimax BR-6104Wg
endef
define Profile/BR6114WG
NAME:=Edimax BR-6114WG (Unofficial, No WiFi)
endef
define Profile/BR6114WG/Description
Package set optimized for the Edimax BR-6114WG
endef
$(eval $(call Profile,BR6104K))
$(eval $(call Profile,BR6104KP))
$(eval $(call Profile,BR6104WG))
$(eval $(call Profile,BR6114WG))