diff options
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/poray.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/profiles/poray.mk b/target/linux/ramips/rt305x/profiles/poray.mk index 8c1ed6194f..ed017b7d84 100644 --- a/target/linux/ramips/rt305x/profiles/poray.mk +++ b/target/linux/ramips/rt305x/profiles/poray.mk @@ -5,6 +5,18 @@ # See /LICENSE for more information. # +define Profile/IP2202 + NAME:=Poray IP2202 + PACKAGES:=kmod-usb-core kmod-usb2 kmod-usb-rt305x-dwc_otg \ + kmod-ledtrig-netdev kmod-ledtrig-timer restorefactory +endef + +define Profile/IP2202/Description + Package set for Poray IP2202 board +endef + +$(eval $(call Profile,IP2202)) + define Profile/M3 NAME:=Poray M3 PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-netdev kmod-ledtrig-timer |