026b97381e
- Update site to get latest release - Add a deprecated note in Config.in: https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git/commit/?id=ab8a2cc330253321be7bc69dea88bfaa3d48415e - Drop patch, not needed since: https://git.kernel.org/pub/scm/linux/kernel/git/shemminger/bridge-utils.git/commit/?id=7b421143d1427e17380ff5bf93ef8fc718428c83 - Update indentation in hash file (two spaces) Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
12 lines
391 B
Plaintext
12 lines
391 B
Plaintext
config BR2_PACKAGE_BRIDGE_UTILS
|
|
bool "bridge-utils"
|
|
help
|
|
Manage ethernet bridging; a way to connect networks together
|
|
to form a larger network.
|
|
|
|
This utility is DEPRECATED. No new features will ever be
|
|
added. Instead use the bridge command from the iproute2
|
|
package which supports more features.
|
|
|
|
https://git.kernel.org/cgit/linux/kernel/git/shemminger/bridge-utils.git/
|