openwrtv4/target/linux/adm5120-2.6/profiles/100-Atheros.mk
Florian Fainelli 16d645378e Enable profiles for adm5120
SVN-Revision: 6629
2007-03-21 18:10:55 +00:00

17 lines
375 B
Makefile

#
# Copyright (C) 2006 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
endef
define Profile/Atheros/Description
Package set compatible with hardware using Atheros WiFi cards
endef
$(eval $(call Profile,Atheros))