bugfix
[openwrt.git] / Makefile
index dfa2721..b8c9b10 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -118,6 +118,8 @@ $(TARGET_DIR):
        fi;
        -find $(TARGET_DIR) -type d -name CVS | xargs rm -rf
        -find $(TARGET_DIR) -type d -name .svn | xargs rm -rf
+       -ln -sf /tmp/resolv.conf $(TARGET_DIR)
+       -mkdir -p $(TARGET_DIR)/jffs
 
 source: $(TARGETS_SOURCE)
 
This page took 0.02428 seconds and 4 git commands to generate.