summaryrefslogtreecommitdiff
path: root/system/Config.in
diff options
context:
space:
mode:
authorAlexey Mednyy <swexru@gmail.com>2015-03-09 14:37:47 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-09 14:04:52 +0100
commit2676d7f80d2e5eb8bb8c605b215bfe4e9bfaf097 (patch)
treec98becee374c3f9a520f4896dfa7ff3b06680d8c /system/Config.in
parentcadeb9c2503620c24a3bfba55f2048f3b33f71d9 (diff)
eudev: fix dependency on kernel headers version
[Thomas: - indicate upstream commit id, as suggested by Baruch. - add SoB of Alexey inside the patch itself. - adjust sequence number to 0003.] Signed-off-by: Alexey Mednyy <swexru@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'system/Config.in')
-rw-r--r--system/Config.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/system/Config.in b/system/Config.in
index 4d1c3d2fa..9973cc2d6 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -128,13 +128,11 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
depends on BR2_USE_WCHAR
depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU # eudev
- depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
select BR2_PACKAGE_EUDEV
-comment "eudev needs a toolchain w/ largefile, wchar, dynamic library, headers >= 3.9"
+comment "eudev needs a toolchain w/ largefile, wchar, dynamic library"
depends on BR2_USE_MMU
- depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS \
- || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9
+ depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS
endchoice