Gargoyle-ispy 2014-July-28.7z

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

Moderator: Moderators

dieselz
Posts: 41
Joined: Fri Jun 07, 2013 3:39 am
Location: Dubai, UAE
Contact:

Re: Gargoyle-ispy 2014-July-28.7z

Post by dieselz »

n0pin wrote:I once faced this problem too. Everytime I tried to upgrade new firmware when using DD-WRT, it came back after reboot. Even webrevert images DD-WRT provides didn't work.

I solved this problem by using SCP to copy firmware image (beware, sometimes you need to use stripped image, depends on router) to /tmp folder on router. Then I issued this command (image.bin is name of the firmware file I uploaded):

Code: Select all

mtd -r write /tmp/image.bin linux
After that I finally managed to get back to factory firmware.

This could probably also solved using TFTP.
Thank you n0pin that helped me a lot <333
i am back to gargoyle now and the new build is working fine
Linksys WRT1900ACS V2 1.12.x gargoyle-iSpy

Sobol
Posts: 16
Joined: Wed Jun 12, 2013 10:30 pm

Re: Gargoyle-ispy 2014-July-28.7z

Post by Sobol »

Some updates for my router - since last reconfiguration with disabling ANI and other known tips and tricks there is no any serious crashes with WiFi.

BashfulBladder
Moderator
Posts: 250
Joined: Thu Jan 17, 2013 11:43 pm

Re: Gargoyle-ispy 2014-July-28.7z

Post by BashfulBladder »

tapper wrote:I cant wate for Gargoyle on my WD N750 it's grate with openwrt but its not the same as Gargoyle for me imo
I don't know if it was you who wanted the WD N750 backport into AA I used, but I uploaded it here:

https://github.com/BashfulBladder/gargoyle-plugins

Read the instructions at the beginning of the patch file - there are lots of caveats.

Note: I did the port & lost interest in it. Haven't tested failsafe mode or upgrading via web to a newer build. I kept missing patches which caused the kernel to crash, so I had to flash via tftp.

This is the patch I used to enable kernel dubugging symbols or whatever its called in Linux

Code: Select all

--- a/target/linux/generic/config-3.3	2013-11-04 19:48:31.000000000 -0400
+++ b/target/linux/generic/config-3.3	2013-11-05 03:32:08.000000000 -0400
@@ -1272,8 +1272,8 @@
 # CONFIG_JME is not set
 CONFIG_JOLIET=y
 # CONFIG_JUMP_LABEL is not set
-# CONFIG_KALLSYMS is not set
-# CONFIG_KALLSYMS_ALL is not set
+CONFIG_KALLSYMS=y
+CONFIG_KALLSYMS_ALL=y
 # CONFIG_KARMA_PARTITION is not set
 # CONFIG_KERNEL_BZIP2 is not set
 # CONFIG_KERNEL_GZIP is not set
TP-Link WDR3600 v1.1 running 1.5.10+ L10n-English (Built 20130922 - OpenWrt r38093)
TP-Link WDR4300 running 1.5.10+ i18n-English (Built 20131010 - OpenWrt r38286)

https://github.com/BashfulBladder/gargoyle-plugins/wiki

tapper
Moderator
Posts: 1076
Joined: Sun Oct 13, 2013 5:49 pm
Location: Stoke-on-trent UK

Re: Gargoyle-ispy 2014-July-28.7z

Post by tapper »

Hi BashfulBladder
thanks but I don't no how to use that pach. I hope we will get a bump to bb branch soon anyway thanks for sharing.
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260

Post Reply