blob: 5839ee397bda2978a19c08e74f441e751b95416e (
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
27
28
29
|
Dependencies:
- Linux
- Bash 4.x
- GNU Coreutils
- iproute2
- dialog: for interactive menu
- ifplugd: for automatic connection
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
Deprecated dependencies:
- net-tools (only used in IFOPTS option)
- wireless_tools (only used for IWCONFIG option, still necessary for wireless connection)
For documentation generation:
- python-markdown, or pandoc
|