README 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. _______ ________ __
  2. | |.-----.-----.-----.| | | |.----.| |_
  3. | - || _ | -__| || | | || _|| _|
  4. |_______|| __|_____|__|__||________||__| |____|
  5. |__| W I R E L E S S F R E E D O M
  6. -----------------------------------------------------
  7. This is the buildsystem for the OpenWrt Linux distribution.
  8. To build your own firmware you need a Linux, BSD or MacOSX system (case
  9. sensitive filesystem required). Cygwin is unsupported because of the lack
  10. of a case sensitive file system.
  11. You need gcc, binutils, bzip2, flex, python, perl, make, find, grep, diff,
  12. unzip, gawk, getopt, subversion, libz-dev and libc headers installed.
  13. 1. Run "./scripts/feeds update -a" to obtain all the latest package definitions
  14. defined in feeds.conf / feeds.conf.default
  15. 2. Run "./scripts/feeds install -a" to install symlinks for all obtained
  16. packages into package/feeds/
  17. 3. Run "make menuconfig" to select your preferred configuration for the
  18. toolchain, target system & firmware packages.
  19. 4. Run "make" to build your firmware. This will download all sources, build
  20. the cross-compile toolchain and then cross-compile the Linux kernel & all
  21. chosen applications for your target system.
  22. Sunshine!
  23. Your OpenWrt Community
  24. http://www.openwrt.org