* [Buildroot] [git commit] linux-fusion: fix build after af52661d (linux: rename LINUX26 to LINUX)
@ 2011-07-18 11:13 Peter Korsgaard
2011-07-18 12:11 ` Sven Neumann
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2011-07-18 11:13 UTC (permalink / raw)
To: buildroot
commit: http://git.buildroot.net/buildroot/commit/?id=1dfc43cced8d30984687950beca6448203fb576d
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
linux-fusion uses a number of linux-specific variables. Adjust to match
their new names.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
package/linux-fusion/linux-fusion.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/linux-fusion/linux-fusion.mk b/package/linux-fusion/linux-fusion.mk
index 392ffd6..be1cc71 100644
--- a/package/linux-fusion/linux-fusion.mk
+++ b/package/linux-fusion/linux-fusion.mk
@@ -9,12 +9,12 @@ LINUX_FUSION_SITE = http://directfb.org/downloads/Core/linux-fusion
LINUX_FUSION_INSTALL_STAGING = YES
LINUX_FUSION_DEPENDENCIES = linux
-LINUX_FOR_FUSION=$(LINUX26_VERSION_PROBED)
+LINUX_FOR_FUSION=$(LINUX_VERSION_PROBED)
LINUX_FUSION_ETC_DIR=$(TARGET_DIR)/etc/udev/rules.d
LINUX_FUSION_MAKE_OPTS = KERNEL_VERSION=$(LINUX_FOR_FUSION)
-LINUX_FUSION_MAKE_OPTS += KERNEL_BUILD=$(LINUX26_DIR)
-LINUX_FUSION_MAKE_OPTS += KERNEL_SOURCE=$(LINUX26_DIR)
+LINUX_FUSION_MAKE_OPTS += KERNEL_BUILD=$(LINUX_DIR)
+LINUX_FUSION_MAKE_OPTS += KERNEL_SOURCE=$(LINUX_DIR)
LINUX_FUSION_MAKE_OPTS += SYSROOT=$(TARGET_DIR)
LINUX_FUSION_MAKE_OPTS += ARCH=$(KERNEL_ARCH)
--
1.7.3.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-07-18 13:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-18 11:13 [Buildroot] [git commit] linux-fusion: fix build after af52661d (linux: rename LINUX26 to LINUX) Peter Korsgaard
2011-07-18 12:11 ` Sven Neumann
2011-07-18 13:35 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox