1
0
This repository has been archived on 2024-07-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
John Crispin 5608d85076 ar71xx: Add support for WeIO board
Support for WeIO board (http://we-io.net),
backported from Designated Driver trunk.

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>

Backport of r47110

SVN-Revision: 47232
2015-10-19 10:19:44 +00:00

18 lines
358 B
Makefile

#
# Copyright (C) 2013 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/WEIO
NAME:=WeIO
PACKAGES:=kmod-usb-core kmod-usb2
endef
define Profile/WEIO/Description
Package set optimized for the WeIO board.
endef
$(eval $(call Profile,WEIO))