- May 05, 2015
-
-
Steven Barth authored
Before r45593 kmod-l2tp-ip did not depend on kmod-ipv6. With r45593 support for L2TP IPv6 encapsulation was added and included in the kmod-l2tp-ip package. This change also added the dependency to kmod-ipv6 to kmod-l2tp-ip, regardless of whether the user chose to generally include IPv6 support or not. Change this so L2TP over IPv6 and the resulting dependency to kmod-ipv6 is only included in kmod-l2tp-ip if IPv6 support is enabled. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 45612
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45611
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45610
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45609
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45608
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45607
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45606
-
- May 04, 2015
-
-
Jo-Philipp Wich authored
OpenVPN assumes that its control channel messages are sent and received unfragmented, this assumption is broken when CBC record splitting is enabled in mbedTLS. The record splitting is intended as countermeasure against BEAST attacks which do not apply to OpenVPN, therefore we simply disable it until upstream OpenVPN gains the ability to process fragmented control messages. Disabling the splitting also works around a (not remotely triggerable) segmentation fault in mbedTLS. References: * https://dev.openwrt.org/ticket/19101 * https://community.openvpn.net/openvpn/ticket/524 * https://github.com/ARMmbed/mbedtls/pull/185 Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45602
-
- May 03, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45600
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45595
-
- May 02, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45594
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45593
-
- Apr 30, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45590
-
- Apr 29, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45587
-
- Apr 28, 2015
-
-
Steven Barth authored
Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 45586
-
Steven Barth authored
Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com> SVN-Revision: 45585
-
- Apr 24, 2015
-
-
Rafał Miłecki authored
This reverts commit ff84c27a281bc19df19bc62ee8688cca5586f6e3. This tool has really broken size handling (many values hardcoded), it crashes right now in case of NVRAM not filling whole MTD partition. Conflicts: package/utils/nvram/src/nvram.h Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45579
-
Rafał Miłecki authored
The loop was giving up too early as it never expected NVRAM smaller than 0x10000. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45578
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45577
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45576
-
- Apr 23, 2015
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45572
-
Felix Fietkau authored
This reverts r43204. The symlinks are faulty, as they point to a temporary staging dir Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45569
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45567
-
- Apr 22, 2015
-
-
Rafał Miłecki authored
For years Broadcom devices use 64 KiB NVRAM partition size and some of them indeed have it filled in more than 50%. This change allows handling whole NVRAM e.g. on Netgear WNDR4500 and Netgear R8000. The same fix was applied to kernel in upstream commit 6ab7c29. Reported-by:
Hante Meuleman <meuleman@broadcom.com> Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45566
-
Rafał Miłecki authored
Otherwise writing anything will result in loosing data. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45565
-
Rafał Miłecki authored
We don't have broadcom-diag for months or years now and the correct solution is to simply don't have "nvram" partition on WGT634U anyway. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45564
-
Rafał Miłecki authored
Sytax of /proc/mtd is following: dev: size erasesize name which means that sscanf "mtd%d: %08x" reads size, not erasesize. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45563
-
Rafał Miłecki authored
Path /dev/mtdblock%d is used for years now. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 45562
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 45561
-
Imre Kaloz authored
New revision adds transmit frame rate info Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45560
-
- Apr 21, 2015
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45556
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45555
-
Felix Fietkau authored
netifd: update to the latest version, fixes retry when proto handlers exit without changing the state Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45550
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45549
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 45539
-
John Crispin authored
Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45534
-
John Crispin authored
replaced by usb-serial-simple (see r45233) Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45533
-
John Crispin authored
Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45532
-
John Crispin authored
upstream commit: Bluetooth: Introduce BT_BREDR and BT_LE config options id: 65efd2bf4885312b42de9829159789199221cc60 Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45531
-
John Crispin authored
- remove/rename of 6lowpan-iphc upstream change in 3.17: 6lowpan: introduce new net/6lowpan directory id: 2c6bed7cfcd3f594ed9e4d6919fa2ebea2243d19 Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 45529
-