summaryrefslogtreecommitdiff
path: root/system/Config.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-02-14 10:23:14 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-02-14 17:46:35 +0100
commitc6f76ffea6bf379a23c08a13d96d9a84cc0c7756 (patch)
tree3ab5ab75a5491c76013f8728bb37654b68bac7af /system/Config.in
parent161c6aaf95c3daf1c179c9dd03a9ec19ebdb9b82 (diff)
package/eudev: we won't miss you, avr32
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'system/Config.in')
-rw-r--r--system/Config.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/Config.in b/system/Config.in
index 95e10ab8e..fb8b686f1 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -124,7 +124,6 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV
config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
bool "Dynamic using eudev"
- depends on !BR2_avr32 # eudev
depends on BR2_LARGEFILE
depends on BR2_USE_WCHAR
depends on !BR2_STATIC_LIBS
@@ -133,7 +132,6 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV
select BR2_PACKAGE_EUDEV
comment "eudev needs a toolchain w/ largefile, wchar, dynamic library, headers >= 3.9"
- depends on !BR2_avr32 # eudev
depends on BR2_USE_MMU
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_STATIC_LIBS \
|| !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_9