summaryrefslogtreecommitdiffstats
path: root/package/linux-fusion
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-12-10 19:53:14 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-12-29 23:51:22 +0100
commite7aa4b269e1a375fc25977f926234beb8ddf71d4 (patch)
tree9576a35ca5e2469e0a1dc49c296ab69a74d4d16c /package/linux-fusion
parent5471bac7483d0c315830b38ae252de3cd47c1853 (diff)
downloadbuildroot-e7aa4b269e1a375fc25977f926234beb8ddf71d4.tar.gz
buildroot-e7aa4b269e1a375fc25977f926234beb8ddf71d4.zip
package/linux-fusion: require kernel modules from Kconfig
And reorder 'depends' after 'bool'. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/linux-fusion')
-rw-r--r--package/linux-fusion/Config.in3
-rw-r--r--package/linux-fusion/linux-fusion.mk6
2 files changed, 2 insertions, 7 deletions
diff --git a/package/linux-fusion/Config.in b/package/linux-fusion/Config.in
index cdc1dd2d67..ed8bd6ad48 100644
--- a/package/linux-fusion/Config.in
+++ b/package/linux-fusion/Config.in
@@ -2,8 +2,9 @@ comment "linux-fusion needs a Linux kernel to be built"
depends on !BR2_LINUX_KERNEL
config BR2_PACKAGE_LINUX_FUSION
- depends on BR2_LINUX_KERNEL
bool "linux-fusion communication layer for DirectFB multi"
+ depends on BR2_LINUX_KERNEL
+ select BR2_LINUX_NEEDS_MODULES # not using kernel-module infra
help
DirectFB Communication Layer allowing multiple DirectFB
applications to run concurrently
diff --git a/package/linux-fusion/linux-fusion.mk b/package/linux-fusion/linux-fusion.mk
index ba4bb31448..35ed28e710 100644
--- a/package/linux-fusion/linux-fusion.mk
+++ b/package/linux-fusion/linux-fusion.mk
@@ -12,12 +12,6 @@ LINUX_FUSION_DEPENDENCIES = linux
LINUX_FUSION_LICENSE = GPLv2+
LINUX_FUSION_LICENSE_FILES = debian/copyright
-# We're building a kernel module without using the kernel-module infra,
-# so we need to tell we want module support in the kernel
-ifeq ($(BR2_PACKAGE_LINUX_FUSION),y)
-LINUX_NEEDS_MODULES = y
-endif
-
LINUX_FUSION_ETC_DIR = $(TARGET_DIR)/etc/udev/rules.d
LINUX_FUSION_MAKE_OPTS = \
OpenPOWER on IntegriCloud