Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:techref:buildroot [2021/08/02 22:58] – [OpenWrt Buildroot – Technical Reference] duplicate links vgaeteradocs:techref:buildroot [2023/12/29 01:12] (current) – fixed typo alexceltare2
Line 1: Line 1:
 ====== OpenWrt Buildroot – Technical Reference ====== ====== OpenWrt Buildroot – Technical Reference ======
-Read about [[docs:guide-developer:build-system:start|OpenWrt Buildroot]].+See also: [[docs:guide-developer:start#using_the_toolchain|Using the toolchain]]
  
 ===== Kernel related options ===== ===== Kernel related options =====
Line 49: Line 49:
 :!: You should patch your tree to contain OpenWrt changes - builds might fail to compile or fail at boot. :!: You should patch your tree to contain OpenWrt changes - builds might fail to compile or fail at boot.
  
-:!: Musl libc need patches to kernel headers that fix redifinitions errors with user space headers. uclibc and glibc dont need these changes.+:!: Musl libc need patches to kernel headers that fix redifinitions errors with user space headers. uclibc and glibc don'need these changes.
  
 Example: Example:
Line 81: Line 81:
 ''make package/index'' ''make package/index''
  
-You may run each command independency. For example, if the process of compilation of packages stops on error, you may fix the problem and next continue without cleanup:\\+You may run each command independently. For example, if the process of compilation of packages stops on error, you may fix the problem and next continue without cleanup:\\
 ''make package/compile''\\ ''make package/compile''\\
 ''make package/install''\\ ''make package/install''\\
  • Last modified: 2021/08/02 22:58
  • by vgaetera