aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt305x
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-09-14 20:09:31 +0000
committerJohn Crispin <blogic@openwrt.org>2015-09-14 20:09:31 +0000
commiteaf3f510eff2bfa93ee586eb05d32a60c10c7bea (patch)
tree091a8abedf61b0e7186f8f188747edc3ac25f5a2 /target/linux/ramips/rt305x
parentd6661dd0e43444c265b08b3d92c2044c2c2a8358 (diff)
downloadmaster-187ad058-eaf3f510eff2bfa93ee586eb05d32a60c10c7bea.tar.gz
master-187ad058-eaf3f510eff2bfa93ee586eb05d32a60c10c7bea.tar.bz2
master-187ad058-eaf3f510eff2bfa93ee586eb05d32a60c10c7bea.zip
ramips: Added WIZnet WizFi630A Platform based on Ralink RT5350
This patch is to add the WIZnet WizFi630A board as a new platform. The board is in mini pci express form factor. Signed-off-by: Tobias Welz <tw@wiznet.eu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46921 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x')
-rw-r--r--target/linux/ramips/rt305x/profiles/wiznet.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/profiles/wiznet.mk b/target/linux/ramips/rt305x/profiles/wiznet.mk
new file mode 100644
index 0000000000..f8e8324289
--- /dev/null
+++ b/target/linux/ramips/rt305x/profiles/wiznet.mk
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2015 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/WIZFI630A
+ NAME:=WIZnet WizFi630A
+ PACKAGES:=\
+ kmod-usb2
+endef
+
+define Profile/WIZFI630A/Description
+ Package set for WIZnet WizFi630A board
+endef
+$(eval $(call Profile,WIZFI630A))