Skip to content

Commit

Permalink
configs: always build testing-kernels on targets that support it
Browse files Browse the repository at this point in the history
Currently most targets are on linux 4.14 and have 4.19 prepared. On such targets
use the newer kernel.
  • Loading branch information
SvenRoederer committed Jul 12, 2019
1 parent 03151f9 commit a4c7851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/common.config
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ CONFIG_STRIP_KERNEL_EXPORTS=y
CONFIG_TARGET_PREINIT_IP="192.168.42.1"
CONFIG_TARGET_PREINIT_NETMASK="255.255.255.0"
CONFIG_TARGET_PREINIT_BROADCAST="192.168.42.255"
CONFIG_TESTING_KERNEL=y
CONFIG_VERSIONOPT=y
CONFIG_VERSION_FILENAMES=y
CONFIG_VERSION_CODE_FILENAMES=y
Expand Down

0 comments on commit a4c7851

Please sign in to comment.