1.11.x gargoyle-ispy 2019-January-29 04:33

Want to share your OpenWrt / Gargoyle knowledge? Implemented a new feature? Let us know here.

Moderator: Moderators

ispyisail
Moderator
Posts: 5180
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

1.11.x gargoyle-ispy 2019-January-29 04:33

Post 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

phgerin
Posts: 130
Joined: Sun Dec 21, 2014 2:03 pm

Re: 1.11.x gargoyle-ispy 2019-January-29 04:33

Post by phgerin »

Damaged archive, anyone else ?

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: 1.11.x gargoyle-ispy 2019-January-29 04:33

Post by RomanHK »

phgerin wrote:Damaged archive, anyone else ?
Archive is not damaged, use https://www.7-zip.org/ for extraction.
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

geochen2018
Posts: 6
Joined: Sun Nov 04, 2018 9:47 am

Re: 1.11.x gargoyle-ispy 2019-January-29 04:33

Post by geochen2018 »

Tracker not working for me
Anyone ?

ispyisail
Moderator
Posts: 5180
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: 1.11.x gargoyle-ispy 2019-January-29 04:33

Post by ispyisail »

3 trackers active

Image

ViBE
Posts: 194
Joined: Sun Apr 19, 2015 6:58 pm

Re: 1.11.x gargoyle-ispy 2019-January-29 04:33

Post by ViBE »

if i want to flash my Xiaomi Mi Router 3G how can i do it? OpenWRT already installed on it.

ispyisail
Moderator
Posts: 5180
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: 1.11.x gargoyle-ispy 2019-January-29 04:33

Post by ispyisail »

Code: Select all

gargoyle_1.11.x-ramips-mt7621-mir3g-squashfs-sysupgrade.tar
https://openwrt.org/toh/xiaomi/mir3g

ViBE
Posts: 194
Joined: Sun Apr 19, 2015 6:58 pm

Re: 1.11.x gargoyle-ispy 2019-January-29 04:33

Post by ViBE »

ispyisail wrote:

Code: Select all

gargoyle_1.11.x-ramips-mt7621-mir3g-squashfs-sysupgrade.tar
https://openwrt.org/toh/xiaomi/mir3g
so an mtd or a sysupgrade should be fine?

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: 1.11.x gargoyle-ispy 2019-January-29 04:33

Post 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.
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

ispyisail
Moderator
Posts: 5180
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: 1.11.x gargoyle-ispy 2019-January-29 04:33

Post by ispyisail »

I've not tested either but you should be able to do it through the GUI?

Image

Post Reply