OpenWrt Source Repository
Go to file
Adrian Schmutzler 929becbc2d ath79: fix whitespace issues in DTS files
This is the result of grepping/searching for several common
whitespace issues like double empty lines, leading spaces, etc.

This patch fixes them for the ath79 target.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2019-10-06 21:28:49 +02:00
.github
config build: create JSON files containing image info 2019-09-29 13:51:28 +02:00
include kernel: bump 4.19 to 4.19.76 2019-10-04 15:48:28 +02:00
package mac80211: ath10k: fix latency issue for QCA988x 2019-10-06 21:28:49 +02:00
scripts build: create JSON files containing image info 2019-09-29 13:51:28 +02:00
target ath79: fix whitespace issues in DTS files 2019-10-06 21:28:49 +02:00
toolchain gcc: Fix ICE in GCC 9.2.0 2019-09-20 19:27:25 +02:00
tools expat: Update to version 2.2.9 2019-10-06 21:28:49 +02:00
.gitattributes
.gitignore
BSDmakefile
Config.in
feeds.conf.default
LICENSE
Makefile build: fix host menu config targets using ncurses 2019-09-25 12:50:24 +02:00
README build: switch to Python 3 2019-07-26 08:09:16 +02:00
rules.mk rules: allow arbitrary log destination 2019-09-29 00:08:20 +02:00

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------

This is the buildsystem for the OpenWrt Linux distribution.

To build your own firmware you need a Linux, BSD or MacOSX system (case
sensitive filesystem required). Cygwin is unsupported because of the lack
of a case sensitive file system.

You need gcc, binutils, bzip2, flex, python3.5+, perl, make, find, grep, diff,
unzip, gawk, getopt, subversion, libz-dev and libc headers installed.

1. Run "./scripts/feeds update -a" to obtain all the latest package definitions
defined in feeds.conf / feeds.conf.default

2. Run "./scripts/feeds install -a" to install symlinks for all obtained
packages into package/feeds/

3. Run "make menuconfig" to select your preferred configuration for the
toolchain, target system & firmware packages.

4. Run "make" to build your firmware. This will download all sources, build
the cross-compile toolchain and then cross-compile the Linux kernel & all
chosen applications for your target system.

Sunshine!
	Your OpenWrt Community
	http://www.openwrt.org