summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/router_le/profiles
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-11 17:55:08 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-09-11 17:55:08 +0000
commit02c9cd23690727767b933f700a10296d18b47a84 (patch)
treea0d5aea28b57855358d07635d6fa8c3df051f402 /target/linux/adm5120/router_le/profiles
parentc53b157b0e88d50d3a60d438be22d97bbbcee6d1 (diff)
[adm5120] rewrite image generation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8755 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120/router_le/profiles')
-rw-r--r--target/linux/adm5120/router_le/profiles/010-Generic.mk17
-rw-r--r--target/linux/adm5120/router_le/profiles/100-Atheros.mk10
-rw-r--r--target/linux/adm5120/router_le/profiles/105-Texas.mk8
-rw-r--r--target/linux/adm5120/router_le/profiles/110-Ralink.mk6
-rw-r--r--target/linux/adm5120/router_le/profiles/200-None.mk17
-rw-r--r--target/linux/adm5120/router_le/profiles/Cellvision.mk23
-rw-r--r--target/linux/adm5120/router_le/profiles/Compex.mk37
-rw-r--r--target/linux/adm5120/router_le/profiles/RB1xx.mk11
8 files changed, 89 insertions, 40 deletions
diff --git a/target/linux/adm5120/router_le/profiles/010-Generic.mk b/target/linux/adm5120/router_le/profiles/010-Generic.mk
new file mode 100644
index 000000000..1d477319d
--- /dev/null
+++ b/target/linux/adm5120/router_le/profiles/010-Generic.mk
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2007 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/Generic
+ NAME:=Generic (default)
+ PACKAGES:=
+endef
+
+define Profile/Generic/Description
+ Generic package set compatible with most boards.
+endef
+$(eval $(call Profile,Generic))
+
diff --git a/target/linux/adm5120/router_le/profiles/100-Atheros.mk b/target/linux/adm5120/router_le/profiles/100-Atheros.mk
index 029586848..8ad626c0c 100644
--- a/target/linux/adm5120/router_le/profiles/100-Atheros.mk
+++ b/target/linux/adm5120/router_le/profiles/100-Atheros.mk
@@ -1,17 +1,17 @@
#
-# Copyright (C) 2006 OpenWrt.org
+# 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 (default)
- PACKAGES:=kmod-madwifi
+ NAME:=Atheros WiFi
+ PACKAGES:=kmod-madwifi
endef
define Profile/Atheros/Description
- Package set compatible with hardware using Atheros WiFi cards
+ Package set compatible with hardware using Atheros WiFi cards.
endef
-$(eval $(call Profile,Atheros))
+$(eval $(call Profile,Atheros))
diff --git a/target/linux/adm5120/router_le/profiles/105-Texas.mk b/target/linux/adm5120/router_le/profiles/105-Texas.mk
index 727a0c064..dff3baffc 100644
--- a/target/linux/adm5120/router_le/profiles/105-Texas.mk
+++ b/target/linux/adm5120/router_le/profiles/105-Texas.mk
@@ -1,17 +1,17 @@
#
-# Copyright (C) 2006 OpenWrt.org
+# 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
+ NAME:=Texas Instruments WiFi
+ PACKAGES:=kmod-acx
endef
define Profile/Texas/Description
- Package set compatible with hardware using Texas Instruments WiFi cards
+ Package set compatible with hardware using Texas Instruments WiFi cards.
endef
$(eval $(call Profile,Texas))
diff --git a/target/linux/adm5120/router_le/profiles/110-Ralink.mk b/target/linux/adm5120/router_le/profiles/110-Ralink.mk
index d30ee7394..f0a457d92 100644
--- a/target/linux/adm5120/router_le/profiles/110-Ralink.mk
+++ b/target/linux/adm5120/router_le/profiles/110-Ralink.mk
@@ -6,11 +6,11 @@
#
define Profile/Ralink
- NAME:=Ralink WiFi
- PACKAGES:=kmod-rt2500
+ NAME:=Ralink WiFi
+ PACKAGES:=kmod-rt2500
endef
define Profile/Ralink/Description
- Package set compatible with hardware using Ralink WiFi cards
+ Package set compatible with hardware using Ralink WiFi cards.
endef
$(eval $(call Profile,Ralink))
diff --git a/target/linux/adm5120/router_le/profiles/200-None.mk b/target/linux/adm5120/router_le/profiles/200-None.mk
deleted file mode 100644
index 2fcfacde9..000000000
--- a/target/linux/adm5120/router_le/profiles/200-None.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# Copyright (C) 2006 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/None
- NAME:=No WiFi
- PACKAGES:=
-endef
-
-define Profile/None/Description
- Package set without WiFi support
-endef
-$(eval $(call Profile,None))
-
diff --git a/target/linux/adm5120/router_le/profiles/Cellvision.mk b/target/linux/adm5120/router_le/profiles/Cellvision.mk
index 6912f13e3..38f693544 100644
--- a/target/linux/adm5120/router_le/profiles/Cellvision.mk
+++ b/target/linux/adm5120/router_le/profiles/Cellvision.mk
@@ -5,12 +5,23 @@
# See /LICENSE for more information.
#
-define Profile/Cellvision
- NAME:=Cellvision CAS-63x/77x cameras
- PACKAGES:=kmod-rt2500 kmod-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
+define Profile/CAS-771
+ NAME:=Cellvision CAS-771 IP camera
+ PACKAGES:=kmod-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio
endef
-define Profile/Cellvision/Description
- Package set compatible with the Cellvision CAS devices, including Wireless variants.
+define Profile/CAS-771/Description
+ Package set optimized for the Cellvision CAS-771 device.
endef
-$(eval $(call Profile,Cellvision))
+
+define Profile/CAS-771W
+ NAME:=Cellvision CAS-771W IP camera
+ PACKAGES:=kmod-cpia2 kmod-usb-ohci kmod-usb2 kmod-usb-audio kmod-rt2500
+endef
+
+define Profile/CAS-771W/Description
+ Package set optimized for the Cellvision CAS-771W device.
+endef
+
+$(eval $(call Profile,CAS-771))
+$(eval $(call Profile,CAS-771W))
diff --git a/target/linux/adm5120/router_le/profiles/Compex.mk b/target/linux/adm5120/router_le/profiles/Compex.mk
new file mode 100644
index 000000000..fdfa83aae
--- /dev/null
+++ b/target/linux/adm5120/router_le/profiles/Compex.mk
@@ -0,0 +1,37 @@
+#
+# Copyright (C) 2007 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/NP27G
+ NAME:=Compex NP27G
+ PACKAGES:=kmod-madwifi kmod-usb-core kmod-usb-adm5120
+endef
+
+define Profile/NP27G/Description
+ Package set optimized for the Compex NP27G.
+endef
+
+define Profile/NP28G
+ NAME:=Compex NP28G
+ PACKAGES:=kmod-madwifi
+endef
+
+define Profile/NP28G/Description
+ Package set optimized for the Compex NP28G.
+endef
+
+define Profile/WP54G
+ NAME:=Compex WP54G family
+ PACKAGES:=kmod-madwifi
+endef
+
+define Profile/WP54G/Description
+ Package set optimized for the Compex WP54G family.
+endef
+
+$(eval $(call Profile,NP27G))
+$(eval $(call Profile,NP28G))
+$(eval $(call Profile,WP54G))
diff --git a/target/linux/adm5120/router_le/profiles/RB1xx.mk b/target/linux/adm5120/router_le/profiles/RB1xx.mk
index 9dd3de097..76e4ad87f 100644
--- a/target/linux/adm5120/router_le/profiles/RB1xx.mk
+++ b/target/linux/adm5120/router_le/profiles/RB1xx.mk
@@ -1,17 +1,18 @@
#
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2007 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/RouterBoard
- NAME:=RouterBoard RB1xx
- PACKAGES:=kmod-madwifi
+ NAME:=Mikrotik RouterBoard 1xx family
+ PACKAGES:=kmod-madwifi
endef
define Profile/RouterBoard/Description
- Package set compatible with the RouterBoard RB1xx devices. Contains RouterOS to OpenWrt\\\
- installation scripts.
+ Package set compatible with the RouterBoard RB1xx devices. Contains RouterOS to OpenWrt\\\
+ installation scripts.
endef
+
$(eval $(call Profile,RouterBoard))