aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-lantiq/patches/300-httpd.patch
diff options
context:
space:
mode:
authorRalph Hempel <ralph.hempel@lantiq.com>2010-04-24 06:03:31 +0000
committerRalph Hempel <ralph.hempel@lantiq.com>2010-04-24 06:03:31 +0000
commit5f643ca7dc2fe4afcdbcb4bf7b30ce23ec23eff5 (patch)
treed46231902cfff6c8f068c22f7cc583b7446e363f /package/uboot-lantiq/patches/300-httpd.patch
parentacb329137e21c7dd05e17aadce4d5840ddee55c9 (diff)
downloadupstream-5f643ca7dc2fe4afcdbcb4bf7b30ce23ec23eff5.tar.gz
upstream-5f643ca7dc2fe4afcdbcb4bf7b30ce23ec23eff5.tar.bz2
upstream-5f643ca7dc2fe4afcdbcb4bf7b30ce23ec23eff5.zip
fix command line buffer length, fixes mtdparts
SVN-Revision: 21117
Diffstat (limited to 'package/uboot-lantiq/patches/300-httpd.patch')
-rw-r--r--package/uboot-lantiq/patches/300-httpd.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-lantiq/patches/300-httpd.patch b/package/uboot-lantiq/patches/300-httpd.patch
index d244e2d42c..8c4c1ffb6e 100644
--- a/package/uboot-lantiq/patches/300-httpd.patch
+++ b/package/uboot-lantiq/patches/300-httpd.patch
@@ -12,7 +12,7 @@
+
+U_BOOT_CMD(
+ httpd, 1, 1, do_httpd,
-+ "httpd\t- start webserver\n", "\n"
++ "httpd\t- start webserver", ""
+);
+#endif
+