commit | 5749d9a695daeb3a1fd1b8afb3a45fb2e759a66a | [log] [tgz] |
---|---|---|
author | Peter Korsgaard <peter@korsgaard.com> | Sun Apr 05 11:15:00 2015 +0200 |
committer | Peter Korsgaard <peter@korsgaard.com> | Sun Apr 05 11:22:44 2015 +0200 |
tree | 3b3fca97ef440992c8d760bb8cab9b35dacdf967 | |
parent | 9b38f10c074be00c9bcc90330ce302f3b41d6b2f [diff] |
systemd: needs 3.10+ kernel headers Fixes: http://autobuild.buildroot.net/results/f51/f510014600bc7d1e3cf81ff53268d186c8b417b8/ http://autobuild.buildroot.net/results/278/278a60a1569eb57773945281b102a0495ff32775/ http://autobuild.buildroot.net/results/083/083f9579893185d93c591d171b39d8e068b21412/ http://autobuild.buildroot.net/results/03a/03a96697aa72b69546d61e56d1285bb50b0633d9/ And many more. Systemd needs NDA_PORT/VNI/IFINDEX from linux/neighbour.h, which were added in 3.10 (6681712d: vxlan: generalize forwarding tables). Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
diff --git a/system/Config.in b/system/Config.in index 3516056..935f7a1 100644 --- a/system/Config.in +++ b/system/Config.in
@@ -95,12 +95,12 @@ depends on BR2_TOOLCHAIN_HAS_SSP depends on BR2_USE_MMU depends on !BR2_STATIC_LIBS - depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7 + depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10 select BR2_PACKAGE_SYSTEMD -comment 'systemd needs an (e)glibc toolchain, headers >= 3.7' +comment 'systemd needs an (e)glibc toolchain, headers >= 3.10' depends on !(BR2_TOOLCHAIN_USES_GLIBC \ - && BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_7) + && BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10) config BR2_INIT_NONE bool "None"