Danja Vasiliev před 10 roky
rodič
revize
9aacae591a
3 změnil soubory, kde provedl 11 přidání a 14 odebrání
  1. 8 3
      .gitignore
  2. 0 8
      openwrt/.gitignore
  3. 3 3
      openwrt/readme.md

+ 8 - 3
.gitignore

@@ -1,6 +1,11 @@
 .DS_Store
 dist
-readme.md
-*~
+[._]*.s[a-w][a-z]
+[._]s[a-w][a-z]
+*.un~
+*.revision
+Session.vim
+.netrwhist
+*~*~
 \.\#*
-\#*\#
+\#*\#

+ 0 - 8
openwrt/.gitignore

@@ -1,8 +0,0 @@
-include/superglue.revision
-include/openwrt.revision
-[._]*.s[a-w][a-z]
-[._]s[a-w][a-z]
-*.un~
-Session.vim
-.netrwhist
-*~

+ 3 - 3
openwrt/readme.md

@@ -1,6 +1,6 @@
-Look into ./tools/make_fw.sh to learn about the directory structure 
-and dependencies. You need to have OpenWRT ImageBuilder available 
-to the script script.
+Look into ./tools/make_fw.sh to learn about the directory structure and dependencies. 
+
+You need to have OpenWRT ImageBuilder available via the path defined in ./tools/make_fw.sh.
 
 Run ./tools/make_fw.sh to build images.