From: Felix Fietkau Date: Sat, 23 Jan 2016 15:24:19 +0000 (+0000) Subject: linux-atm: add missing br2684ctl patch chunk X-Git-Tag: reboot~675 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=commitdiff_plain;h=98a91773424625152d233468e673380e746d3a59;hp=fe2007bb079245a74114016a9c6e38fa4f34ad71 linux-atm: add missing br2684ctl patch chunk Signed-off-by: Felix Fietkau SVN-Revision: 48458 --- diff --git a/package/network/utils/linux-atm/patches/500-br2684ctl_script.patch b/package/network/utils/linux-atm/patches/500-br2684ctl_script.patch index e5481c8d17..78aabf894c 100644 --- a/package/network/utils/linux-atm/patches/500-br2684ctl_script.patch +++ b/package/network/utils/linux-atm/patches/500-br2684ctl_script.patch @@ -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; }