X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Far71xx%2Fgeneric%2Fprofiles%2Fbuffalo.mk;h=900f6a846e73dfec511ea2ee6a20add37631284e;hb=48fe4e99f2336a9ab3d3d7220e52160e6bce776a;hp=a6de0af2bef456fd3a572cc1c3fe3feb23825e56;hpb=ca96dda8d823c56ee83ca15058ba2f2944adba22;p=15.05%2Fopenwrt.git diff --git a/target/linux/ar71xx/generic/profiles/buffalo.mk b/target/linux/ar71xx/generic/profiles/buffalo.mk index a6de0af2be..900f6a846e 100644 --- a/target/linux/ar71xx/generic/profiles/buffalo.mk +++ b/target/linux/ar71xx/generic/profiles/buffalo.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -16,6 +16,17 @@ endef $(eval $(call Profile,WZRHPG300NH)) +define Profile/WZRHPG300NH2 + NAME:=Buffalo WZR-HP-G300NH2 + PACKAGES:=kmod-ath9k wpad-mini kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev +endef + +define Profile/WZRHPG300NH/Description + Package set optimized for the Buffalo WZR-HP-G300NH2 +endef + +$(eval $(call Profile,WZRHPG300NH2)) + define Profile/WZRHPAG300H NAME:=Buffalo WZR-HP-AG300H PACKAGES:=kmod-usb-ohci kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev @@ -27,6 +38,39 @@ endef $(eval $(call Profile,WZRHPAG300H)) +define Profile/WZRHPG450H + NAME:=Buffalo WZR-HP-G450H + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev +endef + +define Profile/WZRHPG450H/Description + Package set optimized for the Buffalo WZR-HP-G450H +endef + +$(eval $(call Profile,WZRHPG450H)) + +define Profile/WZR450HP2 + NAME:=Buffalo WZR-450HP2 + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev +endef + +define Profile/WZR450HP2/Description + Package set optimized for the Buffalo WZR-450HP2 +endef + +$(eval $(call Profile,WZR450HP2)) + +define Profile/WZR600DHP + NAME:=Buffalo WZR-600DHP + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev +endef + +define Profile/WZR600DHP/Description + Package set optimized for the Buffalo WZR-600DHP +endef + +$(eval $(call Profile,WZR600DHP)) + define Profile/WHRG301N NAME:=Buffalo WHR-G301N PACKAGES:= @@ -49,3 +93,26 @@ define Profile/WHRHPG300N/Description endef $(eval $(call Profile,WHRHPG300N)) + + +define Profile/WHRHPGN + NAME:=Buffalo WHR-HP-GN + PACKAGES:= +endef + +define Profile/WHRHPGN/Description + Package set optimized for the Buffalo WHR-HP-GN. +endef + +$(eval $(call Profile,WHRHPGN)) + +define Profile/WLAEAG300N + NAME:=Buffalo WLAE-AG300N + PACKAGES:=kmod-ledtrig-netdev +endef + +define Profile/WLAEAG300N/Description + Package set optimized for the Buffalo WLAE-AG300N +endef + +$(eval $(call Profile,WLAEAG300N))