From 902a5cfce0812236e4b632fe54cddaa752fbad28 Mon Sep 17 00:00:00 2001 From: blogic Date: Sun, 6 Jan 2013 11:11:42 +0000 Subject: [ramips] adds support for Edimax BR-6524N fixes #12754 Signed-off-by: git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35020 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/rt288x/config-3.6 | 1 + target/linux/ramips/rt288x/profiles/edimax.mk | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 target/linux/ramips/rt288x/profiles/edimax.mk (limited to 'target/linux/ramips/rt288x') diff --git a/target/linux/ramips/rt288x/config-3.6 b/target/linux/ramips/rt288x/config-3.6 index eefe11eb1..e2a7c3c3a 100644 --- a/target/linux/ramips/rt288x/config-3.6 +++ b/target/linux/ramips/rt288x/config-3.6 @@ -97,6 +97,7 @@ CONFIG_RALINK_RT288X=y CONFIG_RAMIPS_WDT=y CONFIG_RT288X_MACH_F5D8235_V1=y CONFIG_RT288X_MACH_RT_N15=y +CONFIG_RT288X_MACH_BR6524N=y CONFIG_RT288X_MACH_V11ST_FE=y CONFIG_RT288X_MACH_WLI_TX4_AG300N=y CONFIG_RT288X_MACH_WZR_AGL300NH=y diff --git a/target/linux/ramips/rt288x/profiles/edimax.mk b/target/linux/ramips/rt288x/profiles/edimax.mk new file mode 100644 index 000000000..43ac81837 --- /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