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