mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 18:54:04 +02:00
enable the new "-4" option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1627 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1bd3d118c7
commit
4dbbd187ea
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user