330N3G
Moderator: Moderators
Re: 330N3G
It appears compatible. However, unlikely that support will be added due to its low memory space.
You can always compile your own image.
You can always compile your own image.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: 330N3G
Well, it is open source, but i have no idea on how to do it.
I suppose it would involve grabbing the latest Chaos Calmer, removing LuCi and "adding" Gargoyle. But again, i have no clue how to do that.
I suppose it would involve grabbing the latest Chaos Calmer, removing LuCi and "adding" Gargoyle. But again, i have no clue how to do that.
Re: 330N3G
Is there a tutorial somewhere on how to do it? Even if i can't, which is quite probable, i will learn something meanwhile, so...
Re: 330N3G
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: 330N3G
I'm new to Linux and this seems daunting.
I might first endeavour on an easier task like, for example, building the entire Space Shuttle by hand, starting with mining all the raw materials.
That guide seems good, though, for people that already have some experience building images, etc.
I might first endeavour on an easier task like, for example, building the entire Space Shuttle by hand, starting with mining all the raw materials.

That guide seems good, though, for people that already have some experience building images, etc.
Re: 330N3G
Start with installing a "Ubuntu server" on a spare machine or as a VM
https://www.ubuntu.com/download/server
https://www.virtualbox.org/
Then after that learn about SSH and putty
SSH is remote control of you linux machine through windows via command line
https://www.ubuntu.com/download/server
https://www.virtualbox.org/
Then after that learn about SSH and putty
SSH is remote control of you linux machine through windows via command line
Re: 330N3G
Ok. So, i followed the instructions up until the "make" section.
I think everything is installed and i have clones for gargoyle and openwrt.
And now i don't know how to proceed.
I think everything is installed and i have clones for gargoyle and openwrt.
And now i don't know how to proceed.
Re: 330N3G
The instructions are a bit out of order
You need to install the build packages first
then
then wait a few hours
You need to install the build packages first
Code: Select all
sudo apt-get install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo
then
Code: Select all
git clone git://github.com/ericpaulbishop/gargoyle.git
Code: Select all
cd gargoyle
Code: Select all
make FULL_BUILD=true ar71xx
Re: 330N3G
you will find the images
here
use winscp
here
Code: Select all
images/<target> The image output directory. Once all the output packages are built we can make images. These are the .bin and .trx files often used to flash routers. There will be a complete set of images for each target you build.