- Mar 22, 2015
-
-
Felix Fietkau authored
This fixes non applying patches on buildbots. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44936
-
John Crispin authored
it has been upstreamed and treackled down with the latest 3.18 update Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44935
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44934
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44933
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44932
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44931
-
- Mar 21, 2015
-
-
John Crispin authored
set DISABLE_NLS only if CONFIG_BUILD_NLS NOT set. like DISABLE_IPV6 which depends on CONFIG_IPV6 Signed-off-by:
Christian Schoenebeck <christian.schoenebeck@gmail.com> SVN-Revision: 44930
-
John Crispin authored
These kernel options are all likely to be widely useful in this modern age, but are immediately useful for systemd support. c.f. http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?&view=markup#l118 Adapted from a patch by Adam Porter. Signed-off-by:
Jeff Waugh <jdub@bethesignal.org> SVN-Revision: 44929
-
John Crispin authored
Signed-off-by:
zouxf <fl.service@t-firefly.com> SVN-Revision: 44928
-
John Crispin authored
Defining STAMP_CONFIGURED statically caused it not to reflect changes to PKG_CONFIG_DEPENDS made after including package.mk, like the additional options added by feeds.mk for all packages. Furthermore, as STAMP_CONFIGURED_WILDCARD was already defined recursively, the patsubst in its definition would never match, and in consequence, the stamps were never removed. This caused packages not to be rebuilt when they should have been. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 44927
-
John Crispin authored
There are some places where there is a redundant declaration of strlcpy() that prevents building perf otherwise. Signed-off-by:
John Szakmeister <john@szakmeister.net> SVN-Revision: 44926
-
John Crispin authored
Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 44925
-
John Crispin authored
For using liblldpctl to talk to lldpd (via unix sockets). Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 44924
-
John Crispin authored
just some pruning... Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44923
-
John Crispin authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44922
-
John Crispin authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44921
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44920
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 44919
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44918
-
Rafał Miłecki authored
This allows dropping some hacky bcm53xx bgmac patch forcing link state. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44917
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44916
-
- Mar 20, 2015
-
-
Rafał Miłecki authored
It can be found e.g. in Netgear R8000. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44915
-
Rafał Miłecki authored
It includes new Broadcom firmware files for brcmfmac. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44914
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44913
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44912
-
Felix Fietkau authored
When enabling SSP_SUPPORT, a lot of packages fail during compile phase with the following error: Package X is missing dependencies for the following libraries: libssp.so.0 This can be solved by adding an optional dependency on libssp to all those packages, but as there are quite a few packages both in OpenWrt core and in the package repository, it might make sense to add this optional dependency to all non-kernel packages, instead of polluting lots of package dependency lines with it. Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 44911
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44910
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44909
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44908
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44907
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44906
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44905
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44904
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44903
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44902
-
John Crispin authored
this is a backport of a series posted on the lmo mailing list Signed-off-by:
Jonathan Thibault <jonathan@navigue.com> SVN-Revision: 44901
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 44900
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 44899
-
- Mar 19, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44898
-
Felix Fietkau authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44897
-