diff options
Diffstat (limited to 'openwrt/toolchain')
-rw-r--r-- | openwrt/toolchain/Config.in | 4 | ||||
-rw-r--r-- | openwrt/toolchain/kernel-headers/kernel-headers.mk | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/openwrt/toolchain/Config.in b/openwrt/toolchain/Config.in index 22a11e7d65..bbde429e97 100644 --- a/openwrt/toolchain/Config.in +++ b/openwrt/toolchain/Config.in @@ -14,14 +14,14 @@ comment "Common Toolchain Options" config BR2_ENABLE_MULTILIB bool "Enable multilib support?" - default y + default n help If you want multilib enabled, enable this... config BR2_LARGEFILE bool "Enable large file (files > 2 GB) support?" depends on !BR2_cris - default y + default n help Enable large file (files > 2 GB) support diff --git a/openwrt/toolchain/kernel-headers/kernel-headers.mk b/openwrt/toolchain/kernel-headers/kernel-headers.mk new file mode 100644 index 0000000000..30392fc1b4 --- /dev/null +++ b/openwrt/toolchain/kernel-headers/kernel-headers.mk @@ -0,0 +1 @@ +LINUX_HEADERS_DIR:=$(TOOL_BUILD_DIR)/linux |