Page 3 of 3

Re: test to see if you can build on bash in windows 10!

Posted: Mon Oct 17, 2016 1:54 am
by tapper
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

Re: test to see if you can build on bash in windows 10!

Posted: Mon Oct 17, 2016 4:26 pm
by tapper
I did it! :| :D

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.

Re: test to see if you can build on bash in windows 10!

Posted: Tue Oct 18, 2016 2:47 am
by tapper
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

Re: test to see if you can build on bash in windows 10!

Posted: Tue Oct 18, 2016 4:02 am
by Lantis
Can you post your config you used?
Setting to m should have worked, but you could always unset them.

Re: test to see if you can build on bash in windows 10!

Posted: Tue Oct 18, 2016 5:43 am
by tapper
Lantis wrote:Can you post your config you used?
Setting to m should have worked, but you could always unset them.
Hi mate this is the file i used:
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

Re: test to see if you can build on bash in windows 10!

Posted: Tue Oct 18, 2016 5:49 am
by Lantis
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.

Re: test to see if you can build on bash in windows 10!

Posted: Tue Oct 18, 2016 5:54 am
by tapper
Lantis 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.
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. lol

Re: test to see if you can build on bash in windows 10!

Posted: Tue Oct 18, 2016 8:37 am
by Lantis
make custom
Is the equivalent