summaryrefslogtreecommitdiffstats
path: root/package/soloscli/patches/001-newline.patch
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-24 13:46:32 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-10-24 13:46:32 +0000
commit1231a876cb81e8d8ce23bab028ca19979fc425a0 (patch)
tree078962d1e645b54c8afece45a234d688077ce103 /package/soloscli/patches/001-newline.patch
parent218bf045706c685fc7fd3542671886a4cbb8fa29 (diff)
[package] soloscli utility for Solos ADSL2+ modems
Utility for interrogating Traverse Technologies' Solos ADSL2+ modems Signed-off-by: Nathan Williams <nathan@traverse.com.au> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23619 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/soloscli/patches/001-newline.patch')
-rw-r--r--package/soloscli/patches/001-newline.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/soloscli/patches/001-newline.patch b/package/soloscli/patches/001-newline.patch
new file mode 100644
index 000000000..69cd5b28a
--- /dev/null
+++ b/package/soloscli/patches/001-newline.patch
@@ -0,0 +1,11 @@
+--- a/soloscli/soloscli.c
++++ b/soloscli/soloscli.c
+@@ -238,7 +238,7 @@
+ }
+ if (strcmp(buf,pid) == 0) {
+ /* printf("Sequence matches.\n"); */
+- printf("%s",bufp);
++ printf("%s\n",bufp);
+ } else {
+ printf("Sequence incorrect.\n");
+ buf[i] = '\n';