fix zd1211 with linux 2.6.22
[openwrt.git] / package / busybox / Makefile
index 3bdc125..ec9a1ba 100644 (file)
@@ -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)" \
This page took 0.019263 seconds and 4 git commands to generate.