Thanks for the new build Eric.
Would you be able to add a reveal password function to the wireless password input box, would be very useful.
Regards
Search found 28 matches
- Wed Aug 27, 2014 11:37 am
- Forum: News
- Topic: Version 1.6.2
- Replies: 86
- Views: 372806
- Sat Oct 06, 2012 10:24 am
- Forum: Other Issues
- Topic: Restore Default Configuration not working?
- Replies: 8
- Views: 10350
Re: Restore Default Configuration not working?
It dosen't work properly either. failsafe or mtd -r erase root_fs command go through the reset routine but doesn't work as designed. Router comes back up but not the firstboot.sh screen, can't access with default password, changed password over telnet and can then access and a few other strange thin...
- Sat Oct 06, 2012 3:35 am
- Forum: Other Issues
- Topic: Restore Default Configuration not working?
- Replies: 8
- Views: 10350
Re: Restore Default Configuration not working?
Sorry to relive an old thread but this bug is still around.
Tested latest 1.5.7 build on a WZR-HP-G300N and it won't reset to default even though it tries to.
Tested latest 1.5.7 build on a WZR-HP-G300N and it won't reset to default even though it tries to.
- Thu Jun 30, 2011 6:39 pm
- Forum: News
- Topic: Version 1.3.16 -- Second Release Candidate
- Replies: 69
- Views: 110655
Re: Version 1.3.16 -- Second Release Candidate
How does Garoyle set your wireless regulatority domain by default?
It's not possible to change it in the web ui, only over ssh right?
It's not possible to change it in the web ui, only over ssh right?
- Mon Jun 27, 2011 4:02 am
- Forum: News
- Topic: Version 1.3.16 -- Second Release Candidate
- Replies: 69
- Views: 110655
Re: Version 1.3.16 -- Second Release Candidate
Eric,
There's something wrong with the download section, it only has Atheros target available.
Thanks for the release.
There's something wrong with the download section, it only has Atheros target available.
Thanks for the release.
- Sat Jun 25, 2011 9:17 pm
- Forum: Other Issues
- Topic: Connection changes
- Replies: 5
- Views: 5009
Re: Connection changes
Try connection type as DHCP
- Sat Jun 25, 2011 3:38 pm
- Forum: Gargoyle Development
- Topic: Gargoyle Git Source Builds
- Replies: 24
- Views: 34047
Re: Gargoyle Git Source Builds
FWIW, just noticed that there are a few important mac80211/ath9k updates in OpenWRT source.
Looks like full OpenWRT support for the wzr-hp-ag300h has been introduced. Maybe Eric will look into getting Gargoyle support too
.
Take Care
Looks like full OpenWRT support for the wzr-hp-ag300h has been introduced. Maybe Eric will look into getting Gargoyle support too

Take Care
- Wed Jun 22, 2011 1:46 am
- Forum: Gargoyle Development
- Topic: Gargoyle Git Source Builds
- Replies: 24
- Views: 34047
Re: Gargoyle Git Source Builds
I think it's a good idea, thanks Eric.
We all take some risks flashing new builds as not all targets have been fully tested.
I'd say if you don't know how to recover your router don't venture into nightly builds.
Take care
We all take some risks flashing new builds as not all targets have been fully tested.
I'd say if you don't know how to recover your router don't venture into nightly builds.
Take care
- Sun Jun 19, 2011 7:44 am
- Forum: Gargoyle Development
- Topic: Gargoyle Git Source Builds
- Replies: 24
- Views: 34047
Re: Gargoyle Git Source Builds
I haven't compiled many but I believe it's:
cd to gargoyle folder and type:
git fetch
this will download only the changes made to git
when it's finished, should be very quick, you have to recheckout the master branch, but I'm not totally sure, type:
git checkout master
Take care
cd to gargoyle folder and type:
git fetch
this will download only the changes made to git
when it's finished, should be very quick, you have to recheckout the master branch, but I'm not totally sure, type:
git checkout master
Take care
- Sat Jun 18, 2011 3:43 pm
- Forum: Gargoyle Development
- Topic: Gargoyle Git Source Builds
- Replies: 24
- Views: 34047
Re: Gargoyle Git Source Builds
You have to edit the full-build.sh before issuing the make command. Near the top you'll see these lines: branch_name="backfire" rnum=27148 rnum is revision number, you can either leave it blank (rnum=) and it will download the latest OpenWRT changeset or use the changeset revision number y...