2
0
forked from Ivasoft/openwrt

ar71xx: initial support for jjPlus JWAP003

Patch-by: Cezary Jackiewicz <cezary@eko.one.pl>

(the GPIODEV code has been removed, the sysfs interface
can be used to control the GPIO lines instead - juhosg)

SVN-Revision: 23165
This commit is contained in:
Gabor Juhos
2010-10-01 07:09:29 +00:00
parent 1cbea05927
commit 697f5d0bdd
12 changed files with 136 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#
# Copyright (C) 2010 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/JWAP003
NAME:=jjPlus JWAP0003
PACKAGES:=kmod-usb-core kmod-usb-ohci kmod-usb2
endef
define Profile/JWAP003/Description
Package set optimized for the jjPlus JWAP003 board.
endef
$(eval $(call Profile,JWAP003))