X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fprofiles%2Flinksys.mk;h=5b5e3b213c650e032c54cda0b99e1263e4ad7bee;hb=HEAD;hp=8c7f30e5352e5bf211f652f52090073d443785a1;hpb=622eabc631f8dac5bc622d8fb28b1931a9684d7f;p=openwrt-10.03%2F.git diff --git a/target/linux/ar71xx/profiles/linksys.mk b/target/linux/ar71xx/profiles/linksys.mk index 8c7f30e53..5b5e3b213 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-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:= endef define Profile/WRT400N/Description Package set optimized for the Linksys WRT400N. endef +$(eval $(call Profile,WRT160NL)) $(eval $(call Profile,WRT400N))