2012-11-30 01:37:14 +08:00
|
|
|
#
|
2014-06-19 22:13:07 +08:00
|
|
|
# Copyright (C) 2014 OpenWrt.org
|
2012-11-30 01:37:14 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
|
2014-06-19 22:13:07 +08:00
|
|
|
define Profile/RT-N10-PLUS
|
|
|
|
NAME:=Asus RT-N10+
|
2014-07-11 03:16:19 +08:00
|
|
|
PACKAGES:=kmod-leds-gpio wpad-mini
|
2014-06-19 22:13:07 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/RT-N10-PLUS/Description
|
|
|
|
Package set for Asus RT-N10+.
|
|
|
|
endef
|
|
|
|
|
2012-11-30 01:37:14 +08:00
|
|
|
define Profile/RT-N13U
|
|
|
|
NAME:=Asus RT-N13U
|
2014-09-09 01:33:16 +08:00
|
|
|
PACKAGES:=kmod-leds-gpio kmod-rt2800-pci wpad-mini kmod-usb-dwc2
|
2012-11-30 01:37:14 +08:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Profile/RT-N13U/Description
|
|
|
|
Package set for Asus RT-N13U.
|
|
|
|
endef
|
|
|
|
|
2014-06-19 22:13:07 +08:00
|
|
|
$(eval $(call Profile,RT-N10-PLUS))
|
2012-11-30 01:37:14 +08:00
|
|
|
$(eval $(call Profile,RT-N13U))
|