summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/opensimpad.conf1
-rw-r--r--conf/distro/openzaurus.conf1
2 files changed, 0 insertions, 2 deletions
diff --git a/conf/distro/opensimpad.conf b/conf/distro/opensimpad.conf
index f6f8c18976..dc66621768 100644
--- a/conf/distro/opensimpad.conf
+++ b/conf/distro/opensimpad.conf
@@ -7,6 +7,5 @@ TARGET_OS ?= "linux"
TARGET_FPU ?= "soft"
PARALLEL_INSTALL_MODULES = "1"
-UDEV_DEVFS_RULES = "1"
DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}"
diff --git a/conf/distro/openzaurus.conf b/conf/distro/openzaurus.conf
index 9020d55217..a935ed4ac2 100644
--- a/conf/distro/openzaurus.conf
+++ b/conf/distro/openzaurus.conf
@@ -9,6 +9,5 @@ TARGET_OS = "linux"
TARGET_FPU = "soft"
PARALLEL_INSTALL_MODULES = "1"
-UDEV_DEVFS_RULES = "1"
DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}"