Search found 14 matches

by markc
Thu Nov 28, 2013 8:51 am
Forum: Gargoyle Development
Topic: x86_64 build for LXC
Replies: 1
Views: 4477

x86_64 build for LXC

I'd like to try rebuilding a x86_64 target for use with lxc containers on Ubuntu 14.04 and wondering if anyone could give me some clues where to start? Even better, seeing as I am on a x86_64 host and want to build a x86_64 target, would it be possible to avoid the cross compilation step and build a...
by markc
Wed Aug 17, 2011 12:23 am
Forum: News
Topic: Version 1.4.0 -- New Stable Branch
Replies: 36
Views: 73860

Re: Version 1.4.0 -- New Stable Branch

Did a sysupgrade on a Netgear WNDR3700 (first time upgrade) and all went well except that now I have more than 50% packet loss to some sites. All external sites can be pinged at 100% from the router itself but going through it leads to massive dropouts for some sites. I have increased connections to...
by markc
Wed Aug 10, 2011 8:28 am
Forum: Feature Requests
Topic: Multi wan support
Replies: 12
Views: 17026

Re: Multi wan support

Yes. I would like to test 2 WAN links into a single WNDR3700 router if that is possible. I'd love to see what you've done for dd-wrt ported to Gargoyle.
by markc
Wed Aug 10, 2011 5:45 am
Forum: Gargoyle Development
Topic: Gargoyle Git Source Builds
Replies: 24
Views: 24289

Re: Gargoyle Git Source Builds

make -i, Ignore all errors in commands executed to remake files. Thanks DoesItMatter, I have what looks like a complete build but I know those errors were just ignored so I'm not sure I should actually use the firmware. Anyway, I can proceed with tinkering with some additions and build scripts and ...
by markc
Wed Aug 10, 2011 12:00 am
Forum: Gargoyle Development
Topic: Gargoyle Git Source Builds
Replies: 24
Views: 24289

Re: Gargoyle Git Source Builds

Build dependency: Please do not compile as root. So I can't build as root. Thanks Eric and DoesItMatter as I know for sure it should work. My Archlinux x86_64 system must be missing something that allows those fuse chmod/chown commands to work but I have sudo and fakeroot on board. The one thing I ...
by markc
Tue Aug 09, 2011 5:22 am
Forum: Gargoyle Development
Topic: Gargoyle Git Source Builds
Replies: 24
Views: 24289

Re: Gargoyle Git Source Builds

Damn, I am still getting this error. chown root /home/markc/Devel/gargoyle/ar71xx-src/build_dir/linux-ar71xx/fuse-2.8.3/ipkg-install/usr/bin/fusermount chown: changing ownership of `/home/markc/Devel/gargoyle/ar71xx-src/build_dir/linux-ar71xx/fuse-2.8.3/ipkg-install/usr/bin/fusermount': Operation no...
by markc
Tue Aug 09, 2011 2:35 am
Forum: Gargoyle Development
Topic: Anybody built gargoyle on OpenWrt trunk recently?
Replies: 21
Views: 25349

Re: Anybody built gargoyle on OpenWrt trunk recently?

I've been using the SVN and building from that. Doh, of course, I should have twigged with the "trunk" reference instead of "master". I haven't used subversion for years and didn't even have it installed until I realized it was mandatory for OpenWRT. If anyone has a Github accou...
by markc
Sun Aug 07, 2011 12:22 am
Forum: Gargoyle Development
Topic: Anybody built gargoyle on OpenWrt trunk recently?
Replies: 21
Views: 25349

Re: Anybody built gargoyle on OpenWrt trunk recently?

@DoesItMatter: can you spare a few keystrokes as to exactly how you've built from Git?

I suspect I might be missing something simple and obvious to others.
by markc
Sun Aug 07, 2011 12:12 am
Forum: Gargoyle Development
Topic: Gargoyle Git Source Builds
Replies: 24
Views: 24289

Re: Gargoyle Git Source Builds

Looks like this is what I need for a WNDR3700 build... make ar71xx V=99 GARGOYLE_VERSION="1.3.16-markc" But I'm still getting this problem which seems to indicate I should be building as root, or sudo should be used at that point of failure, but some warning suggested I should not build as...
by markc
Sat Aug 06, 2011 3:37 am
Forum: Gargoyle Development
Topic: Gargoyle Git Source Builds
Replies: 24
Views: 24289

Re: Gargoyle Git Source Builds

I notice the full-build.sh script is only (on first look) setup to build an OpenWRT branch with no option to pull in trunk without manual editing. I'd like to try the latest available kernel so is using openwrt trunk a really bad idea, in that gargoyle master won't build at all? I see there is a tar...