add some fixes for parallel build (does not work with -j4 yet, but it gets most packa...
[openwrt.git] / package / linux / linux.mk
index 1338079..c443e65 100644 (file)
@@ -59,6 +59,7 @@ $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
        # copy binary drivers
        cp -a $(BUILD_DIR)/wl/*.o $(LINUX_DIR)/drivers/net/wl
        cp -a $(BUILD_DIR)/et/*.o $(LINUX_DIR)/drivers/net/et
+       $(SED) 's/@expr length/@-expr length/' $(LINUX_DIR)/Makefile 
        touch $(LINUX_DIR)/.patched
 
 $(LINUX_DIR)/.configured: $(LINUX_DIR)/.patched
This page took 0.01991 seconds and 4 git commands to generate.