Skip to content

Commit

Permalink
trunk/config sync with owrt 2019.05
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxmon committed May 21, 2019
1 parent 6d76c34 commit 41d579e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
25 changes: 25 additions & 0 deletions config/Config-build.in
Expand Up @@ -36,6 +36,15 @@ menu "Global build settings"

comment "General build options"

config TESTING_KERNEL
bool "Use the testing kernel version"
depends on HAS_TESTING_KERNEL
default n
help
If the target supports a newer kernel version than the default,
you can use this config option to enable it


config DISPLAY_SUPPORT
bool "Show packages that require graphics support (local or remote)"
default n
Expand Down Expand Up @@ -68,6 +77,14 @@ menu "Global build settings"
This removes all ipkg/opkg status data files from the target directory
before building the root filesystem.

config IPK_FILES_CHECKSUMS
bool
prompt "Record files checksums in package metadata"
default n
help
This makes file checksums part of package metadata. It increases size
but provides you with pkg_check command to check for flash coruptions.

config INCLUDE_CONFIG
bool "Include build configuration in firmware" if DEVEL
default n
Expand Down Expand Up @@ -234,6 +251,14 @@ menu "Global build settings"
bool "Strong"
endchoice

config KERNEL_STACKPROTECTOR
bool
default KERNEL_CC_STACKPROTECTOR_REGULAR || KERNEL_CC_STACKPROTECTOR_STRONG

config KERNEL_STACKPROTECTOR_STRONG
bool
default KERNEL_CC_STACKPROTECTOR_STRONG

choice
prompt "Enable buffer-overflows detection (FORTIFY_SOURCE)"
default PKG_FORTIFY_SOURCE_1
Expand Down
7 changes: 4 additions & 3 deletions config/Config-images.in
Expand Up @@ -14,10 +14,11 @@ menu "Target Images"

choice
prompt "Compression"
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ar71xx
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ramips
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_apm821xx
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ar71xx
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_lantiq
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_mpc85xx
default TARGET_INITRAMFS_COMPRESSION_LZMA if TARGET_ramips
default TARGET_INITRAMFS_COMPRESSION_NONE
depends on TARGET_ROOTFS_INITRAMFS
help
Expand Down Expand Up @@ -272,7 +273,7 @@ menu "Target Images"

config TARGET_ROOTFS_PARTSIZE
int "Root filesystem partition size (in MB)"
depends on GRUB_IMAGES || USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_mvebu || TARGET_omap || TARGET_rb532 || TARGET_sunxi || TARGET_uml
depends on GRUB_IMAGES || USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS || TARGET_omap || TARGET_rb532 || TARGET_sunxi || TARGET_uml
default 256
help
Select the root filesystem partition size.
Expand Down
4 changes: 4 additions & 0 deletions config/Config-kernel.in
Expand Up @@ -192,6 +192,10 @@ config KERNEL_KPROBE_EVENT
bool
default y if KERNEL_KPROBES

config KERNEL_KPROBE_EVENTS
bool
default y if KERNEL_KPROBES

config KERNEL_AIO
bool "Compile the kernel with asynchronous IO support"
default n
Expand Down

0 comments on commit 41d579e

Please sign in to comment.