Zoltan Herpai
8bf446a16b
packages: uboot-sunxi: re-add Olimex A13 SOM which went AWOL in u-boot trunk
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 44039
2015-01-18 16:56:08 +00:00
Zoltan Herpai
4d0d09be10
packages: uboot-sunxi: remove unused Hackberry target
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 44038
2015-01-18 16:47:50 +00:00
Luka Perkov
64653e6373
uboot-envtools: fix Linksys EA3500 env size
...
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 44037
2015-01-18 16:45:11 +00:00
Zoltan Herpai
d41d7cc199
packages: update uboot-sunxi to 2015.01
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 44035
2015-01-18 16:42:42 +00:00
John Crispin
94aebc6bd7
mac80211: add throughput trigger to ath10k
...
add a led trigger to ath10k based on the ath9k code
Signed-off-by: Gianluca Anzolin <gianluca@sottospazio.it>
SVN-Revision: 44033
2015-01-18 10:26:57 +00:00
Felix Fietkau
2f43d3dcba
igmpproxy: add patch to silence unnecessary logging of downstream igmp traffic
...
This patch adds a simple check to silence logging of messages about
unrecognized igmp packets which originate from devices in local network.
Without this patch igmpproxy floods openwrt syslog with messages such as:
user.warn igmpproxy[19818]: The source address 192.168.1.175 for group
239.255.250.250, is not in any valid net for upstream VIF.
Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
SVN-Revision: 44020
2015-01-18 00:42:43 +00:00
John Crispin
16b45d21c6
dnsmasq: add option --quiet-dhcp
...
The --quiet-dhcp setting increases privacy by omitting DHCP lease logs including MAC addresses.
Signed-off-by: Lars Kruse <devel@sumpfralle.de>
SVN-Revision: 44006
2015-01-17 14:38:55 +00:00
John Crispin
491f3fc048
Support for building an hardened OpenWRT
...
Introduce configuration options to build an "hardened" OpenWRT.
Options to enable Stack-Smashing Protection, FORTIFY_SOURCE and RELRO
have been introduced.
uClibc makefile now automatically detects if SSP support is necessary.
hostapd makefile has been fixed to use "^" as sed separator since
using a comma was problematic when using "-Wl,-z,now" and the like in
TARGET_CFLAGS.
Currently enabling SSP on user space depends on enabling SSP kernel
side, this is due to the fact that TARGET_CFLAGS are used to build
kernel modules (at least). Suggestions on how to avoid this are welcome.
Using "select" instead of "depends on" doesn't seem to work with choice
entries.
Tested with a lantiq (WBMR) router, GCC 4.8, uClibc and a subset of
the available packages.
Needs to be tested with GCC 4.9 and the remaining packages.
PIE not currently included.
Signed-off-by: Alessandro Di Federico <ale+owrt@clearmind.me>
SVN-Revision: 44005
2015-01-17 14:31:30 +00:00
John Crispin
744298b8a0
base-files: Add ucidef_set_led_timer to uci-defaults.sh
...
Signed-off-by: Gerald Kerma <dreagle@doukki.net>
SVN-Revision: 44000
2015-01-17 13:58:14 +00:00
John Crispin
5010e2d2dd
modules: Add kmod-w1-slave-ds2413
...
This patch adds support for building the ds2413 one-wire kernel module.
Signed-off-by: Wouter Paesen <wouter@blue-gate.be>
SVN-Revision: 43999
2015-01-17 13:58:09 +00:00
John Crispin
09a08fb9e6
toolchain: Add libatomic when using external toolchain
...
Otherwise libatomic cannot be used in conjunction with external toolchains.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 43998
2015-01-17 13:58:03 +00:00
John Crispin
ff3448adaa
curl: allow enabling https protocol
...
Provide optional --enable-https flag for curl.
Signed-off-by: Lars Kruse <devel@sumpfralle.de>
SVN-Revision: 43997
2015-01-17 13:57:56 +00:00
Felix Fietkau
6774c43dde
add iperf3, a new and smaller version of iperf
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43996
2015-01-17 13:14:02 +00:00
John Crispin
748d452899
add pkgconfig information for popt library
...
Modify makefile to record pkgconfig information for the popt library.
Signed-off-by: Mike Brady <mikebrady@eircom.net>
SVN-Revision: 43994
2015-01-17 12:52:28 +00:00
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
2015-01-17 10:58:34 +00:00
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
2015-01-17 10:58:29 +00:00
Steven Barth
148684bbf4
iproute2: bump version to 3.18.0
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 43991
2015-01-17 10:58:22 +00:00
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
2015-01-17 07:07:28 +00:00
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
2015-01-16 19:04:19 +00:00
Imre Kaloz
8a103d5c56
mvebu: fixups for the new driver
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43978
2015-01-16 08:44:15 +00:00
Steven Barth
3138207f48
openssl: update to 1.0.1l *sigh*
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43976
2015-01-15 17:59:06 +00:00
Felix Fietkau
a570ccd7e2
ath9k: fix irq storm issues ( #18483 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43971
2015-01-14 13:20:38 +00:00
Luka Perkov
5b0849b97f
mdns: install uci package as config
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 43967
2015-01-14 09:59:26 +00:00
Steven Barth
252bb0eeae
map: export calculated ruleset to /tmp
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43961
2015-01-13 19:00:39 +00:00
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
2015-01-12 22:10:00 +00:00
Steven Barth
98cb5c3a55
nftables: add missing patch
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43949
2015-01-12 12:40:08 +00:00
Steven Barth
05220c415c
nftables: bump again and disable building docs
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43948
2015-01-12 12:39:14 +00:00
Imre Kaloz
a2ed38f7b6
pwm support can't be compiled as a module
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43947
2015-01-12 11:58:41 +00:00
Steven Barth
d73c382a73
map: ignore psid and psidlen if psidlen is 0
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43946
2015-01-12 10:56:54 +00:00
Steven Barth
6150714eb0
nftables: bump to latest and enable debugging
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43944
2015-01-12 06:16:51 +00:00
Nicolas Thill
a46965888a
fuse: update to 2.9.3
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 43941
2015-01-11 22:15:03 +00:00
Jo-Philipp Wich
e0daabc8ec
ltq-vmmc: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43934
2015-01-11 16:53:59 +00:00
Jo-Philipp Wich
18fd9db4e3
ltq-tapi: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43933
2015-01-11 16:53:52 +00:00
Jo-Philipp Wich
cb01d94199
ltq-ifxos: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43932
2015-01-11 16:53:45 +00:00
Jo-Philipp Wich
d6beac80f8
ltq-adsl: fix broken autoconf invocation
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43931
2015-01-11 16:53:34 +00:00
Felix Fietkau
2ff6a5f618
libusb: update to version 1.0.19
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43930
2015-01-11 16:14:23 +00:00
Zoltan Herpai
2513eb6c19
uboot-sunxi: fix bananapro target, update patch
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43921
2015-01-10 19:12:35 +00:00
Felix Fietkau
64e7b41b2e
popt: update to latest upstream version, fixes build breakage after autofools changes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43901
2015-01-09 19:52:27 +00:00
Zoltan Herpai
157e1da749
uboot-sunxi: various updates - use mainline uboot-sunxi version (2015.01-rc3) - add support for Bananapro
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43899
2015-01-09 19:19:35 +00:00
Jo-Philipp Wich
5cda3e9f7f
gettext-full: update to v0.19.4
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43896
2015-01-09 14:51:29 +00:00
Jo-Philipp Wich
da9782f935
thc-ipv6: update to v2.7
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43894
2015-01-09 12:49:55 +00:00
Jo-Philipp Wich
39d0b8fea8
lldpd: update to v0.7.13
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43891
2015-01-09 12:35:09 +00:00
Steven Barth
4fde177b7a
procd: fix console bringup on UML (again...)
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43890
2015-01-09 08:39:16 +00:00
John Crispin
31eadd07f2
base-files: Fix switch settings for uci-defaults-new.sh.
...
The enable and reset settings need to be added even when they're false. This is true at least for 'enable', that seems to default to true otherwise.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
SVN-Revision: 43887
2015-01-08 20:26:52 +00:00
John Crispin
52c949e448
openvpn: procd_set_param respawn
...
Makes sure that the openvpn instance gets restarted in case of a crash.
Intentional stops using /etc/init.d/openvpn stop will not result in
respawning. Anything else will, e.g. killall openvpn.
Signed-off-by: Lars Gierth <larsg@systemli.org>
SVN-Revision: 43886
2015-01-08 20:26:41 +00:00
Steven Barth
dbca1e5662
openssl: bump to 1.0.1j
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43875
2015-01-08 18:29:26 +00:00
Jo-Philipp Wich
a6a142caf6
firewall: respect src_dip option for reflection ( #18544 )
...
Also fix wrong IPv4 netmask calculation on x86-64, thanks Ulrich Weber.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43874
2015-01-08 16:10:46 +00:00
Jo-Philipp Wich
3f26960a5c
base-files: update default url template and complete kconfig help
...
Change the kconfig default for the repository url template to use "%s"
instead of "%T" as well.
Also complete the kconfig help text do cover the recently introduced
manufacturer, product and hwrev options.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43872
2015-01-08 12:46:44 +00:00
Steven Barth
afff105706
nftables: bump to latest git / all patches upstreamed
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43870
2015-01-08 11:31:36 +00:00
Jo-Philipp Wich
15d8db1f8c
build: add version number to filenames
...
This commit introduces a new option CONFIG_VERSION_FILENAMES which causes
OpenWrt to embed the version number in generated image files, SDK- and
ImageBuilder archives.
The option is enabled by default if CONFIG_VERSIONOPT is set.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43869
2015-01-08 11:02:00 +00:00
Rafał Miłecki
3e0817d606
fstools: update to the latest git HEAD
...
This allows using UBIFS volume as overlay and adds support for Btrfs.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43868
2015-01-07 17:10:02 +00:00
Felix Fietkau
c228aeef61
package/binutils: actually support the target toolchain
...
This fixes a bug, where ld on ARM EABI platforms expects OABI code.
Signed-off-by: Harald Geyer <harald@ccbib.org>
SVN-Revision: 43866
2015-01-07 16:02:59 +00:00
Jo-Philipp Wich
7f6af5ddc9
qos-scripts: bump PKG_REVISION and copyright year
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43860
2015-01-06 12:42:38 +00:00
Jo-Philipp Wich
a0fb139369
openvpn: bump PKG_REVISION and copyright year
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43859
2015-01-06 12:41:22 +00:00
Steven Barth
2c4d88c503
openssl: fix CVE-2014-3569
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43858
2015-01-06 09:59:55 +00:00
Felix Fietkau
321f4a1e2c
kernel: add missing dependency for kmod-crypto-ghash
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43857
2015-01-05 21:37:29 +00:00
Felix Fietkau
b898695bdd
mac80211: fix ad-hoc basic/multicast rate regression from r43782
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43853
2015-01-05 13:19:20 +00:00
Felix Fietkau
5e6f099edb
nettle: add CONFIG_LIBNETTLE_MINI to PKG_CONFIG_DEPENDS to fix rebuild issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43852
2015-01-05 13:03:55 +00:00
Felix Fietkau
6493328c8f
dnsmasq: fix dependency problems of the dnsmasq-full variant.
...
This patch tries to
- Let the DHCPv6 feature depend on CONFIG_IPV6.
- Conditionally select libnettle, kmod-ipv6, kmod-ipt-ipset only if the
corresponding features are enabled.
- Install `trust-anchors.conf` only if DNSSEC is selected.
- Add PKG_CONFIG_DEPENDS for the configurable options.
- Add a patch to let the Makefile of dnsmasq be aware of changes in
COPTS variable.
Big thanks goes to Frank Schäfer <fschaefer.oss@googlemail.com> for
providing necessary information on connections and dependency relations
between these CONFIGs and packages.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 43851
2015-01-05 13:03:48 +00:00
Felix Fietkau
fe35a1cb8b
package: remove references to symbols TARGET_{ps3,pxcab}.
...
Target pxcab and ps3 were removed from maintaince in r34764 and r34765
respectively.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 43850
2015-01-05 13:03:40 +00:00
Felix Fietkau
ee41729e64
e2fsprogs: bump release
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
SVN-Revision: 43849
2015-01-05 13:03:33 +00:00
Felix Fietkau
a0489c884e
e2fsprogs: package dumpe2fs, e2freefrag, filefrag, debugfs
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
SVN-Revision: 43848
2015-01-05 13:03:26 +00:00
Felix Fietkau
c0611b45a9
e2fsprogs: symlink e2fsck to fsck.ext{2, 3, 4}, and tune2fs to findfs
...
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
SVN-Revision: 43847
2015-01-05 13:03:20 +00:00
Felix Fietkau
4ea1edf840
hostapd: Add uapsd option to netifd.sh
...
The uapsd option sets the uapsd_advertisement_enabled flag in hostapd.
The check for phy support is already implemented here in hostapd since 2011:
http://w1.fi/cgit/hostap/commit/?id=70619a5d8a3d32faa43d66bcb1b670cacf0c243e
So this can be safely set to 1 as default.
Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
SVN-Revision: 43846
2015-01-05 13:03:12 +00:00
Felix Fietkau
aec6b37a48
kernel/hwmon: package pwm-fan kernel module
...
pwm-fan was introduced in kernel 3.18
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43843
2015-01-05 13:02:49 +00:00
Felix Fietkau
593c8c3c01
kernel/modules: add kmod-crypto-gcm
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 43838
2015-01-05 13:02:14 +00:00
Felix Fietkau
f51dc17edd
kernel/modules: add kmod-crypto-ghash
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 43837
2015-01-05 13:02:08 +00:00
Felix Fietkau
5a1f38ad0f
kernel/modules: kmod-crypto-xts: depend on kmod-crypto-gf128
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 43836
2015-01-05 13:02:01 +00:00
Felix Fietkau
4c4c51af2d
kernel/modules: add kmod-crypto-gf128
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 43835
2015-01-05 13:01:56 +00:00
Felix Fietkau
31f29bf624
kernel/modules: add kmod-crypto-ctr
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 43834
2015-01-05 13:01:52 +00:00
Felix Fietkau
fa87af30da
kernel/modules: add kmod-crypto-seqiv
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 43833
2015-01-05 13:01:42 +00:00
Felix Fietkau
7f271d93be
kernel/modules: remove CRYPTOMGR_MODULES
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 43832
2015-01-05 13:01:36 +00:00
Felix Fietkau
17da922e22
kernel/modules: kmod-crypto-manager: depend on kmod-crypto-aead
...
SVN-Revision: 43831
2015-01-05 13:01:30 +00:00
Felix Fietkau
2203f4d6e0
kernel/modules: add kmod-crypto-aead
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 43830
2015-01-05 13:01:23 +00:00
Felix Fietkau
b15f09baec
kernel/modules: remove superfluous backslash
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 43829
2015-01-05 13:01:17 +00:00
Steven Barth
84f49d3597
util-linux: fix packaging issues
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
Tested-by: Gergely Kiss <mail.gery@gmail.com>
SVN-Revision: 43828
2015-01-05 10:11:28 +00:00
Imre Kaloz
b679cac641
et131x is out of staging in 3.18
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43827
2015-01-04 18:41:32 +00:00
Imre Kaloz
f9cf1e97fd
upgrade to latest revision
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43826
2015-01-04 18:39:58 +00:00
Felix Fietkau
8bd2c446d4
openvpn: backport an upstream fix for a regression in using --cipher none ( fixes #18676 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43823
2015-01-04 12:03:29 +00:00
Imre Kaloz
c9e5aa0c17
upgrade to new rev, fixes possible compile error
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43791
2014-12-28 14:45:27 +00:00
Felix Fietkau
beb4318bc3
ath10k: fix tx rate selection for ad-hoc mode with HT
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43790
2014-12-27 13:37:32 +00:00
Felix Fietkau
b2de18bea4
hostapd: add support for configuring supported rates
...
patch by Wilco Baan Hofman from #18627
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43782
2014-12-27 12:59:47 +00:00
Imre Kaloz
08b592673a
Marvell 88W8864 open source mac80211 driver
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43772
2014-12-25 22:26:43 +00:00
Steven Barth
4746ffd7a6
netifd: minor fixes, add mldversion option
...
thanks to Hans Dedecker
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43771
2014-12-23 13:34:04 +00:00
Felix Fietkau
ff3464eb30
mac80211: fix HT mode selection for ad-hoc
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43769
2014-12-22 21:46:38 +00:00
Felix Fietkau
7d6a749278
ubi-utils: add mirror md5sum
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43761
2014-12-22 14:32:41 +00:00
Steven Barth
d945d7d647
dnsmasq: also add the actual patches...
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43759
2014-12-22 09:52:19 +00:00
Steven Barth
1472eaec65
dnsmasq: backport some dnssec fixes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43758
2014-12-22 09:51:22 +00:00
Luka Perkov
180c1f3302
uboot-envtools: add more kirkwood boards
...
- SheevaPlug
- SheevaPlug with eSATA
- GuruplugServerPlus
Signed-off-by: Gerald Kerma <dreagle@doukki.net>
SVN-Revision: 43747
2014-12-18 15:53:46 +00:00
Felix Fietkau
0e035381dc
binutils: break-out libbfd, libopcodes and ar
...
Package libbfd, libopcodes and ar seperately.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43745
2014-12-18 11:57:36 +00:00
Steven Barth
d9011ad6be
dnsmasq: allow de-selecting features from -full variant.
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 43733
2014-12-17 05:59:12 +00:00
Steven Barth
f0ecc0ec37
iproute2: bump version from 3.16.0 to 3.17.0
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 43731
2014-12-16 12:43:50 +00:00
Steven Barth
5628648f87
nftables: bump to release 0.4, cleanup our patches
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43730
2014-12-16 09:28:59 +00:00
Steven Barth
c6c0c275bc
libnftnl: bump to upstream release 1.0.3
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43729
2014-12-16 09:22:49 +00:00
Steven Barth
21bf45edd2
cyassl: bump to 3.3.0
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43728
2014-12-16 09:16:00 +00:00
John Crispin
40e2dbf9c6
fstools: update to latest git HEAD
...
adds a few cleanups and extroot/ubi support
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43717
2014-12-15 10:37:14 +00:00
John Crispin
f8e83b1057
uboot-envtools: enable UBI support per default on oxnas
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43716
2014-12-15 10:37:09 +00:00
John Crispin
019ea725aa
add "preinit_regular" diag.sh set_state argument
...
This new argument is used right after starting regular preinit (which
happens if failsafe wasn't triggered). The main purpose of "preinit"
argument is to indicate that failsafe can be triggered, however we were
missing a way to inform user that we don't wait for a trigger anymore.
With this change it's clear when failsafe mode can be triggered.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43715
2014-12-15 10:37:00 +00:00
John Crispin
f310e02ab3
procd: update to latest git HEAD
...
fixes a bug where wdt write happened with no valid fd available
--> procd: WDT failed to write: Bad file descriptor
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43711
2014-12-15 09:44:01 +00:00
Steven Barth
8aa9160274
nftables: mini-bump and patch cleanup
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43710
2014-12-15 09:41:47 +00:00