Sfoglia il codice sorgente

Remove symbolic links to non-existent applets (#1770)

SVN-Revision: 7600
Florian Fainelli 18 anni fa
parent
commit
efe19f0200
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      package/busybox/Makefile

+ 1 - 0
package/busybox/Makefile

@@ -70,6 +70,7 @@ define Build/Compile
 endef
 
 define Package/busybox/install
+	find $(PKG_BUILD_DIR) -lname busybox -exec rm \{\} \;
 	$(MAKE) -C $(PKG_BUILD_DIR) \
 		CC="$(TARGET_CC)" \
 		CROSS_COMPILE="$(TARGET_CROSS)" \