1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-18 14:47:46 +01:00
OpenWrt Source Repository https://openwrt.org/
Go to file
2007-02-08 12:43:47 +00:00
docs
include Minor kernel build changes: Change '[ -d ... ] && cmd' to 'if [ -d ... ]; then cmd; fi' to avoid make errors if the condition is false If $(PLATFORM_DIR)/files exists, copy it into the kernel tree on prepare. 2007-02-04 19:36:11 +00:00
package upgrade FUSE to v2.6.3, make fuse-utils depend on libfuse and kmod-fuse 2007-02-08 12:43:47 +00:00
scripts move "make symlinks" to "make package/symlinks" 2007-01-31 18:33:04 +00:00
target update work in progress rewritten bcm947xx code. wifi and usb seem to be working, flash access still has problems 2007-02-08 02:34:18 +00:00
toolchain
tools
BSDmakefile
Config.in
LICENSE
Makefile move "make symlinks" to "make package/symlinks" 2007-01-31 18:33:04 +00:00
README
rules.mk fix overzealous kmod stripping - it killed kernel module parameters (#1301) 2007-02-06 00:56:36 +00:00

This is the buildsystem for the OpenWrt Linux distribution

Please use "make menuconfig" to configure your appreciated
configuration for the toolchain and firmware.

You need to have installed gcc, binutils, patch, bzip2, flex, bison,
make, gettext, pkg-config, unzip, libz-dev and libc headers.

Simply running 'make' will build your firmware.
It will download all sources, build the cross-compile toolchain, 
the kernel and all choosen applications.

You can use scripts/flash.sh for remotely updating your embedded system
via tftp.

The OpenWrt system is documented in docs/. You will need a LaTeX distribution
to build the documentation. Type make -C docs/ to build the documentation.

Building your own firmware you need to have access to a Linux, BSD or MacOSX system.
Cygwin will not be supported because of the lack of case sensitiveness.

Sunshine!
	Your OpenWrt Project
	http://openwrt.org