1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00
OpenWrt Source Repository https://openwrt.org/
Go to file
Imre Kaloz e32f19c986 use radio0 only on the 5312
SVN-Revision: 6326
2007-02-19 22:22:26 +00:00
docs add documentation fixes from #1285 2007-02-18 16:46:46 +00:00
include make kernel_menuconfig work without target toolchain 2007-02-16 17:28:22 +00:00
package Upgrade comgt to 0.32 (#1347) 2007-02-19 11:17:13 +00:00
scripts Menuconfig will not treat 'select FOO' as a real dependency thus if BAR depends on FOO and FOO depends on other config options, these dependencies will not be checked. To fix this, we simply emit all of FOO's depends (only real dependencies, no select) for BAR as well. 2007-02-12 23:50:40 +00:00
target use radio0 only on the 5312 2007-02-19 22:22:26 +00:00
toolchain
tools
BSDmakefile
Config.in
LICENSE
Makefile make kernel_menuconfig work without target toolchain 2007-02-16 17:28:22 +00:00
README
rules.mk more fixes for rstrip.sh and kernel modules - fixes #1301 2007-02-09 16:24:34 +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