aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-03-03 12:47:25 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-03-03 12:47:25 +0000
commit50e51e5eccc6ee2f9c87e880f6520ec62f995c6c (patch)
treef77c570743d83ebab629446e0c878bc713fe022f /target/linux/ramips/files
parent367ab0a40fede68d1a8e3299f638bb3544444f26 (diff)
downloadupstream-50e51e5eccc6ee2f9c87e880f6520ec62f995c6c.tar.gz
upstream-50e51e5eccc6ee2f9c87e880f6520ec62f995c6c.tar.bz2
upstream-50e51e5eccc6ee2f9c87e880f6520ec62f995c6c.zip
ramips: indicate support for ALL5003
add ALL5003 to board description in mach-all5002.c adapt detection in user-space accordingly (no functional changes) Signed-off-by: Daniel Golle <dgolle@allnet.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 35851
Diffstat (limited to 'target/linux/ramips/files')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/rt305x/mach-all5002.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-all5002.c b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-all5002.c
index 151671acbc..71938f028c 100644
--- a/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-all5002.c
+++ b/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-all5002.c
@@ -57,5 +57,5 @@ static void __init all5002_init(void)
rt305x_register_usb();
}
-MIPS_MACHINE(RAMIPS_MACH_ALL5002, "ALL5002", "Allnet ALL5002",
+MIPS_MACHINE(RAMIPS_MACH_ALL5002, "ALL5002", "Allnet ALL5002/ALL5003",
all5002_init);