X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/165b64f3f859d1f50c614e3f3d51d7abf2b0bf40..f688ec412399922427842492017d6e74fe048668:/target/linux/ar71xx/generic/profiles/buffalo.mk diff --git a/target/linux/ar71xx/generic/profiles/buffalo.mk b/target/linux/ar71xx/generic/profiles/buffalo.mk index 411dec69b..74530b5e7 100644 --- a/target/linux/ar71xx/generic/profiles/buffalo.mk +++ b/target/linux/ar71xx/generic/profiles/buffalo.mk @@ -27,6 +27,18 @@ endef $(eval $(call Profile,WZRHPAG300H)) +define Profile/WHRG301N + NAME:=Buffalo WHR-G301N + PACKAGES:= +endef + +define Profile/WHRG301N/Description + Package set optimized for the Buffalo WHR-G301N. +endef + +$(eval $(call Profile,WHRG301N)) + + define Profile/WHRHPG300N NAME:=Buffalo WHR-HP-G300N PACKAGES:= @@ -37,3 +49,15 @@ 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))