2012-11-30 01:37:14 +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/RT-N13U
|
|
|
|
NAME:=Asus RT-N13U
|
2013-07-22 21:52:52 +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
|
|
|
|
|
|
|
|
$(eval $(call Profile,RT-N13U))
|