Bernhard Reutner-Fischer hace 18 años
padre
commit
e065bbbe97
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      target/cpio/cpioroot.mk

+ 1 - 0
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