summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/router_be
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-01-29 10:33:34 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-01-29 10:33:34 +0000
commitfb3305367a1a214d7e2e0d35b6d8ce53e1bd0a2d (patch)
tree45fed39049f4ae97495a78376205e46af2b334a8 /target/linux/adm5120/router_be
parent6b545cff1d200234de39fa3b8b2265f892e20e98 (diff)
downloadmaster-31e0f0ae-fb3305367a1a214d7e2e0d35b6d8ce53e1bd0a2d.tar.gz
master-31e0f0ae-fb3305367a1a214d7e2e0d35b6d8ce53e1bd0a2d.tar.bz2
master-31e0f0ae-fb3305367a1a214d7e2e0d35b6d8ce53e1bd0a2d.zip
image generation cleanups * make image generation makefiles simpler * remove unused profiles * generate images for the Cellvision CAS-xxx/NFS-xxx devices
SVN-Revision: 10309
Diffstat (limited to 'target/linux/adm5120/router_be')
-rw-r--r--target/linux/adm5120/router_be/profiles/100-Texas.mk17
-rw-r--r--target/linux/adm5120/router_be/profiles/110-Atheros.mk17
2 files changed, 0 insertions, 34 deletions
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))
-