Jo-Philipp Wich
67f0c93e28
kernel: add missing config symbols for 4.4
...
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-08 14:50:26 +02:00
Alexander Couzens
21208f5d43
linux/generic: add missing config symbols
...
unset following config symbols
- INPUT_PALMAS_PWRBUTTON
- INPUT_TPS65218_PWRBUTTON
- INPUT_TWL4030_PWRBUTTON
- INPUT_TWL4030_VIBRA
- INPUT_TWL6040_VIBRA
- KEYBOARD_TWL4030
- TWL4030_MADC
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-06-02 21:58:10 +02:00
Felix Fietkau
647e6379af
kernel: add missing config symbols for 4.4
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-20 14:25:40 +02:00
Felix Fietkau
acd7a34494
kernel: enable CONFIG_PANIC_ON_OOPS by default
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-15 21:28:41 +02:00
Felix Fietkau
2ecf3af576
kernel: set CONFIG_PANIC_TIMEOUT by default
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-15 21:28:41 +02:00
Felix Fietkau
bceafad7c2
kernel: add missing config symbol
...
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-14 17:58:43 +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
05459a004a
kernel: move the old gpio watchdog driver from generic to brcm47xx
...
brcm47xx is the only user
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-12 18:10:09 +02:00
blogic
23596ca527
mediatek: sync patches and add more ethernet stability fixes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 49265
2016-05-10 10:43:11 +02:00
Hauke Mehrtens
7ed9ee6f30
kernel: add missing kernel options
...
This was found by the build bot.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 49033
2016-03-17 22:36:27 +00:00
Hauke Mehrtens
683c046673
kernel: add missing config options
...
The buildbots complained about these config options being missing for arm64:
CONFIG_DUMMY_CONSOLE_COLUMNS=80
CONFIG_DUMMY_CONSOLE_ROWS=25
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48929
2016-03-05 16:22:45 +00:00
John Crispin
dbd35c7ca9
kernel: add missing symbols to config-4.4
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48730
2016-02-16 16:25:49 +00:00
Jo-Philipp Wich
d07d65ec30
generic: add missing kconfig symbol
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48675
2016-02-08 14:28:29 +00:00
Felix Fietkau
0fddb7f767
kernel: add missing config symbol ( #21797 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48632
2016-02-05 11:50:50 +00:00
Luka Perkov
401b201d04
generic: mark CONFIG_SUNXI_SRAM as not set
...
It is marked like this on most targets.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 48507
2016-01-26 15:27:42 +00:00
Felix Fietkau
68fef14e46
kernel: disable CONFIG_USERFAULTFD, it is unused
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48481
2016-01-25 10:28:19 +00:00
Hauke Mehrtens
1c7c997019
kernel: add some missing kernel config options
...
The built bots found these missing kernel configuration options.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48477
2016-01-24 18:00:53 +00:00
Felix Fietkau
c28fb1f4fc
x86_64: Add missing symbols
...
Update to kernel 4.4 missed some symbols, fix that.
SVN-Revision: 48453
2016-01-22 12:02:07 +00:00
Felix Fietkau
c18d6739bc
kernel: switch to SLUB by default in 4.4 (for improved performance)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48442
2016-01-21 16:08:15 +00:00
Zoltan Herpai
4e3813c79d
kernel: add missing symbols for 4.4
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48376
2016-01-19 22:03:43 +00:00
Felix Fietkau
5abaa5e5a6
kernel: add missing symbol for 4.4
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 48346
2016-01-19 10:06:34 +00:00
Felix Fietkau
651083bbd9
kernel: mtdsplit: add support for EVA images
...
This allows splitting EVA images (usually found in fritz devices). The
firmware will be split into a kernel and a separate rootfs partition.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 48262
2016-01-17 10:41:08 +00:00
Felix Fietkau
bdd2772f1d
kernel: mtdsplit: add support for brnImages
...
This adds brnImage (used with the brnboot bootloader) firmware parsing
support. brnboot verifies the integrity of the firmware stored on the
"Code Image" partitions by looking at the 12 byte footer at the very end
of the partition. This footer contains the checksum of the original
brnImage (kernel + rootfs/squashfs) and must not be touched (by our JFFS2
rootfs_data - otherwise the image will not be bootable anymore).
Big thanks to Mathias Kresin for analyzing the brnImage structure and
finding out the information how to keep images valid even when adding a
nested rootfs_data partition.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 48261
2016-01-17 10:40:51 +00:00
Felix Fietkau
021f3834a7
kernel: remove obsolete config symbols from 4.4
...
Only remove old symbols for 4.4 since older Kernels might be
removed sooner/later and 4.4 is the next LTS
build tested against:
omap 4.4 CONFIG_ALL_KMODS
x86_64
List of enabled & orphaned symbols:
-CONFIG_ARPD=y
-CONFIG_BT_L2CAP=y
-CONFIG_BT_SCO=y
-CONFIG_CAVIUM_OCTEON_HELPER=y
-CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
-CONFIG_DISABLE_DEV_COREDUMP=y
-CONFIG_EXPERIMENTAL=y
-CONFIG_EXT4_FS_XATTR=y
-CONFIG_GENERIC_HARDIRQS=y
-CONFIG_GENERIC_TIME=y
-CONFIG_HOTPLUG=y
-CONFIG_INITRAMFS_COMPRESSION_NONE=y
-CONFIG_INLINE_SPIN_UNLOCK=y
-CONFIG_LEDS_GPIO_OF=y
-CONFIG_LEDS_GPIO_PLATFORM=y
-CONFIG_MFD_SUPPORT=y
-CONFIG_MISC_DEVICES=y
-CONFIG_MTD_CHAR=y
-CONFIG_NETDEV_1000=y
-CONFIG_NET_ETHERNET=y
-CONFIG_NET_PCI=y
-CONFIG_NET_VENDOR_SILICOM=y
-CONFIG_SCSI_MULTI_LUN=y
-CONFIG_UIDGID_STRICT_TYPE_CHECKS=y
-CONFIG_USB_ARCH_HAS_EHCI=y
-CONFIG_USB_ARCH_HAS_OHCI=y
-CONFIG_USB_DEVICEFS=y
-CONFIG_USB_EZUSB=y
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 48230
2016-01-14 01:00:13 +00:00
Felix Fietkau
9e7a66d195
kernel: add missing symbols for linux 4.4
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48215
2016-01-12 10:04:47 +00:00
Zoltan Herpai
26c04e09a2
kernel/4.4: add missing config options
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48159
2016-01-09 15:42:06 +00:00
Zoltan Herpai
c0af633775
kernel/4.4: add missing config options
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 47957
2015-12-20 18:19:45 +00:00
Imre Kaloz
9999ca14e7
generic: bump 4.4 to rc4
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 47801
2015-12-07 10:11:43 +00:00
Hauke Mehrtens
bb26c10183
kernel: add missing config option.
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47798
2015-12-06 13:49:03 +00:00
Hauke Mehrtens
cf6b9cdbe4
kernel: add missing config options for kernel 4.4
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47796
2015-12-06 13:32:36 +00:00
Jonas Gorski
621677154f
kernel: add linux 4.4 support
...
Based on 4.4-rc3. Runtime tested on MIPS.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 47701
2015-12-02 22:23:22 +00:00