OpenWrt Source Repository
Go to file
Petr Štetiar 5fbcb52648 linux-firmware: add firmware for RTL8723BS SDIO modules
Adds firmware package for Realtek RTL8723BS SDIO Wireless LAN NIC driver
available in the staging.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-03-28 13:03:02 +01:00
.github
config x86: switch image generation to new code 2020-03-21 10:36:00 +00:00
include build: prereq: tidy gcc version checks 2020-03-24 14:42:52 +00:00
package linux-firmware: add firmware for RTL8723BS SDIO modules 2020-03-28 13:03:02 +01:00
scripts scripts: fixup qemustart for new x86 image names 2020-03-21 10:36:00 +00:00
target bcm27xx: 5.4: add support for Sensirion SPS30 in i2c-sensor overlay 2020-03-28 13:03:02 +01:00
toolchain toolchain: Update GCC 9 to version 9.3.0 2020-03-18 23:55:51 +01:00
tools tools: squashfskit4: fix build with GCC10 2020-03-22 02:06:16 +01:00
.gitattributes
.gitignore gitignore: ignore patches in OpenWrt root directory 2019-11-06 00:27:55 +01:00
BSDmakefile
Config.in
LICENSE
Makefile build: clean menuconfig utility as part of dirclean 2020-03-10 20:44:30 +00:00
README
feeds.conf.default
rules.mk rules.mk: remove "$(STAGING_DIR)/include" 2019-11-02 20:51:56 +01:00

README

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| 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