1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-20 04:18:03 +03: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:
nico 2005-08-13 13:41:20 +00:00
parent 7f968bd4fa
commit 57ad179cb5

View File

@ -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;