diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-22 21:24:58 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-11-22 21:24:58 +0000 |
commit | e065bbbe971f956fd6164915ff5eaeeb418ed571 (patch) | |
tree | 86a488d64ec19c7bd5f1cdc7871e21d100dc7722 | |
parent | da94fc44b36d007e09ad4a3a3585a92ef97058d9 (diff) | |
download | buildroot-novena-e065bbbe971f956fd6164915ff5eaeeb418ed571.tar.gz buildroot-novena-e065bbbe971f956fd6164915ff5eaeeb418ed571.zip |
-rw-r--r-- | target/cpio/cpioroot.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/cpio/cpioroot.mk b/target/cpio/cpioroot.mk index ce47fba6f..8f460c713 100644 --- a/target/cpio/cpioroot.mk +++ b/target/cpio/cpioroot.mk @@ -7,6 +7,7 @@ CPIO_TARGET:=$(IMAGE).cpio cpioroot-init: + rm -f $(TARGET_DIR)/init ln -s sbin/init $(TARGET_DIR)/init cpioroot: host-fakeroot makedevs cpioroot-init |