diff options
author | Petr Štetiar <ynezz@true.cz> | 2021-12-23 11:37:55 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-12-29 08:52:36 +0100 |
commit | 81d0b4a9f431b2b2ca71edca91febedde98994a3 (patch) | |
tree | 1ba3dcc529a31e52f22f56291e849fd845e9d3e3 /target/linux/kirkwood | |
parent | 1d94f72439034c112bfa4b694fc736123f4890a5 (diff) | |
download | upstream-81d0b4a9f431b2b2ca71edca91febedde98994a3.tar.gz upstream-81d0b4a9f431b2b2ca71edca91febedde98994a3.tar.bz2 upstream-81d0b4a9f431b2b2ca71edca91febedde98994a3.zip |
kernel: bump 4.14 to 4.14.259
All patches refreshed automagically without conflicts, but upstream in
commit 48c2461f28fe ("ARM: 8800/1: use choice for kernel unwinders")
added new config options UNWINDER_ARM and UNWINDER_FRAME_POINTER so we
need to adjust default configs as well.
Run tested on ipq40xx/glinet-b1300 and mvebu/turris-omnia.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/kirkwood')
-rw-r--r-- | target/linux/kirkwood/config-4.14 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/kirkwood/config-4.14 b/target/linux/kirkwood/config-4.14 index 9481d0a3cf..eb821ff706 100644 --- a/target/linux/kirkwood/config-4.14 +++ b/target/linux/kirkwood/config-4.14 @@ -325,6 +325,7 @@ CONFIG_UBIFS_FS_ADVANCED_COMPR=y CONFIG_UBIFS_FS_LZO=y CONFIG_UBIFS_FS_ZLIB=y CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h" +CONFIG_UNWINDER_FRAME_POINTER=y CONFIG_USB=y CONFIG_USB_COMMON=y CONFIG_USB_EHCI_HCD=y |