From 8bb23cfb663f8870f431edba0dab218a746456a3 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Thu, 8 Oct 2015 10:01:30 +0000 Subject: mvebu: add support for the Linksys WRT1900ACS (Shelby) Signed-off-by: Imre Kaloz SVN-Revision: 47164 --- target/linux/mvebu/profiles/linksys.mk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'target/linux/mvebu/profiles') diff --git a/target/linux/mvebu/profiles/linksys.mk b/target/linux/mvebu/profiles/linksys.mk index ed20cb0cf2..1a5b8afdaa 100644 --- a/target/linux/mvebu/profiles/linksys.mk +++ b/target/linux/mvebu/profiles/linksys.mk @@ -63,3 +63,23 @@ define Profile/Mamba/Description endef $(eval $(call Profile,Mamba)) + + +define Profile/Shelby + NAME:=Linksys WRT1900ACS (Shelby) + PACKAGES:= \ + kmod-usb2 kmod-usb3 kmod-usb-storage \ + kmod-i2c-core kmod-i2c-mv64xxx \ + kmod-ata-core kmod-ata-mvebu-ahci \ + kmod-rtc-armada38x kmod-thermal-armada \ + kmod-gpio-button-hotplug kmod-hwmon-tmp421 \ + kmod-leds-pca963x \ + kmod-ledtrig-usbdev kmod-mwlwifi wpad-mini \ + swconfig +endef + +define Profile/Shelby/Description + Package set compatible with the Linksys WRT1900ACS (Shelby). +endef + +$(eval $(call Profile,Shelby)) -- cgit v1.2.3