Changeset 3621 in MondoRescue for branches/3.3/mindi-busybox/scripts/mkconfigs


Ignore:
Timestamp:
Dec 20, 2016, 4:07:32 PM (7 years ago)
Author:
Bruno Cornec
Message:

New 3?3 banch for incorporation of latest busybox 1.25. Changing minor version to handle potential incompatibilities.

Location:
branches/3.3
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/3.3/mindi-busybox/scripts/mkconfigs

    r2859 r3621  
    6666grep -e '^# CONFIG_' -e '^CONFIG_' "$config" \
    6767| bzip2 -1 | dd bs=2 skip=1 2>/dev/null \
    68 | od -v -t x1 \
     68| od -v -b \
    6969| sed -e 's/^[^ ]*//' \
    7070        -e 's/ //g' \
    7171        -e '/^$/d' \
    72         -e 's/\(..\)/0x\1,/g'
     72        -e 's/\(...\)/0\1,/g'
    7373
    7474echo "};"
Note: See TracChangeset for help on using the changeset viewer.