mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
This patch adds support for the Linksys RE6500 Range Extender http://wiki.openwrt.org/toh/linksys/re6500 Signed-off-by: L. D. Pinney <ldpinney@gmail.com> Backport of r46043 git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46053 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 lines
351 B
Makefile
17 lines
351 B
Makefile
#
|
|
# Copyright (C) 2015 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
|
|
define Profile/RE6500
|
|
NAME:=Linksys RE6500
|
|
PACKAGES:= kmod-mt76
|
|
endef
|
|
|
|
define Profile/RE6500/Description
|
|
Package set compatible with the Linksys RE6500 board.
|
|
endef
|
|
$(eval $(call Profile,RE6500))
|