From 9858c87014eb8a73e93577cbe715a18d355ca01e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 1 Oct 2015 14:16:40 +0000 Subject: 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 This is a backport of patch r46921 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@47072 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/rt305x/profiles/wiznet.mk | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 target/linux/ramips/rt305x/profiles/wiznet.mk (limited to 'target/linux/ramips/rt305x/profiles/wiznet.mk') 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)) -- cgit v1.2.3