diff options
| author | Bernhard Reutner-Fischer | 2006-11-22 22:24:58 +0100 |
|---|---|---|
| committer | Bernhard Reutner-Fischer | 2006-11-22 22:24:58 +0100 |
| commit | e065bbbe971f956fd6164915ff5eaeeb418ed571 (patch) | |
| tree | 86a488d64ec19c7bd5f1cdc7871e21d100dc7722 /target | |
| parent | - bump version (diff) | |
| download | buildroot-e065bbbe971f956fd6164915ff5eaeeb418ed571.tar.gz buildroot-e065bbbe971f956fd6164915ff5eaeeb418ed571.tar.xz buildroot-e065bbbe971f956fd6164915ff5eaeeb418ed571.zip | |
Diffstat (limited to 'target')
| -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 |
