diff options
author | ralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-24 06:03:31 +0000 |
---|---|---|
committer | ralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-04-24 06:03:31 +0000 |
commit | 6125e3dc7782cc6c04f1b8e9731627807aba04ec (patch) | |
tree | 06931bda7bc7078d1e9139d4896e422d41fe786f /package/uboot-lantiq/patches/300-httpd.patch | |
parent | 8b191d1960b3e5c92e9988fcda8b3a465b10212e (diff) |
[uboot-lantiq] fix command line buffer length, fixes mtdparts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21117 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-lantiq/patches/300-httpd.patch')
-rw-r--r-- | package/uboot-lantiq/patches/300-httpd.patch | 2 |
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 + |