| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Previously if the upstream router did not provide any DHCPv6-service
the wan6 interface would not come up even if RAs were received. The new
behavior allows the wan6 interface to comeup with RA-only configuration
after a timeout of 10s.
SVN-Revision: 36555
|
|
|
|
| |
SVN-Revision: 36554
|
|
|
|
|
|
| |
in different routing tables
SVN-Revision: 36553
|
|
|
|
|
|
| |
into a specified ipset
SVN-Revision: 36552
|
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36548
|
|
|
|
|
|
| |
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 36540
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36533
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36531
|
|
|
|
|
|
|
|
| |
should reduce the frequency of DMA stop failures
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36530
|
|
|
|
|
|
|
| |
- assume "tcp+udp" if no protcol is specified in rules or redirects (#13422, #13386)
- add support for fwmark matches and mark setting targets
SVN-Revision: 36521
|
|
|
|
|
|
|
| |
- copy permission of config files to state files to allow access to state info by non root users
- properly handle empty string case when unsetting lists
SVN-Revision: 36518
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In my machine, the file is created with arptable_filter before
arp_tables. This can't happen because the former depends on the
latter.
So, instead of rely on wildcards (*.ko), set by hand the files to
be loaded in the correct order.
Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br>
SVN-Revision: 36512
|
|
|
|
|
|
|
|
|
|
|
| |
libiptc.pc depends on libip[4|6]tc.pc, thus all of those need to be
installed.
Should fix collectd build and thus #13146; which should make collectd
appear in snapshots again.
Signed-off-by: Danny Baumann <dannybaumann@web.de>
SVN-Revision: 36509
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I recently picked up a WNDR3700 to put OpenWRT on, and only after tearing into the box did I find it
was one of the v3 boards, with poor OpenWRT support. This patch should add the board detection and
LED/button control to the broadcom-diag module, and should generate a netgear .chk image that the
bootloader and stock firmware will accept.
The changes to the broadcom-diag module are more than a few lines because the WNDR3700v3 is driving
its LEDs through an HC164 8-bit shift register.
Signed-off-by: Owen Kirby <osk@exegin.com>
SVN-Revision: 36482
|
|
|
|
| |
SVN-Revision: 36481
|
|
|
|
|
|
|
|
|
|
| |
Hardcoding channel number to 11 is a bad idea, it may be even not
available on some devices. If there are two single-band radios, the
one for 5GHz doesn't have 11 channel.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 36479
|
|
|
|
|
|
| |
To add support for core rev 28 there are a lot more changes needed.
SVN-Revision: 36477
|
|
|
|
|
|
| |
sometimes b43 truned the gpio for the switch reset on.
SVN-Revision: 36476
|
|
|
|
| |
SVN-Revision: 36474
|
|
|
|
| |
SVN-Revision: 36471
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36467
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36466
|
|
|
|
| |
SVN-Revision: 36463
|
|
|
|
| |
SVN-Revision: 36450
|
|
|
|
| |
SVN-Revision: 36449
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36448
|
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36447
|
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36446
|
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36430
|
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36429
|
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36428
|
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36427
|
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36426
|
|
|
|
|
|
| |
removing the ifname option
SVN-Revision: 36424
|
|
|
|
| |
SVN-Revision: 36419
|
|
|
|
|
|
| |
some architectures
SVN-Revision: 36417
|
|
|
|
|
|
| |
This fixes working behind another router which gives out ULAs.
SVN-Revision: 36416
|
|
|
|
|
|
|
|
|
|
| |
It's needed for dealing with certain UART-to-USB adapters built into
e.g. weather stations, and increases the hid module package only
slightly (e.g. on ar71xx: 35k -> 37k).
Signed-off-by: Danny Baumann <dannybaumann@web.de>
SVN-Revision: 36415
|
|
|
|
|
|
|
|
| |
Needed to support e.g. keyboards and mice.
Signed-off-by: Danny Baumann <dannybaumann@web.de>
SVN-Revision: 36414
|
|
|
|
| |
SVN-Revision: 36413
|
|
|
|
| |
SVN-Revision: 36412
|
|
|
|
| |
SVN-Revision: 36411
|
|
|
|
| |
SVN-Revision: 36410
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36408
|
|
|
|
|
|
| |
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 36401
|
|
|
|
|
|
| |
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36400
|
|
|
|
|
|
| |
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36399
|
|
|
|
|
|
| |
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36398
|
|
|
|
|
|
| |
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36397
|
|
|
|
|
|
| |
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 36396
|