diff options
author | Mike Baker <mbm@openwrt.org> | 2005-02-26 02:32:16 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2005-02-26 02:32:16 +0000 |
commit | 6e1c4d0da3ba45b4a1c2bfba79b07216dcb252b9 (patch) | |
tree | 974dde8f6003d98e97764410cbbbe1ccfe6b5138 /openwrt/Makefile | |
parent | 5ead46cce658c94abc27e8ae7411f28b2804e5f9 (diff) | |
download | mtk-20170518-6e1c4d0da3ba45b4a1c2bfba79b07216dcb252b9.zip mtk-20170518-6e1c4d0da3ba45b4a1c2bfba79b07216dcb252b9.tar.gz mtk-20170518-6e1c4d0da3ba45b4a1c2bfba79b07216dcb252b9.tar.bz2 |
bugfix
SVN-Revision: 294
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r-- | openwrt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile index dfa2721..b8c9b10 100644 --- a/openwrt/Makefile +++ b/openwrt/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) |