X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Frt305x%2Fprofiles%2Fporay.mk;h=8c1ed6194f85dece645e173b31b7d798d4f2c2e9;hp=86b9a8b8fce5cb6f11b8885a297ae4b97e6f13f4;hb=ce4228b41708ddc3a76d81c5837b619071585a99;hpb=54968110f119a4aa7e9e536f6c2a4a3a973607ea diff --git a/target/linux/ramips/rt305x/profiles/poray.mk b/target/linux/ramips/rt305x/profiles/poray.mk index 86b9a8b8fc..8c1ed6194f 100644 --- a/target/linux/ramips/rt305x/profiles/poray.mk +++ b/target/linux/ramips/rt305x/profiles/poray.mk @@ -35,3 +35,13 @@ define Profile/X5/Description endef $(eval $(call Profile,X5)) + +define Profile/X8 + NAME:=Poray X8 + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer +endef +define Profile/X8/Description + Package set for Poray X8 board +endef + +$(eval $(call Profile,X8))