From fb3305367a1a214d7e2e0d35b6d8ce53e1bd0a2d Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Tue, 29 Jan 2008 10:33:34 +0000 Subject: image generation cleanups * make image generation makefiles simpler * remove unused profiles * generate images for the Cellvision CAS-xxx/NFS-xxx devices SVN-Revision: 10309 --- target/linux/adm5120/router_be/profiles/100-Texas.mk | 17 ----------------- target/linux/adm5120/router_be/profiles/110-Atheros.mk | 17 ----------------- 2 files changed, 34 deletions(-) delete mode 100644 target/linux/adm5120/router_be/profiles/100-Texas.mk delete mode 100644 target/linux/adm5120/router_be/profiles/110-Atheros.mk (limited to 'target/linux/adm5120/router_be') diff --git a/target/linux/adm5120/router_be/profiles/100-Texas.mk b/target/linux/adm5120/router_be/profiles/100-Texas.mk deleted file mode 100644 index af17042b04..0000000000 --- a/target/linux/adm5120/router_be/profiles/100-Texas.mk +++ /dev/null @@ -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)) - diff --git a/target/linux/adm5120/router_be/profiles/110-Atheros.mk b/target/linux/adm5120/router_be/profiles/110-Atheros.mk deleted file mode 100644 index fa95bf3b10..0000000000 --- a/target/linux/adm5120/router_be/profiles/110-Atheros.mk +++ /dev/null @@ -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)) - -- cgit v1.2.3