diff options
author | John Crispin <john@openwrt.org> | 2015-09-14 20:09:31 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-09-14 20:09:31 +0000 |
commit | 57c5910535ebf5fbee20213ddaf67da118629cb9 (patch) | |
tree | a3f2bcdcc558e396658a7546e0679b6d78437002 /target/linux/ramips/rt305x/profiles | |
parent | 2c1d56af50ab19c545218b1e66a5e3100f7da166 (diff) | |
download | upstream-57c5910535ebf5fbee20213ddaf67da118629cb9.tar.gz upstream-57c5910535ebf5fbee20213ddaf67da118629cb9.tar.bz2 upstream-57c5910535ebf5fbee20213ddaf67da118629cb9.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>
SVN-Revision: 46921
Diffstat (limited to 'target/linux/ramips/rt305x/profiles')
-rw-r--r-- | target/linux/ramips/rt305x/profiles/wiznet.mk | 17 |
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)) |