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

please drop brctl #22

Closed lperkov closed 2 years ago

lperkov commented 2 years ago

For the switch profile please drop the brctl command by default. Bridges can be configured using ip utility.

I don't know if this is installed by busybox or some other tool...

Thoughts @robimarko @jpetrina @jsmolic

robimarko commented 2 years ago

It should be part of Busybox, so I would advise against modifying the default Busybox config. That would mean that we need to keep track of Busybox updates and maintain our own config.

@lperkov Can you share the reason behind the need to drop it?