| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36636
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 36554
|
|
|
|
|
|
| |
into a specified ipset
SVN-Revision: 36552
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36533
|
|
|
|
| |
SVN-Revision: 36412
|
|
|
|
| |
SVN-Revision: 36410
|
|
|
|
|
|
| |
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 36401
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36376
|
|
|
|
|
|
|
|
| |
make the syntax more compatible with kernel menuconfig
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36351
|
|
|
|
| |
SVN-Revision: 36348
|
|
|
|
|
|
| |
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36338
|
|
|
|
| |
SVN-Revision: 36144
|
|
|
|
| |
SVN-Revision: 36085
|
|
|
|
|
|
|
| |
Supports listing, removing and banning clients, and hooking into
probe/assoc/auth requests via object subscribe.
SVN-Revision: 36081
|
|
|
|
| |
SVN-Revision: 36034
|
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36004
|
|
|
|
| |
SVN-Revision: 35973
|
|
|
|
|
|
| |
compile breakage if the madwifi build fails
SVN-Revision: 35893
|
|
|
|
| |
SVN-Revision: 35887
|
|
|
|
| |
SVN-Revision: 35630
|
|
|
|
|
|
| |
lost with the update
SVN-Revision: 35619
|
|
|
|
|
|
|
|
| |
Based on a patch from НКВД. Closes #12962.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35610
|
|
|
|
|
|
| |
by default
SVN-Revision: 35565
|
|
|
|
| |
SVN-Revision: 35508
|
|
|
|
| |
SVN-Revision: 35499
|
|
|
|
|
|
| |
with the release tarball
SVN-Revision: 35498
|
|
|
|
| |
SVN-Revision: 35412
|
|
|
|
| |
SVN-Revision: 35382
|
|
|
|
|
|
| |
password is specified (#12912)
SVN-Revision: 35358
|
|
|
|
| |
SVN-Revision: 35295
|
|
|
|
| |
SVN-Revision: 35291
|
|
|
|
| |
SVN-Revision: 35290
|
|
|
|
| |
SVN-Revision: 35265
|
|
|
|
|
|
| |
used (#12857)
SVN-Revision: 35257
|
|
|
|
| |
SVN-Revision: 35249
|
|
|
|
| |
SVN-Revision: 35247
|
|
|
|
|
|
| |
"ndisc_router_discovery() failed to add default route"
SVN-Revision: 35188
|
|
|
|
| |
SVN-Revision: 34971
|
|
|
|
|
|
|
|
| |
- introduce "list interface" options to specify the ifaces to listen on, takes uci- or network device name
- set the default system description to distrib @ hostname, e.g. "OpenWrt Barrier Breaker r34744 @ vbox"
- introduce "option lldp_description" to override the automatically generated description
SVN-Revision: 34970
|
|
|
|
| |
SVN-Revision: 34968
|
|
|
|
| |
SVN-Revision: 34867
|
|
|
|
|
|
| |
device name
SVN-Revision: 34863
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using variables from the outer scope unnecessarily complicates the code and
leads to issues.
This patch fixes the bug when having an "adhoc" wifi-iface section before a
"sta" section prevents wpa_supplicant from using the key specified in the
corresponding section as it tries to use the "adhoc" key instead (1 by
default).
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
SVN-Revision: 34716
|
|
|
|
| |
SVN-Revision: 34715
|
|
|
|
| |
SVN-Revision: 34684
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since the switch to netifd, proto handlers may always set the defaultroute
and provide dns server addresses, netifd will decide in the generic code
path whether the announced values are masked or not.
Additionally protocol handlers should not modify the routing tables themselves
and prevent any launched services from doing so.
Remove the additional defaultroute and peerdns option handling from the ppp.sh
protocol handler and rely on netifd to mask or not mask the values.
SVN-Revision: 34536
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Upstream has a few code cleanups, more eagerly burns sensitive memory and
includes the fix for CVE-2012-0920. Full changelog:
https://matt.ucc.asn.au/dropbear/CHANGES
Local changes:
- Removed PKG_MULTI which is no longer in options.h (even before 2011.54)
- Merged DO_HOST_LOOKUP into 120-openwrt_options.patch
- Removed LD from make opts (now included in TARGET_CONFIGURE_OPTS)
- Removed 400-CVE-2012-0920.patch which is included in 2012.55
Signed-off-by: Catalin Patulea <cat@vv.carleton.ca>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34496
|
|
|
|
|
|
|
|
|
|
|
| |
Previously only the first macfilter configuration would have been used
on all interfaces. However, the configuration was always done per vif
already. Hence, move the macfilter setup into hostapd.sh where and
create one mac list file per vif.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 34470
|
|
|
|
|
|
|
|
| |
Some libcs need this header to be explicitely included (e.g: musl)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34295
|