1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-26 09:37:29 +02:00
Go to file
Adrian Schmutzler 0a5d74fa68 arc770: use generic 02_sysinfo
Currently arc770 sets a board name from compatible for no apparent
reason. Just use the compatible directly instead.

This theoretically removes a board name "generic" when no compatible
was present, however, there is no case where this "generic" board
name was actually used.

This also fixes an issue where snps,axs101 would not have been
properly detected anyway, as its case was not set up syntactically
correct.

Fixes: 576621f1e3 ("linux: add support of Synopsys ARC770-based boards")

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2020-07-22 18:28:09 +02:00
.github
config build: improve ccache support 2020-07-11 15:19:53 +02:00
include kernel: bump 5.4 to 5.4.52 2020-07-17 11:00:33 +02:00
package kmod-sched-cake-oot: fix PKG_MIRROR_HASH 2020-07-22 15:59:54 +01:00
scripts build,json: fix compatibility with Python 3.5 2020-07-13 22:45:04 +02:00
target arc770: use generic 02_sysinfo 2020-07-22 18:28:09 +02:00
toolchain glibc: fix memcpy and memmove for negative length [BZ #25620] 2020-07-21 22:44:37 +02:00
tools tplink-safeloader: expand support list for TP-Link CPE210 v3 2020-07-20 13:43:36 +02:00
.gitattributes
.gitignore build: improve ccache support 2020-07-11 15:19:53 +02:00
BSDmakefile
Config.in
feeds.conf.default feeds: add freifunk feed 2020-06-24 14:58:17 +02:00
LICENSE
Makefile build: improve ccache support 2020-07-11 15:19:53 +02:00
README build: switch to Python 3 2019-07-26 08:09:16 +02:00
rules.mk build: improve ccache support 2020-07-11 15:19:53 +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