openwrtv3/target/linux/ar71xx/profiles/linksys.mk
Gabor Juhos f6e6a733f5 add preliminary support for the WRT160NL
SVN-Revision: 16068
2009-05-25 18:36:49 +00:00

27 lines
587 B
Makefile

#
# Copyright (C) 2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/WRT160NL
NAME:=Linksys WRT160NL
PACKAGES:=kmod-ath9k hostapd-mini kmod-usb2
endef
define Profile/WRT160NL/Description
Package set optimized for the Linksys WRT160NL.
endef
define Profile/WRT400N
NAME:=Linksys WRT400N
PACKAGES:=kmod-ath9k hostapd-mini
endef
define Profile/WRT400N/Description
Package set optimized for the Linksys WRT400N.
endef
$(eval $(call Profile,WRT160NL))
$(eval $(call Profile,WRT400N))