Gargoyle Git Source Builds

Discuss the technical details of Gargoyle and ongoing development

Moderator: Moderators

Gingernut
Posts: 28
Joined: Fri Jun 05, 2009 9:51 am

Gargoyle Git Source Builds

Post by Gingernut »

If users are interested I've compiled the latest Gargoyle/OpenWRT sources for the ar71xx target.

I've uploaded the compiles of the most popular router models and will organize them into Gargoyle source date/OpenWRT changeset folders for easy reference here:

http://www.4shared.com/dir/i4lFLAnO/Gar ... uilds.html

Be aware that they are experimental builds based on updates from source that are not fully tested.

behappy
Posts: 84
Joined: Thu Mar 31, 2011 5:06 pm

Re: Gargoyle Git Source Builds

Post by behappy »

Thanks. Good work, keep it up.

User avatar
DoesItMatter
Moderator
Posts: 1373
Joined: Thu May 21, 2009 3:56 pm

Re: Gargoyle Git Source Builds

Post by DoesItMatter »

Helping out with the builds!

Latest GIT from 6/15/2011 - just a couple days ago!

Built all versions - compiled on Ubuntu 11.04

http://www.4shared.com/dir/Xd5vG64M/Bui ... -2011.html

All builds should be available now.
:twisted: Soylent Green Is People! :twisted:
2x Asus RT-N16 = Asus 3.0.0.4.374.43 Merlin
2x Buffalo WZR-HP-G300NH V1 A0D0 = Gargoyle 1.9.x / LEDE 17.01.x
2x Engenius - ESR900 Stock 1.4.0 / OpenWRT Trunk 49400

Gingernut
Posts: 28
Joined: Fri Jun 05, 2009 9:51 am

Re: Gargoyle Git Source Builds

Post by Gingernut »

Good on U DoesItMatter, it seems to take forever to compile Gargoyle ;) .

BTW did you use the latest OpenWRT source, 27191 or the same one Eric last bumped to, 27148?

Thanks

User avatar
DoesItMatter
Moderator
Posts: 1373
Joined: Thu May 21, 2009 3:56 pm

Re: Gargoyle Git Source Builds

Post by DoesItMatter »

Gingernut wrote:Good on U DoesItMatter, it seems to take forever to compile Gargoyle ;) .

BTW did you use the latest OpenWRT source, 27191 or the same one Eric last bumped to, 27148?

Thanks
I just clone the newest GIT and run the MAKE command.

How can I bump it up to the latest OpenWRT source?

And yea, I have a dedicated laptop I don't use - that I compile it on.
I just let it run overnight!
:twisted: Soylent Green Is People! :twisted:
2x Asus RT-N16 = Asus 3.0.0.4.374.43 Merlin
2x Buffalo WZR-HP-G300NH V1 A0D0 = Gargoyle 1.9.x / LEDE 17.01.x
2x Engenius - ESR900 Stock 1.4.0 / OpenWRT Trunk 49400

Gingernut
Posts: 28
Joined: Fri Jun 05, 2009 9:51 am

Re: Gargoyle Git Source Builds

Post by Gingernut »

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 you desire.

You can see them at https://dev.openwrt.org/timeline

Take care

User avatar
DoesItMatter
Moderator
Posts: 1373
Joined: Thu May 21, 2009 3:56 pm

Re: Gargoyle Git Source Builds

Post by DoesItMatter »

Ahh - good to know. Found it and edited.

Re-compiling a whole new set.

Looks like its Gargoyle revision 2002, Backfire revision 27220

Leaving the laptop to compile overnight so should be able
to post up the new set of binaries sometime on Sunday.

Gingernut,

How do you cleanup or re-fetch new sources?

What I've done is just delete the "gargoyle.git" folder,
clone the gargoyle git fresh, and then run make again.

Is this the best way or is there a way to update so that I don't
have to re-download everything each time?
:twisted: Soylent Green Is People! :twisted:
2x Asus RT-N16 = Asus 3.0.0.4.374.43 Merlin
2x Buffalo WZR-HP-G300NH V1 A0D0 = Gargoyle 1.9.x / LEDE 17.01.x
2x Engenius - ESR900 Stock 1.4.0 / OpenWRT Trunk 49400

Gingernut
Posts: 28
Joined: Fri Jun 05, 2009 9:51 am

Re: Gargoyle Git Source Builds

Post by Gingernut »

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

Eric
Site Admin
Posts: 1443
Joined: Sat Jun 14, 2008 1:14 pm

Re: Gargoyle Git Source Builds

Post by Eric »

Hey, I notice people are interested in getting builds from the latest up-to-date source.

I am thinking of introducing a "Nightly" build in addition to the experimental/stable releases. Old nightly builds wouldn't be stored, and there would be no guarantee that the build is at all stable or completely brick your router, just that it is from the very latest source, rebuilt every 24 hours.

Would people be interested in this? I'm just a little worried that I'll make a major change, someone will download a nightly image and it will crash their router, leaving them somewhat unhappy...

Gingernut
Posts: 28
Joined: Fri Jun 05, 2009 9:51 am

Re: Gargoyle Git Source Builds

Post by Gingernut »

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

Post Reply