summaryrefslogtreecommitdiffstats
path: root/package/linux-fusion/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* linux-fusion: many fixesThomas Petazzoni2010-07-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit fixes several issues with linux-fusion so that it builds properly with the current Buildroot: * Following the rework of the Linux kernel build process in Buildroot, a few adaptations were needed: depend on BR2_LINUX_KERNEL instead of !BR2_KERNEL_none, use $(LINUX26_VERSION_PROBED) to get the real kernel version, etc. * Add a LINUX_FUSION_BUILD_CMDS that actually does the build of linux-fusion. * Define SYSROOT for linux-fusion to TARGET_DIR so that at target installation, kernel modules are installed in $(TARGET_DIR) * Replace the staging installation by a simple one-liner that only installs the linux fusion header, needed for DirectFB to use the fusion kernel module * Fix the uninstallation macros. They have been misunderstood as hooks, while their are in fact normal macros. * Add a patch to fix a build failure in linux-fusion itself (missing <linux/sched.h> include in fusiondev.c) Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* linux-fusion: add dependency on !BR2_KERNEL_noneThomas Petazzoni2010-05-101-0/+1
| | | | | | | | | | | linux-fusion is composed of a kernel module, and linux-fusion.mk uses several variable definitions that only exist when Buildroot compiles a kernel. We also add the same dependency to BR2_PACKAGE_DIRECTFB_MULTI, which relies on linux-fusion. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* Add latest linux-fusion to allow DirectFB to buildUlf Samuelsson2009-01-111-0/+5
Remove old fusion which only copies some files