- Mar 12, 2014
-
-
Florian Fainelli authored
3.3 kernels do not have the required changes which would make gpio-button-hotplug work, disallow building on those kernels for now. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 39903
-
Florian Fainelli authored
Now that GCC 4.8 is the default, make sure that we have the relevant memset fixes to avoid nasty kernel crashes. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 39902
-
Felix Fietkau authored
build: fix installation of default-variant packages when the source package has multiple variants (#15237) Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39899
-
John Crispin authored
use the fd handover api of ubus to transfer log data the uci option log_buffer_size can be used to override the default size of 16k Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39898
-
John Crispin authored
add fd handover inside ubus replies Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39897
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39896
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 39895
-
Imre Kaloz authored
Signed-off-by:
Tim Harvey <tharvey@gateworks.com> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39894
-
Imre Kaloz authored
Signed-off-by:
Tim Harvey <tharvey@gateworks.com> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39893
-
Imre Kaloz authored
Signed-off-by:
Tim Harvey <tharvey@gateworks.com> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39892
-
Gabor Juhos authored
The flash address passed to rb_init_info() is bogus, use the predefined AR71XX_SPI_BASE macro instead. Compile tested only. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39891
-
Gabor Juhos authored
sizeof(array_from_function_definition) gives back the size of the pointer. sizeof(type) * array_size should be used in memset. Signed-off-by:
David Völgyes <david.volgyes@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/4950/ Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 39890
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39889
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39888
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39886
-
Felix Fietkau authored
On some build hosts openssl fails to install since openssl installs itself into lib64 while the openwrt Makefile expects the libs to end up in lib. install -m0644 .../openwrt/build_dir/target-x86_64_uClibc-0.9.33.2/openssl-1.0.1e/ipkg-install/usr/lib/libcrypto.so.* .../openwrt/build_dir/target-x86_64_uClibc-0.9.33.2/openssl-1.0.1e/ipkg-x86_64/libopenssl/usr/lib/ install: cannot stat '.../openwrt/build_dir/target-x86_64_uClibc-0.9.33.2/openssl-1.0.1e/ipkg-install/usr/lib/libcrypto.so.*': No such file or directory make[2]: *** [/openwrt/bin/x86_64/packages/libopenssl_1.0.1e-2_x86_64.ipk] Error 1 make[2]: Leaving directory `/openwrt/package/libs/openssl' make[1]: *** [package/libs/openssl/compile] Error 2 make[1]: Leaving directory `/openwrt' Set LIBDIR accordingly to fix this. Signed-off-by:
Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 39885
-
- Mar 11, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39879
-
Steven Barth authored
SVN-Revision: 39878
-
Steven Barth authored
SVN-Revision: 39877
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39876
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39875
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39874
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39873
-
Felix Fietkau authored
Signed-off-by:
Christoph Kottke <christoph.kottke@gmx.de> SVN-Revision: 39872
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39870
-
Steven Barth authored
SVN-Revision: 39868
-
- Mar 10, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39865
-
Felix Fietkau authored
target/sdk: generate a Config.in file with the settings of the build that the SDK was generated from This allows make oldconfig/menuconfig to run Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39864
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39863
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39862
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39861
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39860
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39859
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39858
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39857
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 39856
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 39855
-
- Mar 09, 2014
-
-
Felix Fietkau authored
This change creates a new ip-full variant for the ip package. It disables IP_CONFIG_TINY to make some iproute2 features available like xfrm, gretap, ... Signed-off-by:
Thomas Wouters <thomaswouters@gmail.com> SVN-Revision: 39854
-
Felix Fietkau authored
This version includes this changes: Don't include gmt_unix_time in TLS server and client random values Fix for TLS record tampering bug CVE-2013-4353 Fix for TLS version checking bug CVE-2013-6449 Fix for DTLS retransmission bug CVE-2013-6450 Signed-off-by:
Peter Wagner <tripolar@gmx.at> SVN-Revision: 39853
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 39852
-