diff options
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/poray.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/profiles/poray.mk b/target/linux/ramips/rt305x/profiles/poray.mk index 2122ca1a80..972d7fdbd6 100644 --- a/target/linux/ramips/rt305x/profiles/poray.mk +++ b/target/linux/ramips/rt305x/profiles/poray.mk @@ -5,3 +5,13 @@ # See /LICENSE for more information. # +define Profile/M3 + NAME:=Poray M3 + PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer +endef + +define Profile/M3/Description + Package set for Poray M3 board +endef + +$(eval $(call Profile,M3)) |