Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
openwrt:manual:a5-v11 [2019/11/29 02:21]
theexpertnoob disable ipv6
openwrt:manual:a5-v11 [2022/06/26 21:23]
theexpertnoob Too outdated to maintain.
Line 19: Line 19:
   * VFAT formatted USB flash drive (might not be empty)   * VFAT formatted USB flash drive (might not be empty)
 Download: Download:
-  * [[http://druss.org/​public/​test-build/​uboot256.img|u-boot 256]] This is version 3 which supports recovery from USB as well as TFTP and serial. +  * [[http://gandalfsax.com/​public/​test-build/​uboot_usb_256_03.img|u-boot 256]] This is version 3 which supports recovery from USB as well as TFTP and serial. 
-  * [[http://druss.org/​public/​test-build/​openwrt-ramips-rt305x-a5-v11-squashfs-factory.bin|My OpenWrt release]]+  * [[http://gandalfsax.com/​public/​test-build/​lede-ramips-rt305x-a5-v11-squashfs-factory.bin|My OpenWrt release]]
   ​   ​
   * Copy them to USB drive, rename OpenWrt image to firmware.bin   * Copy them to USB drive, rename OpenWrt image to firmware.bin
Line 56: Line 56:
   * Ethernet Cable   * Ethernet Cable
 Download: Download:
-  * [[http://druss.org/​public/​test-build/​openwrt-ramips-rt305x-a5-v11-squashfs-sysupgrade.bin|My OpenWrt release]]+  * [[http://gandalfsax.com/​public/​test-build/​lede-ramips-rt305x-a5-v11-squashfs-sysupgrade.bin|My OpenWrt release]]
   * In a command line interface be it bash for linux or CMD for Windows, copy over the sysupgrade using pscp. below is an example.   * In a command line interface be it bash for linux or CMD for Windows, copy over the sysupgrade using pscp. below is an example.
 <​code>​ <​code>​
Line 87: Line 87:
 export LD_LIBRARY_PATH='/​lib:/​usr/​lib:/​tmp/​lib:/​tmp/​usr/​lib'​ export LD_LIBRARY_PATH='/​lib:/​usr/​lib:/​tmp/​lib:/​tmp/​usr/​lib'​
 opkg update && opkg install -d ram e2fsprogs dosfstools fdisk opkg update && opkg install -d ram e2fsprogs dosfstools fdisk
-wget http://druss.org/​public/​parts+wget http://gandalfsax.com/​public/​parts
 chmod +x /tmp/parts chmod +x /tmp/parts
 ./parts ./parts