README 910 B

1234567891011121314151617181920212223242526
  1. This is the buildsystem for the OpenWrt Linux distribution
  2. Please use "make menuconfig" to configure your appreciated
  3. configuration for the toolchain and firmware.
  4. You need to have installed gcc, binutils, patch, bzip2, flex, bison,
  5. make, gettext, pkg-config, unzip, libz-dev and libc headers.
  6. Simply running 'make' will build your firmware.
  7. It will download all sources, build the cross-compile toolchain,
  8. the kernel and all choosen applications.
  9. You can use scripts/flash.sh for remotely updating your embedded system
  10. via tftp.
  11. The OpenWrt system is documented in docs/. You will need a LaTeX distribution
  12. and the tex4ht package to build the documentation. Type make -C docs/ to build it.
  13. Building your own firmware you need to have access to a Linux, BSD or MacOSX system.
  14. Cygwin will not be supported because of the lack of case sensitiveness.
  15. Sunshine!
  16. Your OpenWrt Project
  17. http://openwrt.org