Automate /etc workaround for: https://github.com/dankrause/kcard-buildroot/issues/4
This commit is contained in:
parent
4ed7ac0db7
commit
db899e936b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue