summaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorEric Le Bihan <eric.le.bihan.dev@free.fr>2014-06-13 17:35:57 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-06-13 22:32:37 +0200
commitc2277c2d4e268f492379e6b7f8951b76970ff4c0 (patch)
treea4977f093915e9726f763fc8814a6f671ae85d27 /system
parent99fb167f5af5354629d7561261a69874ef8c1e95 (diff)
systemd: needs kernel headers >= 3.10
Systemd needs a toolchain with kernel headers >= 3.10, as it needs IFLA_VLAN_PROTOCOL from linux/if_link.h. Fixes: http://autobuild.buildroot.net/results/33e/33e1447949d13bccc4076b69f902432e2131cc1c Signed-off-by: Eric Le Bihan <eric.le.bihan.dev@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'system')
-rw-r--r--system/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/Config.in b/system/Config.in
index 53bca536c..1be7e5da8 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -96,12 +96,12 @@ config BR2_INIT_SYSTEMD
depends on BR2_TOOLCHAIN_HAS_SSP
depends on BR2_USE_MMU
depends on !BR2_PREFER_STATIC_LIB
- depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8
+ depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
select BR2_PACKAGE_SYSTEMD
-comment 'systemd needs an (e)glibc toolchain, headers >= 3.8'
+comment 'systemd needs an (e)glibc toolchain, headers >= 3.10'
depends on !(BR2_TOOLCHAIN_USES_GLIBC \
- && BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_8)
+ && BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10)
config BR2_INIT_NONE
bool "None"