Skip to content
Snippets Groups Projects
Commit 98a91773 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

linux-atm: add missing br2684ctl patch chunk


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

SVN-Revision: 48458
parent fe2007bb
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,15 @@
printf(" encapsulations: 0=llc, 1=vcmux\n payloads: 0=routed, 1=bridged\n");
exit(1);
}
@@ -225,7 +234,7 @@ int main (int argc, char **argv)
openlog (LOG_NAME,LOG_OPTION,LOG_FACILITY);
if (argc>1)
- while ((c = getopt(argc, argv,"q:a:bc:e:s:p:?h")) !=EOF)
+ while ((c = getopt(argc, argv,"q:a:bc:e:s:S:p:?h")) !=EOF)
switch (c) {
case 'q':
printf ("optarg : %s",optarg);
@@ -258,6 +267,9 @@ int main (int argc, char **argv)
params.sndbuf=8192;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment