forked from Ivasoft/openwrt
orion: update kernel to version 4.14
This adds support for kernel 4.14 to the target and directly make it the default kernel version to use. This patch is build-tested only, but has never been device-tested. It is only added to preserve the changes in Git history prior to removing this target. Use it with care. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> [rebased and extended commit message, refreshed patches for 4.14.162] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
committed by
Adrian Schmutzler
parent
0a85fcc627
commit
2a0e0dec02
@@ -1,15 +1,20 @@
|
||||
CONFIG_ATA=y
|
||||
CONFIG_BLK_DEV_DM=y
|
||||
CONFIG_BLK_DEV_DM_BUILTIN=y
|
||||
CONFIG_BLK_DEV_MD=y
|
||||
CONFIG_BLK_DEV_SD=y
|
||||
CONFIG_BLK_SCSI_REQUEST=y
|
||||
CONFIG_CRC16=y
|
||||
CONFIG_CRYPTO_CRC32C=y
|
||||
CONFIG_DAX=y
|
||||
# CONFIG_DM_CRYPT is not set
|
||||
# CONFIG_DM_MIRROR is not set
|
||||
# CONFIG_DM_SNAPSHOT is not set
|
||||
CONFIG_EXT4_FS=y
|
||||
CONFIG_FS_MBCACHE=y
|
||||
CONFIG_GENERIC_PHY=y
|
||||
CONFIG_GLOB=y
|
||||
CONFIG_HWMON=y
|
||||
CONFIG_I2C_BOARDINFO=y
|
||||
CONFIG_JBD2=y
|
||||
CONFIG_MACH_DT2=y
|
||||
CONFIG_MACH_NET2BIG=y
|
||||
@@ -25,14 +30,13 @@ CONFIG_MD_RAID1=y
|
||||
# CONFIG_MD_RAID10 is not set
|
||||
# CONFIG_MD_RAID456 is not set
|
||||
CONFIG_NLS=y
|
||||
CONFIG_RTC_CLASS=y
|
||||
CONFIG_SATA_MV=y
|
||||
CONFIG_SCSI=y
|
||||
CONFIG_SCSI_DMA=y
|
||||
CONFIG_SG_POOL=y
|
||||
CONFIG_USB=y
|
||||
CONFIG_USB_COMMON=y
|
||||
CONFIG_USB_EHCI_HCD=y
|
||||
CONFIG_USB_EHCI_HCD_ORION=y
|
||||
CONFIG_USB_EHCI_HCD_PLATFORM=y
|
||||
CONFIG_USB_STORAGE=y
|
||||
# CONFIG_USB_UHCI_HCD is not set
|
||||
|
||||
Reference in New Issue
Block a user