blob: 6ce4702d5e6d941a64b6b91a3c158c9eaf38d092 (
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
For DHCP support:
- dhcpcd
- dhclient (for DHCPv6)
For wireless support:
- wpa_supplicant
- wpa_actiond: for automatic connection
For bonding support
- ifenslave
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
|