projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7e3ab8
)
buffalo-enc: accept the longstate command line option
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 20 Dec 2014 15:26:25 +0000
(15:26 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 20 Dec 2014 15:26:25 +0000
(15:26 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43755
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
tools/firmware-utils/src/buffalo-enc.c
patch
|
blob
|
history
diff --git
a/tools/firmware-utils/src/buffalo-enc.c
b/tools/firmware-utils/src/buffalo-enc.c
index
13d270b
..
9eec7a0
100644
(file)
--- a/
tools/firmware-utils/src/buffalo-enc.c
+++ b/
tools/firmware-utils/src/buffalo-enc.c
@@
-238,7
+238,7
@@
int main(int argc, char *argv[])
while ( 1 ) {
int c;
- c = getopt(argc, argv, "adi:m:o:hp:v:k:r:s:");
+ c = getopt(argc, argv, "adi:m:o:h
l
p:v:k:r:s:");
if (c == -1)
break;