diff options
author | John Crispin <blogic@openwrt.org> | 2015-10-01 14:16:40 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-10-01 14:16:40 +0000 |
commit | 9858c87014eb8a73e93577cbe715a18d355ca01e (patch) | |
tree | 870f79a7f07b5ada597af32d0a1718a88beb75e0 /target/linux/ramips/rt305x/profiles | |
parent | 3e1022acc5a5bbd8ac7d78ba78728de444973f8c (diff) | |
download | upstream-9858c87014eb8a73e93577cbe715a18d355ca01e.tar.gz upstream-9858c87014eb8a73e93577cbe715a18d355ca01e.tar.bz2 upstream-9858c87014eb8a73e93577cbe715a18d355ca01e.zip |
CC: ramips: Added WIZnet WizFi630A Platfrom 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>
This is a backport of patch r46921
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47072 3c298f89-4303-0410-b956-a3cf2f4a3e73
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..83f2af0cd9 --- /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)) |