From cf8c77be6becf3c5e40e19e9c4ab0d0abdfb9291 Mon Sep 17 00:00:00 2001 From: "L. D. Pinney" Date: Wed, 6 Jul 2016 19:24:52 -0500 Subject: ramips: Add support for the NixCore X1 Module The NixCore X1 is a Ralink/MediaTek rt5350 WiFi Module. http://nixcores.com/ Signed-off-by: L. D. Pinney Acked-by: Drew Gaylo --- target/linux/ramips/rt305x/profiles/nixcore.mk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/linux/ramips/rt305x/profiles/nixcore.mk (limited to 'target/linux/ramips/rt305x/profiles') diff --git a/target/linux/ramips/rt305x/profiles/nixcore.mk b/target/linux/ramips/rt305x/profiles/nixcore.mk new file mode 100644 index 0000000000..475053c934 --- /dev/null +++ b/target/linux/ramips/rt305x/profiles/nixcore.mk @@ -0,0 +1,20 @@ +# +# Copyright (C) 2016 lede-project.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/NIXCORE + NAME:=NixcoreX1 + PACKAGES:=\ + kmod-usb-core kmod-usb-ohci kmod-usb2 \ + kmod-i2c-core kmod-i2c-ralink \ + kmod-spi-dev +endef + +define Profile/NIXCORE/Description + Package set for Nixcore X1 board +endef + +$(eval $(call Profile,NIXCORE)) -- cgit v1.2.3