diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-08-13 13:41:20 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-08-13 13:41:20 +0000 |
| commit | e515538141e320be8209d87360d176337286cd7b (patch) | |
| tree | c0969509c54e6bed4d85effc229aee36dc5a04af | |
| parent | 3b3dfb33852be3ffafdf1091c42158997af045f9 (diff) | |
| download | upstream-e515538141e320be8209d87360d176337286cd7b.tar.gz upstream-e515538141e320be8209d87360d176337286cd7b.tar.bz2 upstream-e515538141e320be8209d87360d176337286cd7b.zip | |
enable the new "-4" option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1627 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/target/utils/src/addpattern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/utils/src/addpattern.c b/openwrt/target/utils/src/addpattern.c index 5298f7b003b..67f9da285e8 100644 --- a/openwrt/target/utils/src/addpattern.c +++ b/openwrt/target/utils/src/addpattern.c @@ -104,7 +104,7 @@ int main(int argc, char **argv) hdr = (struct code_header *) buf; memset(hdr, 0, sizeof(struct code_header)); - while ((c = getopt(argc, argv, "i:o:p:gbv:012")) != -1) { + while ((c = getopt(argc, argv, "i:o:p:gbv:0124")) != -1) { switch (c) { case 'i': ifn = optarg; |
