This commit is contained in:
Colin Hill 2013-11-30 11:24:18 -05:00
parent 4ed7ac0db7
commit db899e936b
1 changed files with 2 additions and 0 deletions

View File

@ -19,3 +19,5 @@ OUT="$1/initramfs3.gz"
# FIXME: printf gets the byte order wrong here on a big endian system
printf "0: 4b41475a%.8x" $(wc -c < "$IN") | xxd -r -g0 | cat - "$IN" > "$OUT"
# Automating /etc workaround: https://github.com/dankrause/kcard-buildroot/issues/4
cp -an $TARGET_DIR/usr/share/mtd/etc/* $TARGET_DIR/etc