2010-03-25 18:13:00 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2010 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
|
|
|
define Profile/ar525w
|
2010-05-21 17:53:59 +08:00
|
|
|
NAME:=Airlink AR525W
|
2010-08-09 04:01:16 +08:00
|
|
|
PACKAGES:=kmod-rt61-pci kmod-switch-ip17xx swconfig
|
2010-03-25 18:13:00 +08:00
|
|
|
endef
|
|
|
|
$(eval $(call Profile,ar525w))
|