]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
kernel: fix dreamplug patching.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 24 Sep 2011 13:53:24 +0000 (13:53 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 24 Sep 2011 13:53:24 +0000 (13:53 +0000)
lfs/linux

index a81aabcd18d59738895be6a1c53dd033f5722177..15347d47216a6759ae205e486f33680f316a15ca 100644 (file)
--- a/lfs/linux
+++ b/lfs/linux
@@ -165,7 +165,7 @@ endif
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.32.27_ipg-fix-driver-name.patch
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.32.27_mcs7830-fix-driver-name.patch
 
-ifeq "$(MACHINE)" "arm"
+ifeq "$(MACHINE_TYPE)" "arm"
        # Add dreamplug support on ARM
        cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/linux-2.6.32.45-arm_kirkwood_dreamplug.patch
 endif