diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-01-29 10:33:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-01-29 10:33:34 +0000 |
commit | fb3305367a1a214d7e2e0d35b6d8ce53e1bd0a2d (patch) | |
tree | 45fed39049f4ae97495a78376205e46af2b334a8 /target/linux/adm5120/router_le/profiles/100-Atheros.mk | |
parent | 6b545cff1d200234de39fa3b8b2265f892e20e98 (diff) | |
download | mtk-20170518-fb3305367a1a214d7e2e0d35b6d8ce53e1bd0a2d.zip mtk-20170518-fb3305367a1a214d7e2e0d35b6d8ce53e1bd0a2d.tar.gz mtk-20170518-fb3305367a1a214d7e2e0d35b6d8ce53e1bd0a2d.tar.bz2 |
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_le/profiles/100-Atheros.mk')
-rw-r--r-- | target/linux/adm5120/router_le/profiles/100-Atheros.mk | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/target/linux/adm5120/router_le/profiles/100-Atheros.mk b/target/linux/adm5120/router_le/profiles/100-Atheros.mk deleted file mode 100644 index 8ad626c..0000000 --- a/target/linux/adm5120/router_le/profiles/100-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)) |