John Crispin
f4edd1b918
generic/3.18: add missing wireless symbols
...
triggered by enabling RFKILL in global build options
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45335
2015-04-09 10:33:11 +00:00
Felix Fietkau
541f569a9d
linux: Add missing config options to generic configs
...
These missing options have been noticed while enabling the following
configuration options on ipq806x, but they're available in the standard
kernel:
*ARCH_QCOM
*CONFIG_USB_SUPPORT
*CONFIG_USB_DWC3
*CONFIG_MFD_SYSCON
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45256
2015-04-03 18:48:10 +00:00
John Crispin
0bba806cb7
kernel: add missing symbol
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45218
2015-04-01 13:06:14 +00:00
John Crispin
3ec7ccf501
config: add an option to enable KPROBE
...
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45212
2015-04-01 08:33:04 +00:00
Imre Kaloz
17fb965d6b
generic: add CONFIG_MANGLE_BOOTARGS and disable it by default
...
Enabling this option renames the bootloader supplied root=
and rootfstype= variables, which might have to be know but
would break the automatisms OpenWrt uses.
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45196
2015-03-31 19:18:03 +00:00
Luka Perkov
375337266d
kernel: add few missing symbols
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45118
2015-03-29 04:50:16 +00:00
Luka Perkov
d949d88ef6
kernel: add symbol
...
Several targets are not using EMAC_ROCKCHIP so define it in generic config.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45117
2015-03-29 04:43:59 +00:00
John Crispin
ad91262a94
kernel: add missing symbol
...
Signed-off-by: John Szakmeister <john@szakmeister.net>
SVN-Revision: 45017
2015-03-26 10:59:24 +00:00
Felix Fietkau
caf94290ce
kernel: add a few more missing config symbols
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44856
2015-03-17 07:24:51 +00:00
Felix Fietkau
06cb90f8a2
kernel: add missing config symbol
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44850
2015-03-16 21:17:41 +00:00
Felix Fietkau
d6fbb77bc8
kernel: add a few missing config symbols for 3.18+
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44799
2015-03-16 04:47:28 +00:00
John Crispin
9a863f803e
kernel: mtdsplit: add support for FIT image
...
If this option is enabled, the FIT image format will be detected and
split by the mtdsplit code. Detection is based upon the FDT magic, which
will trigger the parsing and detection of the rootfs, ending-up in the
creation of the 2 new partitions.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 44792
2015-03-15 19:39:27 +00:00
Felix Fietkau
09ac7d4697
kernel: add missing config symbol for 3.18+
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44756
2015-03-15 04:40:10 +00:00
John Crispin
d15ac306fa
kernel: move KERNFS to generic config
...
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
2015-03-06 07:56:47 +00:00
John Crispin
f04a268a04
kernel: disable ARCH_NEEDS_CPU_IDLE_COUPLED
...
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
2015-03-06 07:56:34 +00:00
John Crispin
fa097e5ae5
kernel: disbale HAMRADIO in generic config
...
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
2015-03-06 07:56:21 +00:00
John Crispin
6617845711
kernel: move MTD_SPLIT_SUPPORT to generic config
...
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
2015-03-06 07:56:08 +00:00
Luka Perkov
84c0248e5a
generic: add CONFIG_FW_LOADER_USER_HELPER symbol
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 44608
2015-03-05 23:43:21 +00:00
John Crispin
959a1334d4
generic: add USB_DWC2 missing symbols
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44600
2015-03-05 20:24:33 +00:00
Jonas Gorski
3139140339
kernel: move CONFIG_MIPS_O32_FP64_SUPPORT to generic configs
...
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
2015-03-01 11:37:15 +00:00
John Crispin
7938da42f5
kernel: Fix USB gadget modules for v3.18
...
Updated patch that fixes whitespace and supports kernel v3.3 too.
Signed-off-by: Owen Kirby <osk@exegin.com>
SVN-Revision: 44502
2015-02-22 08:29:01 +00:00
John Crispin
c2c2f64c66
kernel: re-enable the firmware loader
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44481
2015-02-17 14:33:13 +00:00
John Crispin
2dbcf5e91f
brcm2708: add missing config symbols and fix kernel modules for Raspberry Pi 2 by removing local version
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 44432
2015-02-13 07:38:00 +00:00
John Crispin
eee58211a8
kernel: add missing symbol
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 44373
2015-02-10 05:52:41 +00:00
John Crispin
f17dee3058
kernel: add missing symbols
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44338
2015-02-09 12:10:18 +00:00
Nicolas Thill
6b8f598ca6
linux/generic: add missing config symbols
...
Related to debug/tracing, only added to 3.14+, might be needed for older versions as well
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 44323
2015-02-08 15:34:20 +00:00
John Crispin
dcac85d7d8
kernel: add LZ4 decompressors to kconfig hack
...
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 44168
2015-01-28 12:06:35 +00:00
Jo-Philipp Wich
3483c76084
kernel: add missing symbol to generic 3.18 config
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44150
2015-01-25 23:36:09 +00:00
Zoltan Herpai
91260ad6ef
kernel: add missing config symbol for 3.18
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 44034
2015-01-18 14:28:13 +00:00
Felix Fietkau
a0849e6439
kernel: add missing config symbol
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44026
2015-01-18 09:25:38 +00:00
Luka Perkov
a1872182bb
mvsw6171: rename to 'mvsw61xx'
...
In preparation for properly supporting switches
beyond the 88E6171.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43935
2015-01-11 17:19:58 +00:00
Zoltan Herpai
3db73fc350
kernel: add missing config symbols for 3.18
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43912
2015-01-10 17:23:55 +00:00
John Crispin
baad87ae3d
kernel: add SECCOMP to menuconfig
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43888
2015-01-08 21:23:18 +00:00
Felix Fietkau
7cc5b6f9e9
all targets: remove all =m kernel config symbols
...
modules build during the kernel compile phase are ignored anyway,
all modules should be built using KernelPackage in
package/kernel/linux/modules/*
selecting the appropriate config symbols there rather than in
target/linux/*/config-*
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43842
2015-01-05 13:02:44 +00:00
Felix Fietkau
baa3a38ac6
kernel: add mtd split support for trx images
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43809
2015-01-02 21:53:11 +00:00
Felix Fietkau
cc5f89c66a
kernel: add a mtdsplit implementation for tp-link firmware headers
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43806
2015-01-02 21:52:44 +00:00
Hauke Mehrtens
469e8adbac
kernel: add some missing config options
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43794
2014-12-29 11:59:32 +00:00
Luka Perkov
a1da38f7b1
kernel: drop CONFIG_PROC_DEVICETREE in 3.18
...
This option was removed in upstream commit 8357041.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43607
2014-12-10 18:55:53 +00:00
Luka Perkov
fa5f896cb7
kernel: add missing config symbols for 3.18
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43605
2014-12-10 18:13:34 +00:00
John Crispin
9b5f583906
kernel: add driver for Marvell 88E6171 switch
...
This is a swconfig driver for the Marvell 88E6171 switch,
which is a 7-port GigE switch with two CPU ports and 64
802.1q VLANs.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 43486
2014-12-01 21:30:35 +00:00
Luka Perkov
c691430897
kernel: add missing config symbol for 3.18
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43444
2014-11-30 22:12:20 +00:00
Luka Perkov
dac3d29ec5
generic: set CONFIG_GENERIC_NET_UTILS
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 43431
2014-11-30 01:14:12 +00:00
John Crispin
271a4d804a
kernel: unset CONFIG_ARM_CCN
...
oldconfig kept asking for that config symbol...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43386
2014-11-26 08:59:41 +00:00
Imre Kaloz
60522c8ba7
rename overlayfs' symbol
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43375
2014-11-24 22:09:47 +00:00
Imre Kaloz
c26c5eff0e
update .18 support for -rc6
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 43357
2014-11-24 10:17:33 +00:00
Hauke Mehrtens
a69ebe234d
kernel: update kernel 3.18 to rc4
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43229
2014-11-10 22:51:30 +00:00
Felix Fietkau
101289156b
kernel: add missing config symbol for 3.13+
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43152
2014-11-02 20:06:41 +00:00
Zoltan Herpai
7aa2950165
kernel: 3.18: fix config typo
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43150
2014-11-02 10:12:46 +00:00
Hauke Mehrtens
071570426b
kernel: add some missing config options
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 43136
2014-10-31 23:43:10 +00:00
Zoltan Herpai
d7e981ca4c
kernel: add missing symbols for 3.18
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43121
2014-10-30 10:15:20 +00:00