diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-08-22 12:33:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-08-22 12:33:22 +0000 |
commit | b7fd6b817fc6fbf2178c3d1494e92e024f2238f5 (patch) | |
tree | e4e07f93eeaf6eeec83fb066be549d8199b11671 /target/linux/ar71xx/files | |
parent | 9bf14cd6d7d31f27de142ea54231c6a1a7be68dd (diff) | |
download | master-187ad058-b7fd6b817fc6fbf2178c3d1494e92e024f2238f5.tar.gz master-187ad058-b7fd6b817fc6fbf2178c3d1494e92e024f2238f5.tar.bz2 master-187ad058-b7fd6b817fc6fbf2178c3d1494e92e024f2238f5.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33224 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-eap7660d.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-eap7660d.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-eap7660d.c index d58eee2bbb..787e6275d6 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-eap7660d.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-eap7660d.c @@ -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); |