X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/622eabc631f8dac5bc622d8fb28b1931a9684d7f..86143fe01068cd4a7703629b88ce41e51bccb03b:/target/linux/ar71xx/profiles/linksys.mk diff --git a/target/linux/ar71xx/profiles/linksys.mk b/target/linux/ar71xx/profiles/linksys.mk index 8c7f30e53..f3253e728 100644 --- a/target/linux/ar71xx/profiles/linksys.mk +++ b/target/linux/ar71xx/profiles/linksys.mk @@ -5,13 +5,23 @@ # See /LICENSE for more information. # +define Profile/WRT160NL + NAME:=Linksys WRT160NL + PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2 swconfig +endef + +define Profile/WRT160NL/Description + Package set optimized for the Linksys WRT160NL. +endef + define Profile/WRT400N NAME:=Linksys WRT400N - PACKAGES:=kmod-ath9k hostapd-mini + PACKAGES:=kmod-ath9k wpad-mini endef define Profile/WRT400N/Description Package set optimized for the Linksys WRT400N. endef +$(eval $(call Profile,WRT160NL)) $(eval $(call Profile,WRT400N))