From ddec515a092c690fba6fece4c50021b4a648badb Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 11 Sep 2007 17:55:08 +0000 Subject: rewrite image generation SVN-Revision: 8755 --- .../adm5120/router_le/profiles/010-Generic.mk | 17 ++++++++++ .../adm5120/router_le/profiles/100-Atheros.mk | 10 +++--- .../linux/adm5120/router_le/profiles/105-Texas.mk | 8 ++--- .../linux/adm5120/router_le/profiles/110-Ralink.mk | 6 ++-- .../linux/adm5120/router_le/profiles/200-None.mk | 17 ---------- .../linux/adm5120/router_le/profiles/Cellvision.mk | 23 ++++++++++---- target/linux/adm5120/router_le/profiles/Compex.mk | 37 ++++++++++++++++++++++ target/linux/adm5120/router_le/profiles/RB1xx.mk | 11 ++++--- 8 files changed, 89 insertions(+), 40 deletions(-) create mode 100644 target/linux/adm5120/router_le/profiles/010-Generic.mk delete mode 100644 target/linux/adm5120/router_le/profiles/200-None.mk create mode 100644 target/linux/adm5120/router_le/profiles/Compex.mk (limited to 'target/linux/adm5120/router_le') 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 0000000000..1d477319da --- /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 029586848f..8ad626c0cf 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 727a0c0648..dff3baffc0 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 d30ee73944..f0a457d923 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 2fcfacde9f..0000000000 --- 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 6912f13e3e..38f6935443 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 0000000000..fdfa83aae1 --- /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 9dd3de0973..76e4ad87fb 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)) -- cgit v1.2.3