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
Next revision Both sides next revision
openwrt:manual:a5-v11 [2019/11/29 01:46]
theexpertnoob
openwrt:manual:a5-v11 [2022/06/26 20:03]
theexpertnoob [0a. PreSetup A5-V11 from STOCK FIRMWARE]
Line 20: Line 20:
 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://​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://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 163: Line 163:
 sed -i '​s|DROOPY_CHMOD|#​DROOPY_CHMOD|g'​ /​opt/​piratebox/​conf/​piratebox.conf sed -i '​s|DROOPY_CHMOD|#​DROOPY_CHMOD|g'​ /​opt/​piratebox/​conf/​piratebox.conf
 sed -i '​s|getenv = CDLL("​libc.so.6"​).getenv|getenv = CDLL("​libc.so.0"​).getenv|g'​ /​opt/​piratebox/​bin/​droopy sed -i '​s|getenv = CDLL("​libc.so.6"​).getenv|getenv = CDLL("​libc.so.0"​).getenv|g'​ /​opt/​piratebox/​bin/​droopy
 +sed -i '​s|$SERVER["​socket"​] == "​[::​]:​80"​ {  }||# $SERVER["​socket"​] == "​[::​]:​80"​ {  }|g' /​opt/​piratebox/​conf/​lighttpd/​lighttpd.conf
 /​etc/​init.d/​lighttpd stop /​etc/​init.d/​lighttpd stop
 /​etc/​init.d/​lighttpd disable /​etc/​init.d/​lighttpd disable