sartura / replica

Replica.one is an easy to use build system designed to deliver both secure and flexible firmware images.
MIT License
26 stars 12 forks source link

config: portage: Add custom busybox configuration #24

Closed jsmolic closed 2 years ago

jsmolic commented 2 years ago

Closes: #22

robimarko commented 2 years ago

Can we also mask newer Busybox versions? As otherwise if Busybox is updated our config will just silently not be applied anymore.

jpetrina commented 2 years ago

Can we also mask newer Busybox versions? As otherwise if Busybox is updated our config will just silently not be applied anymore.

Agreed, I think we should mask new versions to avoid silent updates.

jsmolic commented 2 years ago

Can we also mask newer Busybox versions? As otherwise if Busybox is updated our config will just silently not be applied anymore.

Yeah, good point, I'll add that as well and merge afterwards