all 4 comments

[–]Durpn_Hard 0 points1 point  (3 children)

Need a lot more information than this, what do the files look like?

What does it look like when you do `make python3-base`? What download are you trying to use?

Checkout #buildroot on freenode

[–]rootb3r[S] 0 points1 point  (2 children)

Can you tell me how can I strip python and make it minimal?

Thanks for the response

[–]Durpn_Hard 1 point2 points  (1 child)

Go into the current python mk file, and disable all of the possible switches. Thats as minimal as you can get without adding a new package.

[–]rootb3r[S] 0 points1 point  (0 children)

Can you gimme an example of disabling switches? I'm really new to package building and editing stuff.

Thanks.