Steven Barth
18f76fbef1
iproute2: add package for bridge program
...
The 'bridge' program has been part of iproute2 for a while, and it was once
declared[1] to the the intended longterm replacement for bridge-utils, but
its features are still mostly distinct[2] from the venerable brctl.
[1] http://lwn.net/Articles/435845/
[2] http://sgros-students.blogspot.com/2013/11/comparison-of-brctl-and-bridge-commands.html
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 43993
10 years ago
Steven Barth
d644d1bd5e
iproute2: fix header problem for musl
...
iproute2 includes "sanitized" linux kernel headers, which work fine for uClibc, however
with musl there is some header conflict, principally some ipv6 structure redefinition. This
patch removes <linux/in6.h> from include/linux/if_bridge.h to solve the problem.
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 43992
10 years ago
Steven Barth
148684bbf4
iproute2: bump version to 3.18.0
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 43991
10 years ago
John Crispin
7a65864344
ralink: add support for Kingston MLWG2
...
This patch adds support for the Kingston Mobilelite Wireless G2 (MLWG2)
http://wiki.openwrt.org/toh/kingston/mlwg2
https://github.com/gmacario/kingston-mlwg2-hack/wiki/Testing-OpenWrt-on-MLWG2
Tested-by: Gianpaolo Macario <gmacario@gmail.com>
Signed-off-by: L. D. Pinney <ldpinney@gmail.com>
SVN-Revision: 43990
10 years ago
John Crispin
03a708a0db
kernel: add references to openwrt alternative button handling
...
Add documentation that makes it easier to find the alternative,
recommended, and default handling for buttons in OpenWrt.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
SVN-Revision: 43989
10 years ago
John Crispin
8cbf97e936
Remove old P2812HNUFX dts
...
Remove unused P2812HNUFX board definition.
Signed-off-by: Sylwester Petela <sscapi@gmail.com>
SVN-Revision: 43988
10 years ago
John Crispin
7f77870c19
Add profile and userspace for P2812HNUF1/3, switch from UBI_GLUEBI to UBI_BLOCK
...
Add profile and userspace for P2812HNUF1/3, switch from UBI_GLUEBI to UBI_BLOCK
Signed-off-by: Sylwester Petela <sscapi@gmail.com>
SVN-Revision: 43987
10 years ago
John Crispin
b4d2b69c43
lantiq: Add device tree for P2812HNUF1 and P2812HNUF3
...
Add device tree for P2812HNUF1 and P2812HNUF3.
Signed-off-by: Sylwester Petela <sscapi@gmail.com>
SVN-Revision: 43986
10 years ago
John Crispin
56a54515df
ramips: add i2c pingroup to the pinmux for rt-n14u
...
i2c pins are wired to wps a reset button
Signed-off-by: Pavel Löbl <lobl.pavel@gmail.com>
SVN-Revision: 43985
10 years ago
John Crispin
27b82a7990
ramips: fix default led configuration for rt-n14u
...
use new helper function to generate default led configuration
Signed-off-by: Pavel Löbl <lobl.pavel@gmail.com>
SVN-Revision: 43984
10 years ago
John Crispin
b5f9e5e454
ar71xx: fix board detection for TP-LINK TL-WA860RE
...
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 43983
10 years ago
Jo-Philipp Wich
59cab6dd48
dnsmasq: support and use local-service by default ( #14951 )
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43982
10 years ago
Rafał Miłecki
71c8ec020d
bcm53xx: drop hacky patch making bcma init later
...
The only reason this patch was helping was moving bcma init *after*
of_serial init. It was a bit of luck because both drivers use
device_initcall.
It isn't really a correct way to provide early logging.
Now we have earlyprintk support in bcm53xx we can drop this patch.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43981
10 years ago
Rafał Miłecki
757b45a32f
config: enable EARLY_PRINTK on bcm53xx by default
...
It's useful for debugging and safe at the same time as we enable it per
device.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43980
10 years ago
Rafał Miłecki
3bdf05441a
brcm47xx: backport BCM47XX arch patches (clean NVRAM code, later init)
...
SVN-Revision: 43979
10 years ago
Imre Kaloz
8a103d5c56
mvebu: fixups for the new driver
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43978
10 years ago
Felix Fietkau
8e20e09d1b
musl: update to version 1.1.6
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43977
10 years ago
Steven Barth
3138207f48
openssl: update to 1.0.1l *sigh*
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43976
10 years ago
Imre Kaloz
9a8bf84879
mvebu: add the new tlc59116 driver and migrate the Mamba to it
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43975
10 years ago
Felix Fietkau
f1c5232f4d
ar71xx: fix disable_irq() on chained irq handlers
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43974
10 years ago
Felix Fietkau
4f2fe5d7fa
kernel: fix disable_irq() on MIPS CPU IRQs
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43973
10 years ago
Rafał Miłecki
4ae1e883e8
bcm53xx: support all RAM on devices with more than 128 MiB (HIGHMEM)
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43972
10 years ago
Felix Fietkau
a570ccd7e2
ath9k: fix irq storm issues ( #18483 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43971
10 years ago
Imre Kaloz
4f06ba0727
malta: copy initramfs images
...
Malta ramdisk images are no longer copied to output due to a recent change.
This change reimplements copying of ramdisk images for Malta builds.
Signed-off-by: Eric Schultz <eschultz@prplfoundation.org>
SVN-Revision: 43970
10 years ago
Imre Kaloz
a72bf9f3d2
mvebu: Switch to the generic mkuimage macro
...
The mvebu image makefile define something almost identical to the generic
implementation found in include/image.mk.
Switch to this implementation.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
SVN-Revision: 43969
10 years ago
Imre Kaloz
91b79128dc
mvebu: Replace the padjffs2 call by the generic definition
...
The mvebu image Makefile directly calls the padjffs2 utility, while there's an
generic make function to do just that. Switch to it
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
SVN-Revision: 43968
10 years ago
Luka Perkov
5b0849b97f
mdns: install uci package as config
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 43967
10 years ago
Imre Kaloz
3a9e3dfa95
netfilter: handle NFT_MASQ_IPV6
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43966
10 years ago
Rafał Miłecki
f59c84c431
bcm53xx: enable earlyprintk on more devices
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43965
10 years ago
Rafał Miłecki
8e95c2c5be
bcm53xx: enable HIGHMEM to support more than 128 MiB of RAM
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43964
10 years ago
Rafał Miłecki
55e766d78d
bcm53xx: refresh configs
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43963
10 years ago
Steven Barth
252bb0eeae
map: export calculated ruleset to /tmp
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43961
10 years ago
Jo-Philipp Wich
2b366700b0
tools: libtool relocatable fixes
...
Make sure that libtool and libtoolize call grep relative to
$STAGING_DIR as well.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43960
10 years ago
Jo-Philipp Wich
90283e410b
tools: bootstrap libtool to pickup the correct in-tree automake
...
Also fix 000-relocatable.patch to avoid accidential sed invocations in bootstrap.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43959
10 years ago
Jo-Philipp Wich
73a1f3597b
tools: bootstrap automake to pickup the correct in-tree autoconf
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43958
10 years ago
Jo-Philipp Wich
6dec519be7
tools: add dummy scripts for help2man and makeinfo
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43957
10 years ago
Jo-Philipp Wich
1070fec51f
tools: change automake depends to libtool depends
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43956
10 years ago
Jo-Philipp Wich
eca61e8c44
tools: make libtool depend on automake, not vice versa
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43955
10 years ago
Felix Fietkau
bc78885e70
ramips: add missing -Os cflag for mt7621
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43954
10 years ago
Felix Fietkau
acfc6c153b
ramips: use a larger number of rx descriptors on mt7621 to work around rx overrun related packet loss
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43953
10 years ago
Felix Fietkau
05d4b8c79b
ramips: remove interrupt coalescing, it is unnecessary with napi polling and could reduce throughput
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43952
10 years ago
Rafał Miłecki
adaac86c7f
hostapd: backport patch fixing handling new stations
...
This patch fixes adding new stations for some specific drivers when
using more than 1 BSS.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43951
10 years ago
Imre Kaloz
c3c00c4286
netfilter: handle nft_masq and nft_masq_ipv4
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43950
10 years ago
Steven Barth
98cb5c3a55
nftables: add missing patch
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43949
10 years ago
Steven Barth
05220c415c
nftables: bump again and disable building docs
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43948
10 years ago
Imre Kaloz
a2ed38f7b6
pwm support can't be compiled as a module
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43947
10 years ago
Steven Barth
d73c382a73
map: ignore psid and psidlen if psidlen is 0
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43946
10 years ago
Imre Kaloz
b0a2d7ad0d
now that the driver knows it, use the 88e6172's switch type in the mamba dts
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43945
10 years ago
Steven Barth
6150714eb0
nftables: bump to latest and enable debugging
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43944
10 years ago
Nicolas Thill
a0191c9b64
dosfstools: update to 3.0.26
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43942
10 years ago