From 659b06602008df9aa1481267734911243d0a0a9a Mon Sep 17 00:00:00 2001 From: Wouter R Date: Wed, 24 Apr 2013 16:30:35 +0200 Subject: [PATCH] Add link to uhttpd issue; fix bold text. --- BuildOpenwrt.md | 2 +- SelfUpdater.md | 2 +- UhttpdCrash.md | 4 +++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/BuildOpenwrt.md b/BuildOpenwrt.md index f676b66..ae7d4d3 100644 --- a/BuildOpenwrt.md +++ b/BuildOpenwrt.md @@ -1,6 +1,6 @@ # Building OpenWRT for the WifiBox -_TODO_: add steps to clone openwrt, install required software, create an image (on OSX) and fetch package feeds +__TODO__: add steps to clone openwrt, install required software, create an image (on OSX) and fetch package feeds When changing enabled packages, make sure the image has been created (check the timestamp). If not, the contents were probably too large to fit on the device. Luci and Python (even mini) are notable for causing this. diff --git a/SelfUpdater.md b/SelfUpdater.md index 010b325..41ba3a7 100644 --- a/SelfUpdater.md +++ b/SelfUpdater.md @@ -1,6 +1,6 @@ ## Update mechanism -_TODO_: make this document intelligable +__TODO__: make this document intelligable - create a rigid versioning system - server-side script to report available versions (scans directory and reports back versions available in xml/json/plain) diff --git a/UhttpdCrash.md b/UhttpdCrash.md index a8e2648..eba8ec1 100644 --- a/UhttpdCrash.md +++ b/UhttpdCrash.md @@ -1,6 +1,6 @@ # Analyzing uhttpd crashes -_TODO_: describe when this happens (sometimes in portal mode and always when webroot does not exist?). +__TODO__: describe when this happens (sometimes in portal mode and always when webroot does not exist?). - First, enable debug support in the binary by modifying package/network/services/uhttpd/Makefile: add `TARGET_CFLAGS += -ggdb3 -O0` below `TARGET_LDFLAGS`. - Next, enable building the toolchain (we need a gdb which understands mips images). @@ -23,4 +23,6 @@ From [here](http://stackoverflow.com/questions/5115613/core-dump-file-analysis). - print v ## Further notes + +- The connected issue: <> - [posts about uhttpd on openwrt](https://dev.openwrt.org/search?q=uhttpd)