add fix for kernel headers to allow offsetof access from user space
[openwrt.git] / package / busybox / config / miscutils / Config.in
index 4d5a9a1..41a42c9 100644 (file)
@@ -133,6 +133,11 @@ config BUSYBOX_CONFIG_LESS
          'less' is a pager, meaning that it displays text files. It possesses
          a wide array of features, and is an improvement over 'more'.
 
+config BUSYBOX_CONFIG_FEATURE_LESS_MAXLINES
+       int "Max number of input lines less will try to eat"
+       default 9999999
+       depends on BUSYBOX_CONFIG_LESS
+
 config BUSYBOX_CONFIG_FEATURE_LESS_BRACKETS
        bool "Enable bracket searching"
        default n
This page took 0.01882 seconds and 4 git commands to generate.