From 54968110f119a4aa7e9e536f6c2a4a3a973607ea Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 1 Aug 2013 14:31:04 +0000 Subject: ramips: add Poray X5/X6 Support Signed-off-by: Felix Kaechele SVN-Revision: 37638 --- target/linux/ramips/rt305x/profiles/poray.mk | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/linux/ramips/rt305x') diff --git a/target/linux/ramips/rt305x/profiles/poray.mk b/target/linux/ramips/rt305x/profiles/poray.mk index 10cf37f..86b9a8b 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)) -- cgit v1.1