summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
index e69de29..427c670 100644
--- a/README
+++ b/README
@@ -0,0 +1,19 @@
+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
+
+Deprecated dependencies:
+- net-tools (only used in IFOPTS option)
+- wireless_tools (only used for IWCONFIG option, still necessary for wireless connection)