Page 1 of 3
1.11.x gargoyle-ispy 2019-January-29 04:33
Posted: Tue Jan 29, 2019 1:49 pm
by ispyisail
USE AT YOUR OWN RISK
WARNING: DO NOT PRESERVE SETTINGS
Now includes packages
Do not install on 4MB routers
1.11.x gargoyle-ispy 2019-January-29 04:33
Torrent
http://bit.ly/2sWqaIZ
magnet:?xt=urn:btih:f365b64eea19ac9c8d8464d6270c495f3969d158&dn=gargoyle-ispy%202019-January-29%2004_33.7z&tr=udp%3a%2f%2ftracker.openbittorrent.com%3a80&tr=udp%3a%2f%2fopen.demonii.com%3a1337&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969&tr=udp%3a%2f%2ftracker.leechers-paradise.org%3a6969&tr=udp%3a%2f%2ftracker.coppersurfer.tk%3a6969%2fannounce&tr=udp%3a%2f%2ftracker.open-internet.nl%3a6969%2fannounce&tr=udp%3a%2f%2fallesanddro.de%3a1337%2fannounce&tr=udp%3a%2f%2f9.rarbg.to%3a2710%2fannounce
Routers
http://bit.ly/2UsSqia
Changelog
Commits on Jan 27, 2019
https://github.com/ericpaulbishop/gargo ... rt_remerge
Re: 1.11.x gargoyle-ispy 2019-January-29 04:33
Posted: Thu Jan 31, 2019 4:36 am
by phgerin
Damaged archive, anyone else ?
Re: 1.11.x gargoyle-ispy 2019-January-29 04:33
Posted: Thu Jan 31, 2019 8:01 am
by RomanHK
phgerin wrote:Damaged archive, anyone else ?
Archive is not damaged, use
https://www.7-zip.org/ for extraction.
Re: 1.11.x gargoyle-ispy 2019-January-29 04:33
Posted: Sat Feb 02, 2019 12:31 pm
by geochen2018
Tracker not working for me
Anyone ?
Re: 1.11.x gargoyle-ispy 2019-January-29 04:33
Posted: Sat Feb 02, 2019 1:43 pm
by ispyisail
3 trackers active

Re: 1.11.x gargoyle-ispy 2019-January-29 04:33
Posted: Sun Feb 03, 2019 4:12 am
by ViBE
if i want to flash my Xiaomi Mi Router 3G how can i do it? OpenWRT already installed on it.
Re: 1.11.x gargoyle-ispy 2019-January-29 04:33
Posted: Sun Feb 03, 2019 5:00 am
by ispyisail
Code: Select all
gargoyle_1.11.x-ramips-mt7621-mir3g-squashfs-sysupgrade.tar
https://openwrt.org/toh/xiaomi/mir3g
Re: 1.11.x gargoyle-ispy 2019-January-29 04:33
Posted: Sun Feb 03, 2019 5:54 am
by ViBE
so an
mtd or a
sysupgrade should be fine?
Re: 1.11.x gargoyle-ispy 2019-January-29 04:33
Posted: Sun Feb 03, 2019 10:02 am
by RomanHK
Source:
https://openwrt.org/toh/xiaomi/mir3g
If the original is in the router, use:
gargoyle_1.11.x-ramips-mt7621-mir3g-squashfs-kernel1.bin
gargoyle_1.11.x-ramips-mt7621-mir3g-squashfs-rootfs0.bin
and the procedure will be as follows:
Code: Select all
Installation via ssh
For installation via ssh, it needs to be enabled first.
flash the developper firmware to enable SSH: http://bigota.miwifi.com/xiaoqiang/rom/r3g/miwifi_r3g_firmware_c2175_2.25.122.bin
Alternative: https://forum.lede-project.org/t/xiaomi-wifi-router-3g/5377/57?u=tmomas
Installation through telnet/ssh:
copy gargoyle_1.11.x-ramips-mt7621-mir3g-squashfs-kernel1.bin and gargoyle_1.11.x-ramips-mt7621-mir3g-squashfs-rootfs0.bin to usb disk or wget it from Gargoyle download site to /tmp
switch to /extdisks/sda1/ (if copied to USB drive) or to /tmp if wgetted from Gargoyle download site
run: mtd write gargoyle_1.11.x-ramips-mt7621-mir3g-squashfs-kernel1.bin kernel1
run: mtd write gargoyle_1.11.x-ramips-mt7621-mir3g-squashfs-rootfs0.bin rootfs0
run: nvram set flag_try_sys1_failed=1
run: nvram commit
run: reboot
If Openwrt or Gargoyle were already, use:
gargoyle_1.11.x-ramips-mt7621-mir3g-squashfs-sysupgrade.tar
and the procedure will be as follows:
Code: Select all
sysupgrade
Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget https://???/gargoyle_1.11.x-ramips-mt7621-mir3g-squashfs-sysupgrade.tar
sysupgrade /tmp/gargoyle_1.11.x-ramips-mt7621-mir3g-squashfs-sysupgrade.tar
I'm not tested.
Re: 1.11.x gargoyle-ispy 2019-January-29 04:33
Posted: Sun Feb 03, 2019 11:59 am
by ispyisail
I've not tested either but you should be able to do it through the GUI?
