mirror of https://github.com/hak5/openwrt-owl.git
buffalo-enc: accept the longstate command line option
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43755owl
parent
e7d7f59171
commit
8e8437103c
|
@ -238,7 +238,7 @@ int main(int argc, char *argv[])
|
||||||
while ( 1 ) {
|
while ( 1 ) {
|
||||||
int c;
|
int c;
|
||||||
|
|
||||||
c = getopt(argc, argv, "adi:m:o:hp:v:k:r:s:");
|
c = getopt(argc, argv, "adi:m:o:hlp:v:k:r:s:");
|
||||||
if (c == -1)
|
if (c == -1)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue