X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Frt305x%2Fprofiles%2Fporay.mk;h=86b9a8b8fce5cb6f11b8885a297ae4b97e6f13f4;hb=82099b43199b4440373ae8bb81c0675770a37a68;hp=10cf37f3812c2cb298304237cbce32c7b01fc055;hpb=9eb2dd5bb4be0bbbb47be056dce9aed88da16ed9;p=openwrt.git diff --git a/target/linux/ramips/rt305x/profiles/poray.mk b/target/linux/ramips/rt305x/profiles/poray.mk index 10cf37f381..86b9a8b8fc 100644 --- a/target/linux/ramips/rt305x/profiles/poray.mk +++ b/target/linux/ramips/rt305x/profiles/poray.mk @@ -25,3 +25,13 @@ define Profile/M4/Description endef $(eval $(call Profile,M4)) + +define Profile/X5 + NAME:=Poray X5/X6 + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer +endef +define Profile/X5/Description + Package set for Poray X5/X6 board +endef + +$(eval $(call Profile,X5))