summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/files/arch/mips/ralink/rt305x/mach-all5002.c
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-03 12:47:25 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-03-03 12:47:25 +0000
commitafbaa137be40d95e58cd069a513039b92fb55368 (patch)
tree22aab85a1d7302ffc9878b2788623ab0a7eef955 /target/linux/ramips/files/arch/mips/ralink/rt305x/mach-all5002.c
parent47a088f576d156961affb9e99564f6f7451f8a36 (diff)
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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35851 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/files/arch/mips/ralink/rt305x/mach-all5002.c')
-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 151671acb..71938f028 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);