Hi I got a lot farther after following this guide.
https://forum.openwrt.org/viewtopic.php?id=67204
The build for mvebu took a really long time lol here's my log.
https://dl.dropboxusercontent.com/u/5377433/log1.txt
I stil don't have any image files to flash lol
test to see if you can build on bash in windows 10!
Moderator: Moderators
Re: test to see if you can build on bash in windows 10!
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260
NETGEAR Nighthawk R7800
NETGEAR R6260
Re: test to see if you can build on bash in windows 10!
I did it!

I haven't flashed my build to test yet but they seem about the write size.
To get it to work i had to Upgrade Bash on Windows 10 to Ubuntu 16.04
http://www.omgubuntu.co.uk/2016/08/upgr ... -16-04-lts
BTW a full build log just for target mvebu is 29000000 chars lol and even on a core i7 920 takes a long time like 5 hours!
Now for the next step. What packages can i leave out?
https://github.com/tapper82/gargoyle/bl ... ult/config
I conect through kable DHCP so I don't need any packages that are for DSL or ADSL, pppoe, 3g, USB printer or VPN. Can you disable audio and video? I would like to keep opendns ddns qos webshell log ping wotshdog. I just want to learn about the packages and stuff thanks for any help.


I haven't flashed my build to test yet but they seem about the write size.
To get it to work i had to Upgrade Bash on Windows 10 to Ubuntu 16.04
http://www.omgubuntu.co.uk/2016/08/upgr ... -16-04-lts
BTW a full build log just for target mvebu is 29000000 chars lol and even on a core i7 920 takes a long time like 5 hours!
Now for the next step. What packages can i leave out?
https://github.com/tapper82/gargoyle/bl ... ult/config
I conect through kable DHCP so I don't need any packages that are for DSL or ADSL, pppoe, 3g, USB printer or VPN. Can you disable audio and video? I would like to keep opendns ddns qos webshell log ping wotshdog. I just want to learn about the packages and stuff thanks for any help.
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260
NETGEAR Nighthawk R7800
NETGEAR R6260
Re: test to see if you can build on bash in windows 10!
Hi I flashed my build and it works! 
I made some small changes in the mvebu targit file but they did not work.
USB printer, webcam and minidnla are stil installed. I set them to =m

I made some small changes in the mvebu targit file but they did not work.
USB printer, webcam and minidnla are stil installed. I set them to =m
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260
NETGEAR Nighthawk R7800
NETGEAR R6260
Re: test to see if you can build on bash in windows 10!
Can you post your config you used?
Setting to m should have worked, but you could always unset them.
Setting to m should have worked, but you could always unset them.
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: test to see if you can build on bash in windows 10!
Hi mate this is the file i used:Lantis wrote:Can you post your config you used?
Setting to m should have worked, but you could always unset them.
https://github.com/tapper82/gargoyle/bl ... ult/config
Building for gargoyle is a lot different than building for openwrt from what i have read.
All the stuff on the internet about building for openwrt does not seem to apply to gargoyle.
CONFIG_DEFAULT_kmod-hwmon-pwmfan=y
Can i disable this as i have a V2 with know fan?
What about these?
CONFIG_DEFAULT_ppp=y
CONFIG_DEFAULT_ppp-mod-pppoe=y
CONFIG_AUDIO_SUPPORT=y
Then for the kernel:
CONFIG_KERNEL_DEBUG_KERNEL=y
CONFIG_KERNEL_DEBUG_INFO=y
Do we nead kernel debug info?
Would it be better to comment out the line with the # sign? Insted of =m
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260
NETGEAR Nighthawk R7800
NETGEAR R6260
Re: test to see if you can build on bash in windows 10!
Well the three gargoyle modules you said you removed are all set to =y so that's why they stayed in.
Why are you wanting to remove these things? You have an abundance of router space.
The problem is that things are dependent on each other. You need to be careful what you remove.
Why are you wanting to remove these things? You have an abundance of router space.
The problem is that things are dependent on each other. You need to be careful what you remove.
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: test to see if you can build on bash in windows 10!
I just wanted to make a stripped down build, to learn about the fermwair mostly. I have never seen a stripped down build of gargoyle. Do you know why we don't use make menuconfig? I know i seem like i am jumpping in at the deep end but it's how i learn best by messing stuff up. lolLantis wrote:Well the three gargoyle modules you said you removed are all set to =y so that's why they stayed in.
Why are you wanting to remove these things? You have an abundance of router space.
The problem is that things are dependent on each other. You need to be careful what you remove.
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260
NETGEAR Nighthawk R7800
NETGEAR R6260
Re: test to see if you can build on bash in windows 10!
make custom
Is the equivalent
Is the equivalent
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.