Alin Năstac
0cc58a0f98
conntrack: enable support for netfilter conntrack zones
...
Storage of such zones is provided by a nf_ct_ext struct, hence conntrack
memory foot print will not be increased if zones are not used.
Signed-off-by: Alin Năstac <alin.nastac@gmail.com>
2016-05-24 13:30:57 +02:00
Felix Fietkau
f849c2c832
mvebu: enable core drivers in the kernel config instead of packaging them
...
Simplify profile package selection
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-21 19:57:06 +02:00
Felix Fietkau
0d476971f2
kernel: define CONFIG_CPU_THERMAL in kmod-thermal
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-20 14:38:09 +02:00
Daniel Dickinson
83049ed944
kernel: Build it87 hardware monitor module
...
Add packaging of it87 hardware monitor kernel module. It is
a common thermal and voltage monitor that is in many x86
(at least) devices, and is just another i2c hwmon module.
Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
2016-05-18 22:17:28 +02:00
Daniel Golle
055d8d9c61
oxnas: move target-specific modules into target's modules.mk
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-17 17:26:05 +02:00
Daniel Golle
449aba4fe8
modules: hwmon: package driver for INA209 power monitor
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-16 18:00:34 +02:00
Daniel Golle
910d9ba454
modules: hwmon: package driver for LTC4151 current sensor
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-16 18:00:34 +02:00
Felix Fietkau
98010ab489
kernel: remove ocf support, cryptodev-linux should be used instead
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-12 19:35:32 +02:00
Felix Fietkau
42d2eb7628
build: remove leftover dependenices on TARGET_rdc
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-12 17:43:48 +02:00
Felix Fietkau
018807ded3
x86/xen_domu: enable xen drivers in the kernel config instead of packaging them as modules
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-12 17:35:46 +02:00
Felix Fietkau
7d7fb75df5
x86: remove the kvm_guest subtarget
...
32-bit only hardware that supports kvm is very rare.
It's not worth keeping a separate subtarget for this.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-12 17:00:53 +02:00
Jo-Philipp Wich
37de17c379
linux: kmod-e100: use preconverted firmware files
...
Instead of converting the firmware files ourselves, use the files
generated during the normal kernel build process. This fixes packaging
kmod-e100 in the SDK environment.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-04-21 16:39:59 +02:00
John Crispin
217a643755
wireless: remove rtl8188eu (staging)
...
- depends on CFG80211 (upstream: 9da4aa48d04bbdbae3c959809e14da2bf0c53f61)
in os_dep/mon.c
This removes rtl8188eu completely from OpenWrt
since mac80211/compat-wireless/backports does not
provide staging wireless drivers
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 49049
2016-03-20 14:41:49 +00:00
John Crispin
f8b22d2b77
wireless: add vendor dirs
...
Kernel 4.5 changes wireless driver organisation
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 49048
2016-03-20 14:41:44 +00:00
John Crispin
7861462ade
wireless: remove cisco airo
...
it depends on cfg80211
cfg80211 & wext drivers don't mix on OpenWrt
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 49046
2016-03-20 14:41:37 +00:00
Jo-Philipp Wich
3f0d03cf23
Revert "kernel: Linux IP Virtual Server kernel modules (netfilter.mk patch)"
...
This reverts commit 845d82da156781135b027ecf75ff67e2253e06dd.
SVN-Revision: 49005
2016-03-11 13:31:48 +00:00
John Crispin
996a54ebd4
kernel: Linux IP Virtual Server kernel modules (netfilter.mk patch)
...
IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux kernel
so called Layer-4 switching.
IPVS running on a host acts as a load balancer at the front of a cluster of real servers, it
can direct requests for TCP/UDP based services to the real servers, and makes services of
the real servers to appear as a virtual service on a single IP address.
Signed-off-by: Mauro Mozzarelli <mauro@ezplanet.net>
SVN-Revision: 48982
2016-03-10 19:11:09 +00:00
Felix Fietkau
46c7d0d1ab
kernel: remove linux 4.3 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48955
2016-03-07 17:56:58 +00:00
Felix Fietkau
d041e8b44b
ramips: add linux 4.4 support, update mt7621 subtarget to 4.4
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48951
2016-03-07 16:33:34 +00:00
Hauke Mehrtens
daf367240a
kernel: mpc85xx: fix build of kmod-usb2-fsl
...
Fix buildbot error for mpc85xx.
ehci-fsl.ko should be packaged inside the usb2 package, because it
depends on the ehci kernel module. The fsl-mph-dr-of.ko module can stay
in an own package because the ehci driver depends on it.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48932
2016-03-05 17:49:09 +00:00
John Crispin
28e45ce886
kernel/gpio_keys: load module on pre-init
...
fix rescue mode on wdr4900
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 48793
2016-02-26 08:35:20 +00:00
John Crispin
3f76eeaadc
kernel: crypto: add fsl CAAM package
...
Kernel package enables the Freescale CAAM (crypto accelerator and assurance
module, aka SEC4). Sets kernel defaults for ringsize, intc, and debug.
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
SVN-Revision: 48773
2016-02-25 10:14:24 +00:00
Steven Barth
d179611006
kernel: fix chainiv crypto modules in 4.3+ kernels
...
Signed-off-by: Steven Barth <cyrus@openwrt.org>
SVN-Revision: 48745
2016-02-19 11:49:03 +00:00
John Crispin
9b9c7ffefa
kernel: add mode backlight symbols
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48729
2016-02-16 16:25:40 +00:00
John Crispin
a514faa3a9
kernel: add missing symbol to usb-audio
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48728
2016-02-16 16:25:33 +00:00
John Crispin
5d4acd4e92
kernel: DSA is missing a OF dependend dep for mdio
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48727
2016-02-16 16:25:25 +00:00
John Crispin
374a8f96bd
kernel: crypto-echainiv was missing deps
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48724
2016-02-16 07:47:06 +00:00
John Crispin
5902afcfca
kernel: add missing libphy dep to DSA
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48723
2016-02-15 18:45:34 +00:00
John Crispin
6b90cc0268
kernel: MPLS did not exist prior to v4.4
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48722
2016-02-15 18:45:27 +00:00
John Crispin
4d434d6468
linux/crypto: Add echainiv module provided by 4.4 kernels
...
This module is needed for IPsec ESP support, i.e..
Signed-off-by: André Valentin <avalentin@marcant.net>
SVN-Revision: 48714
2016-02-12 08:31:54 +00:00
John Crispin
290534c7af
kernel: add dsa driver support
...
The Linux Distributed Switch Architecture drivers provide richer support than
the swconfig driver API in that each switch port gets its own interface which
allows protocols such as STP, LLDP, 802.1x etc.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
SVN-Revision: 48713
2016-02-12 08:31:49 +00:00
John Crispin
22f20c4a66
linux/netsupport: Add support for MPLS protocol
...
This adds support for MPLS protocol including usage of lightweight tunnels.
Kernel size of vmlinuz.bin grows by ~8k.
Signed-off-by: André Valentin <avalentin@marcant.net>
SVN-Revision: 48710
2016-02-12 08:31:17 +00:00
John Crispin
d086d86e6c
kernel/modules: add kmod-ip6-vti
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 48703
2016-02-12 08:30:09 +00:00
John Crispin
7865453d22
kernel/modules: rename kmod-ipvti to kmod-ip-vti
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 48702
2016-02-12 08:30:00 +00:00
John Crispin
79deb0290a
video: kmod-pwm does not exist anymore
...
it was removed in r43947
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48699
2016-02-12 08:29:38 +00:00
Jo-Philipp Wich
2d04407e40
mvebu: fix WRT1900AC v1 LED driver module
...
Update OpenWRT build tree to reflect changes in TLC-591xx LED family driver.
In kernels < 4.0 the driver was present in form of a patch for the TLC-59116 chip,
and was upstreamed later in kernels > 4.0 to support the entire chip family.
Signed-off-by: Sebastian Careba <nitroshift@yahoo.com>
[jow: fix Kconfig symbol name]
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48684
2016-02-09 12:33:53 +00:00
Jo-Philipp Wich
ae36b39b92
linux: fix kmod-backlight-pwm
...
Also remove erroneous =m overrides from kconfig symbol list.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48669
2016-02-08 10:58:34 +00:00
Felix Fietkau
305e8b724a
kernel: fix USB on mpc85xx ( #21689 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48525
2016-01-28 13:13:14 +00:00
Felix Fietkau
42644fff59
kernel: add missing config symbols for kmod-crypto-hw-talitos
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48513
2016-01-27 21:40:43 +00:00
Felix Fietkau
827672162a
kernel: wpan: mrf24j40 depends on regmap-spi
...
kmod-mrf24j40 select REGMAP_SPI since 4.3, thus add dependency to
kmod-regmap.
Found by buildbot:
Package kmod-mrf24j40 is missing dependencies for the following libraries:
regmap-spi.ko
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48484
2016-01-25 12:41:19 +00:00
Felix Fietkau
6255856c68
kernel: add a package for bcm-phy-lib.ko, fixes build errors with kmod-phy-broadcom
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48464
2016-01-23 20:01:26 +00:00
Felix Fietkau
eb39f41ffd
kernel: add missing config symbol
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48459
2016-01-23 17:05:56 +00:00
Felix Fietkau
19e2d1ed35
kernel: Add kernel module for Freescale SNVS RTC on chip module
...
Signed-off-by: Petr Štetiar <ynezz@true.cz>
SVN-Revision: 48454
2016-01-22 12:02:11 +00:00
Felix Fietkau
16ea0369e9
kernel: make backlight support depend on display support
...
Mark backlight core package as hidden
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48437
2016-01-21 15:37:38 +00:00
Felix Fietkau
f82dc2e37d
kernel: mark kmod-drm as hidden so that it only gets selected if a driver for it can be selected
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48436
2016-01-21 15:37:30 +00:00
Felix Fietkau
9b53da6138
kernel: reduce AddDepends related cargo cult programming in video.mk
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48435
2016-01-21 15:37:20 +00:00
Felix Fietkau
125f1ce9ad
kernel: video: add DRM core and IMX DRM support for HDMI/LVDS
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 48434
2016-01-21 15:37:10 +00:00
Felix Fietkau
0a6919b8bc
kernel: video: add fbcon support
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 48433
2016-01-21 15:37:01 +00:00
Felix Fietkau
5a502875b1
kernel: add backlight kernel module support
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 48432
2016-01-21 15:36:53 +00:00
Felix Fietkau
20ba5a01cf
kernel: modularize dma shared buffer code to eliminate kernel bloat
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48371
2016-01-19 21:09:11 +00:00