From f2f933235039d37fb360b77b9e73c5975c65e328 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sun, 6 Jan 2013 11:11:42 +0000 Subject: adds support for Edimax BR-6524N fixes #12754 Signed-off-by: SVN-Revision: 35020 --- target/linux/ramips/rt288x/profiles/edimax.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 target/linux/ramips/rt288x/profiles/edimax.mk (limited to 'target/linux/ramips/rt288x/profiles') diff --git a/target/linux/ramips/rt288x/profiles/edimax.mk b/target/linux/ramips/rt288x/profiles/edimax.mk new file mode 100644 index 0000000000..43ac818370 --- /dev/null +++ b/target/linux/ramips/rt288x/profiles/edimax.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/BR6524N + NAME:=Edimax BR6524N + PACKAGES:=kmod-switch-ip17xx kmod-swconfig swconfig +endef + +define Profile/BR6524N/Description + Package set for Edimax BR6524N +endef + +$(eval $(call Profile,BR6524N)) + -- cgit v1.2.3