Browse Source

Merge branch 'master' of sudoman/libreCMC-wiki into master

RISCI_ATOM 6 years ago
parent
commit
a4cff30b2e
2 changed files with 42 additions and 25 deletions
  1. 40 25
      How To Submit A Change To This Wiki.md
  2. 2 0
      TPE NWIFIROUTER2.md

+ 40 - 25
How To Submit A Change To This Wiki.md

@@ -1,40 +1,55 @@
 How To Submit A Change To This Wiki
-================================
+===================================
 
-Clone this repo and then:
--------------------------
+Clone this repo and:
+--------------------
 
-* git push
-* git request-pull -p
+    git clone https://gogs.librecmc.org/libreCMC/libreCMC-wiki.git
+
+then
+
+    git push
+
+or
+
+    git request-pull -p
 
 ### git push ( In Gogs )
 
 Clone the upstream repo in Gogs, then clone to your computer:
-> git clone https://yourUserName@yourURL
+
+    git clone https://yourUserName@yourURL
+
 Add upstream repo to be able to rebase to upstream point commit:
-> git remote add upstream https://gogs.librecmc.org/libreCMC/libreCMC-wiki.git
-> (git branch optionalBranchName)
-> git push (--all)
-Create Push Request in Gogs
+
+    git remote add upstream https://gogs.librecmc.org/libreCMC/libreCMC-wiki.git
+    (git checkout -b optionalBranchName)
+    git push (--all)
+
+Create Push Request in Gogs:
+
 * Press the little green PR button in your own repo
-or
-* Go here https://gogs.librecmc.org/libreCMC/libreCMC-wiki/pulls
+* Or go to <https://gogs.librecmc.org/libreCMC/libreCMC-wiki/pulls>
 
 ### git request-pull -p ( Anywhere )
 
-Clone the upstream repo to your computer
-> git add changedFile.md
-> git commit ( -m Short info what changed )
-> git log ( copy commit id )
-> git request-pull -p (start) URL (end)
-> git request-pull -p (commit in upstream repo) URL master
+Clone the upstream repo to your computer.
+
+    git add changedFile.md
+    git commit ( -m Short info what changed )
+    git log ( copy commit id )
+    git request-pull -p (start) URL (end)
+    git request-pull -p (commit in upstream repo) URL master
+
+Example for piping output to haste:
+
+    git request-pull -p b3b8926484feb37c33e5150facf315ef12b4612e https://gogs.librecmc.org/jonasbits2/libreCMC-wiki.git master | haste
+
+* Send to hastebin.com or any site you like
+* Paste link in IRC channel
 
-example pipe output to haste:
-> git request-pull -p b3b8926484feb37c33e5150facf315ef12b4612e https://gogs.librecmc.org/jonasbits2/libreCMC-wiki.git master | haste
+#### Links
 
-Send in a with hastebin.com or anything you like
-Paste link in IRC channel
+* <https://www.git-scm.com/docs/git-request-pull>
+* <https://hastebin.com/about.md>
 
-Links
-https://www.git-scm.com/docs/git-request-pull
-https://hastebin.com/about.md

+ 2 - 0
TPE NWIFIROUTER2.md

@@ -16,3 +16,5 @@
 TL-WR841N[D] v8.x. The stock RNX-N300RT ships with DRM and CAN NOT be flashed without non-free software (unless you have 
 a chip clip and SPI flasher). Some versions (v1) requires the flash chip to be removed before an SPI programmer can be used. 
 ThinkPenguin's offering ships with libreCMC, does not ship with DRM and can be fully re-programmed.
+
+* The names of the firmware images for this device are `librecmc-ar71xx-generic-tl-wr841-v8-squashfs-*`