X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/6a3595f161b0b87e91dab2a79f6bf65eaf5701e8..2084beb89ac26200f129f908b6bb74d3d710deca:/target/linux/ar71xx/generic/profiles/buffalo.mk?ds=sidebyside diff --git a/target/linux/ar71xx/generic/profiles/buffalo.mk b/target/linux/ar71xx/generic/profiles/buffalo.mk index 35c7cc34b..2b39f379a 100644 --- a/target/linux/ar71xx/generic/profiles/buffalo.mk +++ b/target/linux/ar71xx/generic/profiles/buffalo.mk @@ -11,7 +11,18 @@ define Profile/WZRHPG300NH endef define Profile/WZRHPG300NH/Description - Package set optimized for the Buffalo WZR-HP-G300NH + Package set optimized for the Buffalo WZR-HP-G300NH and WZR-HP-G301NH endef $(eval $(call Profile,WZRHPG300NH)) + +define Profile/WZRHPAG300H + NAME:=Buffalo WZR-HP-AG300H + PACKAGES:=kmod-ath9k wpad-mini kmod-usb-ohci kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev +endef + +define Profile/WZRHPG30XNH/Description + Package set optimized for the Buffalo WZR-HP-AG300H +endef + +$(eval $(call Profile,WZRHPAG300H))