summaryrefslogtreecommitdiff
path: root/package/nand/src
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-27 20:58:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-27 20:58:44 +0200
commite42433d7127f9a50b5dae57fff331ecfdc9883c4 (patch)
tree81cc6860ef65e4077ce59a190d3bbf7166400959 /package/nand/src
parent4b2636bd2aea3aa4f5844083a1de0e9283f31a7a (diff)
iptv via natting now works at last sometime.
alice iptv seems to use destination=ip:port instead of client_port=port, like RFC suggesting it. But destination= is also used by STUN method. As a quick hack I commented out STUN method to avoid crashes. Now at least I can see some tv streams. still not 100% good.
Diffstat (limited to 'package/nand/src')
-rw-r--r--package/nand/src/nand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/nand/src/nand.c b/package/nand/src/nand.c
index 0d5d7f0e4..225e866e2 100644
--- a/package/nand/src/nand.c
+++ b/package/nand/src/nand.c
@@ -494,7 +494,7 @@ usage(void)
" -q quiet mode\n"
" -r reboot after successful command\n"
"Example: To write linux.img to mtd partition labeled as linux\n"
- " mtd write linux.img linux\n\n");
+ " nand write linux.img linux\n\n");
exit(1);
}