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