From f6e6a733f57061a62ff52711e19100a30824b555 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Mon, 25 May 2009 18:36:49 +0000 Subject: add preliminary support for the WRT160NL SVN-Revision: 16068 --- target/linux/ar71xx/profiles/linksys.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/ar71xx/profiles') diff --git a/target/linux/ar71xx/profiles/linksys.mk b/target/linux/ar71xx/profiles/linksys.mk index 8c7f30e535..8926374628 100644 --- a/target/linux/ar71xx/profiles/linksys.mk +++ b/target/linux/ar71xx/profiles/linksys.mk @@ -5,6 +5,15 @@ # 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 @@ -14,4 +23,5 @@ define Profile/WRT400N/Description Package set optimized for the Linksys WRT400N. endef +$(eval $(call Profile,WRT160NL)) $(eval $(call Profile,WRT400N)) -- cgit v1.2.3