summaryrefslogtreecommitdiffstats
path: root/system-software.txt
diff options
context:
space:
mode:
Diffstat (limited to 'system-software.txt')
-rw-r--r--system-software.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/system-software.txt b/system-software.txt
new file mode 100644
index 0000000..6b2161b
--- /dev/null
+++ b/system-software.txt
@@ -0,0 +1,21 @@
+kernel
+ Linux 3.x (probably Linux-libre)
+C library
+ EGLIBC or uClibc (maybe uClibc could be a future option)
+standard user utilities
+ BusyBox
+SSH server and client
+ Dropbear
+package manager
+ opkg
+boot loader
+ LILO, RedBoot, or DAS U-Boot
+compiler toolchain
+ GCC
+ GNU Binutils
+make
+ GNU Make
+build systems
+ GNU Automake
+ GNU Autoconf
+ CMake (if any packages use it)