adding a stub of development documentation
[web.git] / docs / development.txt
1 ---
2 ---
3 Development information
4 ========================
5
6 == General source structure
7
8 These are the folders you can find in the project's git:
9
10 * **/config** : configuration files for menuconfig
11 * **/docs** : source files for (mostly outdated and OpenWrt-branded) latex documentation
12 * **/include** : makefile configuration files
13 * **/package** : packages makefile and configuration
14 * **/scripts** : miscellaneous scripts used throughout the build process
15 * **/target** : makefile and configuration for building imagebuilder, kernel, sdk and the toolchain built by buildroot.
16 * **/toolchain** : makefile and configuration for building the toolchain
17 * **/tools** : miscellaneous tools used throughout the build process