Go to file
jogo 8a0137b394 CC: mac80211: disable ipw2x00 for big endian targets
The ipw2x00 drivers assume that the system they are running is little
endian, and access everything in native byte order. When run on a big
endian system, everything breaks apart.

Since fixing this is non trivial on a first glance, disable them for
big endian targets.

Backport of r46708.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46710 3c298f89-4303-0410-b956-a3cf2f4a3e73
2015-08-23 09:41:27 +00:00
config add chaos_calmer branch 2015-06-14 17:57:16 +00:00
docs add chaos_calmer branch 2015-06-14 17:57:16 +00:00
include CC: kernel: update 3.18 to 3.18.20 2015-08-17 19:01:16 +00:00
package CC: mac80211: disable ipw2x00 for big endian targets 2015-08-23 09:41:27 +00:00
scripts scripts/feeds: observe -p flag for preferential feeds 2015-07-07 11:30:39 +00:00
target CC: brcm63xx: ensure dummy byte is set for mapped spi flash with fast read 2015-08-23 09:41:07 +00:00
toolchain toolchain: mark musl as broken for the chaos_calmer branch 2015-07-10 11:28:44 +00:00
tools xz: update to version 5.2.1 2015-08-17 19:23:34 +00:00
.gitattributes add chaos_calmer branch 2015-06-14 17:57:16 +00:00
.gitignore add chaos_calmer branch 2015-06-14 17:57:16 +00:00
BSDmakefile add chaos_calmer branch 2015-06-14 17:57:16 +00:00
Config.in add chaos_calmer branch 2015-06-14 17:57:16 +00:00
LICENSE add chaos_calmer branch 2015-06-14 17:57:16 +00:00
Makefile add chaos_calmer branch 2015-06-14 17:57:16 +00:00
README add chaos_calmer branch 2015-06-14 17:57:16 +00:00
feeds.conf.default feeds.conf.default: use the for-15.05 branches, drop targets feed 2015-06-14 18:35:59 +00:00
rules.mk add chaos_calmer branch 2015-06-14 17:57:16 +00:00

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, bzip2, flex, python, perl, make,
find, grep, diff, unzip, gawk, getopt, subversion, libz-dev and libc headers.

Run "./scripts/feeds update -a" to get all the latest package definitions
defined in feeds.conf / feeds.conf.default respectively
and "./scripts/feeds install -a" to install symlinks of all of them 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