adding a stub of development documentation
authorbobafetthotmail <starshipeleven@outlook.com>
Thu, 16 Jun 2016 13:53:17 +0000 (15:53 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 12 Jul 2016 18:37:55 +0000 (20:37 +0200)
docs/development.txt [new file with mode: 0644]

diff --git a/docs/development.txt b/docs/development.txt
new file mode 100644 (file)
index 0000000..ec835f3
--- /dev/null
@@ -0,0 +1,17 @@
+---
+---
+Development information
+========================
+
+== General source structure
+
+These are the folders you can find in the project's git:
+
+* **/config** : configuration files for menuconfig 
+* **/docs** : source files for (mostly outdated and OpenWrt-branded) latex documentation
+* **/include** : makefile configuration files
+* **/package** : packages makefile and configuration
+* **/scripts** : miscellaneous scripts used throughout the build process
+* **/target** : makefile and configuration for building imagebuilder, kernel, sdk and the toolchain built by buildroot.
+* **/toolchain** : makefile and configuration for building the toolchain
+* **/tools** : miscellaneous tools used throughout the build process