From: Arne Fitzenreiter Date: Sat, 24 Sep 2011 13:53:24 +0000 (+0000) Subject: kernel: fix dreamplug patching. X-Git-Tag: v2.9-core54~13^2~53^2~1 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=c6d9d18bafb22edd7190413354b31fdccf97277a kernel: fix dreamplug patching. --- diff --git a/lfs/linux b/lfs/linux index a81aabcd18..15347d4721 100644 --- 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