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 | fa9c2f482329530aa1514d41e1d07b2a65d0dd0d (patch) | |
tree | c0969509c54e6bed4d85effc229aee36dc5a04af | |
parent | b5e7f55f977311f6aa3829a90e00f5d9104b10ee (diff) | |
download | mtk-20170518-fa9c2f482329530aa1514d41e1d07b2a65d0dd0d.zip mtk-20170518-fa9c2f482329530aa1514d41e1d07b2a65d0dd0d.tar.gz mtk-20170518-fa9c2f482329530aa1514d41e1d07b2a65d0dd0d.tar.bz2 |
enable the new "-4" option
SVN-Revision: 1627
-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 5298f7b..67f9da2 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; |