| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36634
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36633
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36632
|
|
|
|
|
|
| |
* Fixes #13516 thanks to berni for the detailed bugreport.
SVN-Revision: 36629
|
|
|
|
| |
SVN-Revision: 36628
|
|
|
|
|
|
| |
(DS-Lite) * Use source-based routing for IPv6 to allow multi-wan * Various smaller tunnel setup improvements
SVN-Revision: 36627
|
|
|
|
| |
SVN-Revision: 36626
|
|
|
|
| |
SVN-Revision: 36625
|
|
|
|
| |
SVN-Revision: 36624
|
|
|
|
| |
SVN-Revision: 36623
|
|
|
|
| |
SVN-Revision: 36622
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36621
|
|
|
|
|
|
| |
This will prefer native IPv6 over 6rd if both are present.
SVN-Revision: 36605
|
|
|
|
|
|
| |
fixes spurious misreporting of frequencies in ad-hoc mode
SVN-Revision: 36604
|
|
|
|
|
|
|
|
| |
synchronous invoke/notify calls
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36603
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36602
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36601
|
|
|
|
|
|
|
|
| |
support mandatory - fixes recursive config symbol dependency issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36594
|
|
|
|
|
|
|
|
| |
Add missing dependency. Fixes #11624.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 36593
|
|
|
|
|
|
|
|
|
| |
grub-editenv allows to modify grub2 environment files. Add a new package
that build grub2 for the target and packs up grub-editenv.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 36574
|
|
|
|
|
|
|
|
| |
This patch simply adds support for the "--proxy-dnssec" command in dnsmasq into the init file so it can be used with /etc/config/dhcp.
Signed-off-by: Adam Gensler <openwrt@kristenandadam.net>
SVN-Revision: 36570
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36569
|
|
|
|
|
|
|
|
|
| |
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
|