From: Gabor Juhos Date: Sun, 3 Mar 2013 12:47:25 +0000 (+0000) Subject: ramips: indicate support for ALL5003 X-Git-Tag: reboot~11091 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=50e51e5eccc6ee2f9c87e880f6520ec62f995c6c 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 Signed-off-by: Gabor Juhos SVN-Revision: 35851 --- diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 4687856e6f..4b3e362acc 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -32,7 +32,7 @@ ramips_board_detect() { *"Allnet ALL0256N") name="all0256n" ;; - *"Allnet ALL5002") + *"Allnet ALL5002/ALL5003") name="all5002" ;; *"ARC FreeStation5") 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);