diff options
author | John Crispin <john@openwrt.org> | 2014-06-02 12:42:48 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-02 12:42:48 +0000 |
commit | efd09832febde11e9d4bc6fca6e471f94933867f (patch) | |
tree | f3c9c1dfeba243c408b707cb0efd64d7fa0eb6dd /target/linux/ramips/base-files/lib/ramips.sh | |
parent | 44e2de03a4a96a01a732b33bf14c059da1924304 (diff) | |
download | upstream-efd09832febde11e9d4bc6fca6e471f94933867f.tar.gz upstream-efd09832febde11e9d4bc6fca6e471f94933867f.tar.bz2 upstream-efd09832febde11e9d4bc6fca6e471f94933867f.zip |
ramips: Support for Teltonika RUT5XX
Hi Hartmut,
Thanks for your feedback, I have reformated the patch accordingly.
Added support for Teltonika RUT5XX hardware.
Signed-off-by: Steffen Weinreich <steve@weinreich.org>
SVN-Revision: 40907
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 7f221f807d..4619befb29 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -211,6 +211,9 @@ ramips_board_detect() { *"RT-N56U") name="rt-n56u" ;; + *"RUT5XX") + name="rut5xx" + ;; *"Skyline SL-R7205"*) name="sl-r7205" ;; |