diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-23 15:24:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-23 15:24:19 +0000 |
commit | f9bf7bba6ac8145c3727cc7c8ca1a24eed51d644 (patch) | |
tree | 3697c715eb493f9413e1db3443da67f500063b97 /package | |
parent | bd191f09b6862cf4e5df66c3ead5c1041b88579f (diff) | |
download | master-187ad058-f9bf7bba6ac8145c3727cc7c8ca1a24eed51d644.tar.gz master-187ad058-f9bf7bba6ac8145c3727cc7c8ca1a24eed51d644.tar.bz2 master-187ad058-f9bf7bba6ac8145c3727cc7c8ca1a24eed51d644.zip |
linux-atm: add missing br2684ctl patch chunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48458 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/network/utils/linux-atm/patches/500-br2684ctl_script.patch | 9 |
1 files changed, 9 insertions, 0 deletions
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; } |