diff options
author | John Crispin <john@openwrt.org> | 2012-07-24 20:38:14 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2012-07-24 20:38:14 +0000 |
commit | 2d2479a033a03996b54b9db9ea9143297ae9bf96 (patch) | |
tree | 6c2025e590e68ad2302a06ccacc49dff4e52598c /target/linux/ramips/base-files/lib/ramips.sh | |
parent | e219c3ac3aea7cb16a25babaef2214378ca33f4b (diff) | |
download | upstream-2d2479a033a03996b54b9db9ea9143297ae9bf96.tar.gz upstream-2d2479a033a03996b54b9db9ea9143297ae9bf96.tar.bz2 upstream-2d2479a033a03996b54b9db9ea9143297ae9bf96.zip |
add ALL5002 userspace support
detect EEPROM, MAC addresses and support sysupgrade for the ALL5002
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 32816
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-x | target/linux/ramips/base-files/lib/ramips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 277d9da997..2667267ac1 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -53,6 +53,9 @@ ramips_board_name() { *"Allnet ALL0256N") name="all0256n" ;; + *"Allnet ALL5002") + name="all5002" + ;; *"ARC FreeStation5") name="freestation5" ;; |