1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-25 00:57:32 +02:00
Go to file
Daniel Gonzalez Cabanelas ad9ad376bb ar71xx: WNDR4300: Fix switch HW controlled LEDs
The Netgear WNDR4300, equipped with an Atheros AR8327 Gigabit Switch,
has two LEDs on each port for monitoring LAN activity, but it currently
only uses one. Fix the configuration to use both.

The patch provides this new configuration:
- green LED: 1 Gbps link, 4Hz blink frequency
- amber LED: 10/100 Mbps link. 4Hz for 100Mbps, 2Hz for 10Mbps

Signed-off-by: Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
2017-03-13 00:12:07 +01:00
.github github: include pull request template 2017-03-12 17:38:31 +01:00
config x86: Set default baud rate on Geode images to 115200 2017-02-17 10:30:38 +01:00
include kernel: update kernel 4.4 to 4.4.53 2017-03-12 15:46:02 +01:00
package xtables-addons: fix build error on ARC 2017-03-12 15:06:50 +01:00
scripts scripts/feeds: Reuse TOPDIR if defined in environment 2017-02-21 13:03:20 +01:00
target ar71xx: WNDR4300: Fix switch HW controlled LEDs 2017-03-13 00:12:07 +01:00
toolchain toolchain: unbreak glibc on MIPS 2017-02-27 12:15:45 +01:00
tools ccache: update to 3.3.4 2017-03-12 15:06:50 +01:00
.gitattributes
.gitignore gitignore: add /overlay 2017-01-15 18:16:29 +01:00
BSDmakefile
Config.in
feeds.conf.default Add video feed to feeds.conf.default 2017-01-25 16:04:39 +01:00
LICENSE
Makefile build: get rid of host.mk 2017-02-26 13:31:44 +01:00
README
rules.mk rules.mk: make PKG_CONFIG_DEPENDS properly track string values 2017-02-27 23:46:53 +01:00

This is the buildsystem for the LEDE Linux distribution.

Please use "make menuconfig" to choose your preferred
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.

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 LEDE Community
	http://www.lede-project.org