diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe index 93034cc296..da76dda259 100644 --- a/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe +++ b/linux/openzaurus-pxa_2.4.18-rmk7-pxa3-embedix20031107.oe @@ -35,10 +35,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-${KV}.tar.bz2 \ file://disable-pcmcia-probe.patch;patch=1 \ file://linux-2.4.18-list_move.patch;patch=1 \ file://defconfig-${MACHINE}" -if [ "${MACHINE}" == "poodle" ] - then - SRC_URI += "file://smallfonts.diff;patch=1" -fi +SRC_URI_poodle += " file://smallfonts.diff;patch=1 " # apply this when we have a kernel that builds with gcc 3.x: # SRC_URI_append = file://machtune-args.patch;patch=1 |