|
@@ -7,6 +7,7 @@
|
|
CPIO_TARGET:=$(IMAGE).cpio
|
|
CPIO_TARGET:=$(IMAGE).cpio
|
|
|
|
|
|
cpioroot-init:
|
|
cpioroot-init:
|
|
|
|
+ rm -f $(TARGET_DIR)/init
|
|
ln -s sbin/init $(TARGET_DIR)/init
|
|
ln -s sbin/init $(TARGET_DIR)/init
|
|
|
|
|
|
cpioroot: host-fakeroot makedevs cpioroot-init
|
|
cpioroot: host-fakeroot makedevs cpioroot-init
|