aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-04-12 19:58:23 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-04-12 19:58:23 +0000
commitcf374f9f3c1ad16800be019ba7e078b710b3e131 (patch)
tree424d073ade613c48698ffd8f3b5c7dfbd3729941 /target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c
parent97b13abe6e2bdd202d022c1e9946ffaf6aee0576 (diff)
downloadmaster-187ad058-cf374f9f3c1ad16800be019ba7e078b710b3e131.tar.gz
master-187ad058-cf374f9f3c1ad16800be019ba7e078b710b3e131.tar.bz2
master-187ad058-cf374f9f3c1ad16800be019ba7e078b710b3e131.zip
ar71xx: wndr4300: indicate WNDR3700v4 in the kernel support files
Apart from the wireless chip, the WNDR3700 v4 and the WNDR4300 is the same device. Indicate this in the kernel files. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40479 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c
index dcdc68ba4f..ae72ab66c4 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c
@@ -1,5 +1,5 @@
/*
- * NETGEAR WNDR4300 board support
+ * NETGEAR WNDR3700v4/WNDR4300 board support
*
* Copyright (C) 2012 Gabor Juhos <juhosg@openwrt.org>
* Copyright (C) 2014 Ralph Perlich <rpsoft@arcor.de>
@@ -204,5 +204,5 @@ static void __init wndr4300_setup(void)
ap91_pci_init_simple();
}
-MIPS_MACHINE(ATH79_MACH_WNDR4300, "WNDR4300", "NETGEAR WNDR4300",
+MIPS_MACHINE(ATH79_MACH_WNDR4300, "WNDR4300", "NETGEAR WNDR3700v4/WNDR4300",
wndr4300_setup);