- Mar 06, 2015
-
-
John Crispin authored
KERNFS symbol is selected by SYSFS, so place it in generic config. Signed-off-by:
Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44615
-
John Crispin authored
Disable ARCH_NEEDS_CPU_IDLE_COUPLED by-default in generic config, since only one platfrom (omap) needs them. Signed-off-by:
Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44614
-
John Crispin authored
HAMRADIO enabled in all generic configs, but no one platform directly use related drivers/protocols. This symbol is only used for kmod-ax25 package modules. Furthermore, half of platforms explicitly disables this symbol, what silently disables build of modules for kmod-ax25 package. So disable HAMRADIO by-default in generic config, add it to kmod-ax25 package and remove it from platform specific configs. Signed-off-by:
Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44613
-
John Crispin authored
CONFIG_MTD_SPLIT_SUPPORT symbol default value is 'y' and many platform specific configs explicitly enables it, while no one platform disables this symbol. So place it in generic config and remove from platform specific configs. Signed-off-by:
Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44612
-
John Crispin authored
CONFIG_GENERIC_NET_UTILS is selected by CONFIG_NET and already enabled in generic config, so we don't need this symbol in platform specific configurations. Signed-off-by:
Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44611
-
- Mar 05, 2015
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 44610
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 44609
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 44608
-
John Crispin authored
The initial fix for 3.18 in r44346 wrongly treated the newly added parameter of alloc_netdev to be another function pointer, causing ether_config to be skipped during ptm netdev init. Fix this by partially reverting r44346 and properly setting the newly added macro parameter. (Tested on VRX200 board) A similar change might be needed for ltq-ptm-adsl as well. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44607
-
John Crispin authored
IP VTI (Virtual Tunnel Interface) is used to create a virtual device for IPsec VPN (similar to OpenVPN). Signed-off-by:
Luiz Angelo Daros de Luca <luizluca@gmail.com> SVN-Revision: 44606
-
John Crispin authored
In mtd_verify(), the return value of md5sum() has been interpreted as error if nonzero, while the function returns number of processed bytes, which caused mtd_verify() to always fail. This patch fixes error checking to interpret only negative values as errors. Signed-off-by:
Zefir Kurtisi <zefir.kurtisi@neratec.com> SVN-Revision: 44605
-
John Crispin authored
Signed-off-by:
Songjun Wu <songjun.wu@atmel.com> SVN-Revision: 44604
-
John Crispin authored
Signed-off-by:
Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44603
-
John Crispin authored
Signed-off-by:
Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44602
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44601
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44600
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44599
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 44598
-
- Mar 04, 2015
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44597
-
- Mar 03, 2015
-
-
Rafał Miłecki authored
Now bcma provides IRQ domain we don't have to poll anymore. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44596
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44595
-
Jonas Gorski authored
Fixes several issues in the network stack. Full changelog: * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.33 * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.14.34 Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44594
-
Jonas Gorski authored
Fixes several issues in the network stack. Full changelog: * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.8 Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44593
-
- Mar 02, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44592
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44590
-
- Mar 01, 2015
-
-
Michael Büsch authored
SVN-Revision: 44589
-
Rafał Miłecki authored
Tested by Jonas on WP54g, thank you! Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44588
-
Rafał Miłecki authored
Most devices have only 16 MiB of RAM, this will allow them to boot without OOM. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44587
-
Lars-Peter Clausen authored
The driver code for supporting these subtargets was already removed a while ago, so the current images wont actually boot. It is also quite unlikely that there are any users of them at this point, so remove them. Signed-off-by:
Lars-Peter Clausen <lars@metafoo.de> SVN-Revision: 44586
-
Jo-Philipp Wich authored
Instead of multiple -I arguments, lldpd expects a comma separated list. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44585
-
Jonas Gorski authored
The flag is experimental and requires toolchain support, which we don't provide. Also neither target has an FPU so it becomes meaningless without the FPU emulator enabled. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44584
-
Jonas Gorski authored
Most MIPS targets have it disabled, so move the symbol to the generic configs to keep target configs small. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44583
-
Jonas Gorski authored
Saves us pulling in the input system, shaving off a few kb from image sizes. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44582
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44581
-
- Feb 28, 2015
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44580
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44579
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44578
-
Jonas Gorski authored
- A4001N/A4001N1: fix swapped green and red LEDs - CVG834G: add missing LED - RTA1320: reorder LEDs by GPIO# - V2500V: add missing LEDs and buttons - WAP-5813n: fix WPS button (GPIO 35) Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44577
-
Jonas Gorski authored
Linux commit d75b1ade567ffab ("net: less interrupt masking in NAPI") chose the samantics of the napi poll return value, which caused napi to not resume interrups/polling anymore. Fix the return value to restore expected behaviour. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44576
-
Jonas Gorski authored
Legacy probe passed the IRQSTAT registers instead of the IRQMASK registers causing all register accesses to be offset by 16 bytes. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44575
-