forked from Ivasoft/openwrt
ar71xx: add ALL0305 board alias
For the pure convenience of having a correctly named image and system name in /proc/cpuinfo , until we can do that by having system names in DTS... Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33224
This commit is contained in:
@@ -176,3 +176,6 @@ static void __init eap7660d_setup(void)
|
||||
|
||||
MIPS_MACHINE(ATH79_MACH_EAP7660D, "EAP7660D", "Senao EAP7660D",
|
||||
eap7660d_setup);
|
||||
|
||||
MIPS_MACHINE(ATH79_MACH_ALL0305, "ALL0305", "Allnet ALL0305",
|
||||
eap7660d_setup);
|
||||
|
||||
Reference in New Issue
Block a user