aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-06-02 12:42:48 +0000
committerJohn Crispin <blogic@openwrt.org>2014-06-02 12:42:48 +0000
commit27f53b6560d97128bdc6c7d25c2a72d80565401b (patch)
treece967ce6c524f41122d2fa9222a8330700c1966c /target/linux/ramips/base-files/lib/ramips.sh
parentcc728d09db52717eb1920c74c9736ea09a6f194a (diff)
downloadmaster-187ad058-27f53b6560d97128bdc6c7d25c2a72d80565401b.tar.gz
master-187ad058-27f53b6560d97128bdc6c7d25c2a72d80565401b.tar.bz2
master-187ad058-27f53b6560d97128bdc6c7d25c2a72d80565401b.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40907 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
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"
;;