summaryrefslogtreecommitdiffstats
path: root/system-software.txt
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2011-12-09 22:23:37 (EST)
committer P. J. McDermott <pjm@nac.net>2011-12-09 22:23:37 (EST)
commit4571f9507f28040a34fe1b7c31752e7ef614f2e5 (patch)
treeecfa7d5ebdbdc911b3a2208360333b9b1f64447a /system-software.txt
Initial commit.
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)