Search found 4 matches

by gth
Fri Mar 08, 2019 8:21 pm
Forum: Feature Requests
Topic: Wifi as Fallback Internet
Replies: 4
Views: 6815

Wifi as Fallback Internet

I've searched, and other than a tethering post for an Android phone, I'm surprised I can't find an existing procedure for using Gargoyle's wireless to connect to a wifi hotspot, as the WAN link. Maybe I'm not thinking of the right nomenclature? My main aim is for when the main DSL router dies / shap...
by gth
Sun Dec 30, 2018 1:12 am
Forum: Gargoyle Development
Topic: Baseline build platform
Replies: 3
Views: 8848

Baseline build platform

Okay, not having much success just getting the basic build platform going. 1. Ubuntu 18.04 server (don't need no damn desktop :) 2. Get the operating system up to date sudo apt-get install software-properties-common sudo add-apt-repository universe sudo add-apt-repository multiverse sudo apt-get upd...
by gth
Sun Dec 09, 2018 7:05 am
Forum: Gargoyle Development
Topic: gargoyle compile.....GIT-1.6.5
Replies: 6
Views: 13055

Re: gargoyle compile.....GIT-1.6.5

Thanks for the walk through. I've stumbled across pretty much the same procedure (the universe command didn't work though?). I'll start clean and try again though. At present I'm using a virtual machine running on my NAS, but with those kind of build times, I'm thinking I might just alt-boot my main...
by gth
Sat Dec 08, 2018 11:23 pm
Forum: Gargoyle Development
Topic: gargoyle compile.....GIT-1.6.5
Replies: 6
Views: 13055

Re: gargoyle compile.....GIT-1.6.5

(at the risk of thread-necro) I actually had to modify the script .../openwrt/include/prereq-build . mk , as it had an incorrect test for the presence of git - I changed this line: $(eval $(call SetupHostCommand,git,Please install Git (git-core) >= 1.6.5, \ git clone 2>&1 | grep -- --recursive))...