1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-16 20:23:53 +02:00

buffalo-enc: accept the longstate command line option

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 43755
This commit is contained in:
Felix Fietkau 2014-12-20 15:26:25 +00:00
parent e7d7f59171
commit 8e8437103c

View File

@ -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:hlp:v:k:r:s:");
if (c == -1)
break;