Make Custom - non standard profile
Moderator: Moderators
Make Custom - non standard profile
Hi all
I trying to male an X86 custom build
My basic problem is the default is AR71xx
I would like to load the default x86 then customize
any tips welcome
Thanks
I trying to male an X86 custom build
My basic problem is the default is AR71xx
I would like to load the default x86 then customize
any tips welcome
Thanks
Re: Make Custom
Make custom, wait for menu to come up.
Select x86 from the first target menu.
Then select x64 from the profile menu if you want that (otherwise, leave as generic)
Then customise as you wish.
Select x86 from the first target menu.
Then select x64 from the profile menu if you want that (otherwise, leave as generic)
Then customise as you wish.
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: Make Custom
Sorry, just rethought what you were after and it is slightly different.
You want to start from the current Gargoyle x86 config and modify from there?
1. "make x86.default"
2. Wait until build starts main routine
3. Cancel build (Ctrl + C)
4. Switch to x86-src directory
5. "make menuconfig"
6. Modify from there and save
7. Copy contents of .config back out to Gargoyle config
8. Run step 1 again and let complete
If you already have a completed x86 build and the src directory, skip steps 1-3
You want to start from the current Gargoyle x86 config and modify from there?
1. "make x86.default"
2. Wait until build starts main routine
3. Cancel build (Ctrl + C)
4. Switch to x86-src directory
5. "make menuconfig"
6. Modify from there and save
7. Copy contents of .config back out to Gargoyle config
8. Run step 1 again and let complete
If you already have a completed x86 build and the src directory, skip steps 1-3
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: Make Custom
Thanks
I think I remember you explaining this procedure to somebody else. I couldn't find the post.
I think I remember you explaining this procedure to somebody else. I couldn't find the post.
Re: Make Custom
I'm working through your how-to
I just ran it for 5 minutes and hoped it was long enough?
can you define this more?Wait until build starts main routine
I just ran it for 5 minutes and hoped it was long enough?
Re: Make Custom
Just to clarifyCopy contents of .config back out to Gargoyle config
Source
Code: Select all
<gargoyle dir>/x86-src/.config
Code: Select all
<gargoyle dir>/targets/custom/profiles/default/config
Code: Select all
sudo cp .config ~/<gargoyle dir>/targets/custom/profiles/default/config
Code: Select all
sudo cp ~/gargoyle/x86-src/.config ~/gargoyle/targets/custom/profiles/default/ispy_x86
Re: Make Custom - non standard profile
5 minutes should be fine.
We just need to give it time to setup all the folders for us.
Once it starts running the patches from within the target (not Gargoyle specific patches) that should be enough.
Yes that’s the right file to copy, but either overwrite x86 or create a new target/profile out of it.
If you run it against custom it does some other interesting things.
We just need to give it time to setup all the folders for us.
Once it starts running the patches from within the target (not Gargoyle specific patches) that should be enough.
Yes that’s the right file to copy, but either overwrite x86 or create a new target/profile out of it.
If you run it against custom it does some other interesting things.
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: Make Custom - non standard profile
oopsbut either overwrite x86 or create a new target/profile out of it.
I overwrote "config"
Re: Make Custom - non standard profile
That’s ok you can just rebuild that file from GitHub.
Do the instructions make sense now?
Do the instructions make sense now?
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: Make Custom - non standard profile
I re-read your original post and the penny dropped.Do the instructions make sense now?
Now completed x86 custom build (wifi drivers)
I was trying to use
Code: Select all
make custom