1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-28 11:55:14 +02:00
Go to file
Davide Fioravanti 67d019ac94 ramips: enable LED VCC for Asus RT-AC51U
Previously only the power LED was working.
With this patch all leds except 5GHz are working.

Signed-off-by: Davide Fioravanti <pantanastyle@gmail.com>
[rephrased commit title, drop status property]
Signed-off-by: David Bauer <mail@david-bauer.net>
2019-10-06 21:28:49 +02:00
.github build: Update README & github help 2018-07-08 09:41:53 +01:00
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 ramips: enable LED VCC for Asus RT-AC51U 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 .gitignore: add .project & .cproject for eclipse users 2018-01-17 11:07:17 +01:00
BSDmakefile
Config.in merge: base: update base-files and basic config 2017-12-08 19:41:18 +01:00
feeds.conf.default feeds: switch git.lede-project.org URLs to git.openwrt.org 2018-01-16 16:59:22 +01:00
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