Page 1 of 4

330N3G

Posted: Sat Oct 15, 2016 4:45 pm
by cmay
Greetings!
I search the forum for this router form Asus, and found no results.
It's not new hardware. Will it ever be available a build for it? It has the same memory specifications than the MR3020 (4/32).

Re: 330N3G

Posted: Sat Oct 15, 2016 4:52 pm
by Lantis
It appears compatible. However, unlikely that support will be added due to its low memory space.

You can always compile your own image.

Re: 330N3G

Posted: Sat Oct 15, 2016 5:05 pm
by cmay
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.

Re: 330N3G

Posted: Sat Oct 15, 2016 5:18 pm
by cmay
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

Posted: Sat Oct 15, 2016 8:56 pm
by Lantis

Re: 330N3G

Posted: Sun Oct 16, 2016 4:15 am
by cmay
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. :lol:
That guide seems good, though, for people that already have some experience building images, etc.

Re: 330N3G

Posted: Sun Oct 16, 2016 4:34 am
by ispyisail
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

Re: 330N3G

Posted: Sun Oct 16, 2016 9:04 am
by cmay
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.

Re: 330N3G

Posted: Mon Oct 17, 2016 12:53 am
by ispyisail
The instructions are a bit out of order

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
then wait a few hours

Re: 330N3G

Posted: Mon Oct 17, 2016 12:56 am
by ispyisail
you will find the images

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.
use winscp