User Tools

Site Tools


devices:network:netgear_r6260_openwrt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devices:network:netgear_r6260_openwrt [2026/05/16 03:16] Sean Rhonedevices:network:netgear_r6260_openwrt [2026/06/08 00:31] (current) Sean Rhone
Line 15: Line 15:
  
 ====== Snapshot ====== ====== Snapshot ======
 +
 +  * https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/
 +  * [[https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-factory.img|factory.bin]]
 +  * [[https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin|sysupgrade.bin]]
 +
 +  * [[#luci1|Settings]]
  
 ===== sysupgrade ===== ===== sysupgrade =====
- 
-  * https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/ 
  
   ssh -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='/dev/null'" 'root'@'192.168.1.1'   ssh -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='/dev/null'" 'root'@'192.168.1.1'
Line 26: Line 30:
   ping '192.168.1.1'   ping '192.168.1.1'
  
-==== Test ====+  ssh -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='/dev/null'" 'root'@'192.168.1.1'
  
-****+  sync && passwd
  
-  ssh -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='/dev/null'" 'root'@'192.168.1.1' "rm -fv '/tmp/sysupgrade.img' && sync && sysupgrade --force -n -p -v 'https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin'&& ping '192.168.1.1'+  apk update && apk add 'luci' && sync
  
 ==== Windows ==== ==== Windows ====
Line 36: Line 40:
   * https://github.com/PowerShell/Win32-OpenSSH   * https://github.com/PowerShell/Win32-OpenSSH
  
-  RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64" & DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & "curl.exe" --output "%UserProfile%\Downloads\OpenSSH-Win64.zip" --location "https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip" --progress-bar && RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64" & "tar.exe" xf "%UserProfile%\Downloads\OpenSSH-Win64.zip" -C "%UserProfile%\Downloads" && "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" root@192.168.1.1+  "%SystemRoot%\System32\curl.exe" --output "%UserProfile%\Downloads\OpenSSH-Win64.zip" --location "https://github.com/PowerShell/Win32-OpenSSH/releases/latest/download/OpenSSH-Win64.zip" --progress-bar && RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64" & "%SystemRoot%\System32\tar.exe" xf "%UserProfile%\Downloads\OpenSSH-Win64.zip" -C "%UserProfile%\Downloads" && "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='NUL'" root@192.168.1.1
  
   rm -f '/tmp/sysupgrade.img' && sync && sysupgrade --force -n -p -v 'https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin'   rm -f '/tmp/sysupgrade.img' && sync && sysupgrade --force -n -p -v 'https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin'
  
-  DEL /S "%UserProfile%\.ssh\known_hosts" && ping -t "192.168.1.1"+  ping -t "192.168.1.1"
  
-  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" root@192.168.1.1+  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='NUL'" root@192.168.1.1
  
   sync && passwd   sync && passwd
Line 48: Line 52:
   apk update && apk add 'luci' && sync   apk update && apk add 'luci' && sync
  
-  * [[#luci1|Settings]]+====== LuCI ======
  
-  DEL /Q "%UserProfile%\Downloads\OpenSSH-Win64.zip" & RMDIR /S /Q "%UserProfile%\Downloads\OpenSSH-Win64" +===== Install =====
- +
-===== Date Check ===== +
- +
-  * https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/ +
- +
-  netgear_r6260-squashfs-sysupgrade +
- +
-===== Links ===== +
- +
-  * [[https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-factory.img|factory.bin]] +
-  * [[https://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-netgear_r6260-squashfs-sysupgrade.bin|sysupgrade.bin]] +
- +
-====== Packages ====== +
- +
-===== LuCI =====+
  
   * https://openwrt.org/docs/guide-user/luci/luci.essentials   * https://openwrt.org/docs/guide-user/luci/luci.essentials
- 
-  ssh -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='/dev/null'" 'root'@'192.168.1.1' 
- 
-  sync && passwd 
  
   apk update && apk add 'luci' && sync   apk update && apk add 'luci' && sync
- 
-==== Test ==== 
- 
-  * ''passwd'' + ''luci'' 
- 
-  ssh -o "StrictHostKeyChecking='no'" -o "UserKnownHostsFile='/dev/null'" 'root'@'192.168.1.1' "sync && passwd && apk update && apk add 'luci' && sync" 
- 
-==== Windows ==== 
- 
-**** 
- 
-  "%UserProfile%\Downloads\OpenSSH-Win64\ssh.exe" root@192.168.1.1 
- 
-====== LuCI ====== 
  
 ===== System ===== ===== System =====
/usr/local/www/wiki/data/attic/devices/network/netgear_r6260_openwrt.1778915783.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki