Aucune description

Felix Fietkau 7efe435f49 eglibc: add a fake libintl.h for cross-rpcgen and cross-zic to fix build on mac os x il y a 13 ans
docs c155562ad7 update switch documentation il y a 13 ans
include b495423a22 build: increase file descriptor count limit for the build, some systems (e.g. Mac OS X default to 256, which is too little for some parallel builds) il y a 13 ans
package 19a588f1a2 libubox: add build dependency on lua il y a 13 ans
scripts 53c014e221 scrips/metadata.pl: fix broken targets with subtargets being selectable il y a 13 ans
target b888c2deab generic: replace yaffs mutex_fix patch il y a 13 ans
toolchain 7efe435f49 eglibc: add a fake libintl.h for cross-rpcgen and cross-zic to fix build on mac os x il y a 13 ans
tools b69b9c5328 b43-tools: get rid of the libfl dependency to fix build errors on mac os x il y a 13 ans
.gitattributes 7fb394b9ab add .gitattributes to prevent the git autocrlf option from messing with CRLF/LF in files il y a 14 ans
.gitignore 98d6f2e1d9 .gitignore: Ignore Emacs editor generated files il y a 14 ans
BSDmakefile f30058fda2 add missing copyright header il y a 19 ans
Config.in 0678ef7609 hide C++ standard library selection behind INSTALL_LIBSTDCPP il y a 13 ans
LICENSE 60c1f0f64d finally move buildroot-ng to trunk il y a 10 ans
Makefile 43f34a93e6 Makefile: add a check to bail out early when the path to the openwrt directory contains spaces (#12344) il y a 13 ans
README 4828e8ff23 trying to make README file a bit more helpful il y a 14 ans
feeds.conf.default ef40c7049a Add xorg feed to feeds.conf.default il y a 14 ans
rules.mk 44cd20b802 build: rework the package/install step - collect package install lists during package/compile, then install all packages at once il y a 13 ans

README

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,
make, gettext, pkg-config, unzip, libz-dev and libc headers.

Run "./scripts/feeds update" to get the latest package definitions
defined in feeds.conf / feeds.conf.default respectively
and "./scripts/feeds install" to install symlinks into "package/feeds/*".

Use "make menuconfig" to configure your image.

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/flashing/flash.sh" for remotely updating your embedded
system via tftp.

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

To build your own firmware you need to have access to a Linux, BSD or MacOSX system
(case-sensitive filesystem required). Cygwin will not be supported because of
the lack of case sensitiveness in the file system.


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