X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e81933ed31876650ad9ea15787db69c35ee739dd..358394e594c6c8d82a42933aa6e0eb68fb2883ca:/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 5358fb919..411dec69b 100644 --- a/target/linux/ar71xx/generic/profiles/buffalo.mk +++ b/target/linux/ar71xx/generic/profiles/buffalo.mk @@ -21,8 +21,19 @@ define Profile/WZRHPAG300H PACKAGES:=kmod-usb-ohci kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev endef -define Profile/WZRHPG30XNH/Description +define Profile/WZRHPAG300H/Description Package set optimized for the Buffalo WZR-HP-AG300H endef $(eval $(call Profile,WZRHPAG300H)) + +define Profile/WHRHPG300N + NAME:=Buffalo WHR-HP-G300N + PACKAGES:= +endef + +define Profile/WHRHPG300N/Description + Package set optimized for the Buffalo WHR-HP-G300N +endef + +$(eval $(call Profile,WHRHPG300N))