blob: f7d24e5e5659ad7344cc7a78c0e9c4478247ca1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
Dependencies:
- Linux
- Bash 4.x
- GNU Coreutils
- iproute2
- dialog: for interactive menu
- ifplugd: for automatic connection
- wireless_tools: for net_rename
For DHCP support:
- dhcpcd
- dhclient (for DHCPv6)
For wireless support:
- wpa_supplicant
- wpa_actiond: for automatic connection
For bonding support
- ifenslave
For bridge support:
- bridge-utils
For documentation generation:
- asciidoc
|