diff options
author | Mike Westerhof <mwester@dls.net> | 2006-04-18 04:00:50 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-18 04:00:50 +0000 |
commit | b0ae9c94ed03dbd39744b67750fbea4c750f66bb (patch) | |
tree | c13eaa5d1258612ed7f1b8e3c5d99c068bea2796 /packages/linux/unslung-kernel_2.4.22.l2.3r63.bb | |
parent | b89bf2a856bba13210a8c9ef4d6d8f5fa67405bb (diff) |
unslung-kernel: patch ppp-mppe.c to remove errant floating point computation
Diffstat (limited to 'packages/linux/unslung-kernel_2.4.22.l2.3r63.bb')
-rw-r--r-- | packages/linux/unslung-kernel_2.4.22.l2.3r63.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb b/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb index 60b83bade2..8aa07e8978 100644 --- a/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb +++ b/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb @@ -4,7 +4,7 @@ include nslu2-linksys-kernel_2.4.22.bb DESCRIPTION = "Unslung kernel for the Linksys NSLU2 device" MAINTAINER = "NSLU2 Linux <www.nlsu2-linux.org>" -PR = "r11" +PR = "r12" KERNEL_SUFFIX = "unslung" @@ -23,6 +23,7 @@ SRC_URI += "file://linux-kernel-R25_to_R29.patch;patch=1 \ file://nfs-blocksize.patch;patch=1 \ file://pl2303.patch;patch=1 \ file://netconsole.patch;patch=1 \ + file://ppp_mppe_no_fp_in_kernel.patch;patch=1 \ ${UNSLUNG_KERNEL_EXTRA_SRC_URI}" FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/unslung-kernel', '${FILE_DIRNAME}/nslu2-linksys-kernel-2.4.22', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}" |