2014-05-28 21:43:39 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2014 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2014-11-10 23:55:10 +00:00
|
|
|
define Profile/EA3500
|
|
|
|
NAME:=Linksys EA3500
|
|
|
|
PACKAGES:= \
|
|
|
|
kmod-mwl8k kmod-usb2 kmod-usb-storage \
|
2015-08-05 13:56:02 +00:00
|
|
|
swconfig wpad-mini
|
2014-11-10 23:55:10 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/EA3500/Description
|
|
|
|
Package set compatible with Linksys EA3500 board.
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call Profile,EA3500))
|
|
|
|
|
2014-05-28 21:43:39 +00:00
|
|
|
define Profile/EA4500
|
|
|
|
NAME:=Linksys EA4500
|
|
|
|
PACKAGES:= \
|
|
|
|
kmod-mwl8k kmod-usb2 kmod-usb-storage \
|
2015-08-05 13:56:02 +00:00
|
|
|
swconfig wpad-mini
|
2014-05-28 21:43:39 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/EA4500/Description
|
|
|
|
Package set compatible with Linksys EA4500 board.
|
|
|
|
endef
|
|
|
|
|
2014-08-08 13:55:29 +00:00
|
|
|
$(eval $(call Profile,EA4500))
|