mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-25 10:42:26 +02:00
enable the new "-4" option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1627 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7f968bd4fa
commit
57ad179cb5
@ -104,7 +104,7 @@ int main(int argc, char **argv)
|
|||||||
hdr = (struct code_header *) buf;
|
hdr = (struct code_header *) buf;
|
||||||
memset(hdr, 0, sizeof(struct code_header));
|
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) {
|
switch (c) {
|
||||||
case 'i':
|
case 'i':
|
||||||
ifn = optarg;
|
ifn = optarg;
|
||||||
|
Loading…
Reference in New Issue
Block a user