2
0
forked from Ivasoft/openwrt

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

SVN-Revision: 10309
This commit is contained in:
Gabor Juhos
2008-01-29 10:33:34 +00:00
parent 6b545cff1d
commit fb3305367a
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/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,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))