diff options
author | Mike Westerhof <mwester@dls.net> | 2006-03-01 04:53:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-01 04:53:40 +0000 |
commit | d064cb8245ca7236ff54e0c1317f1c92b7d117cb (patch) | |
tree | f225f4076cc4e56f7cef69a1a8821ffe43feae2b /packages/linux/unslung-kernel_2.4.22.l2.3r63.bb | |
parent | 01df2692914cb17e127282ed164243b99d26aa62 (diff) |
unslung-kernel: add missing netconsole patch file
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 | 1 |
1 files changed, 1 insertions, 0 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 e935ac5b04..b8d3c13a32 100644 --- a/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb +++ b/packages/linux/unslung-kernel_2.4.22.l2.3r63.bb @@ -25,6 +25,7 @@ SRC_URI += "file://linux-kernel-R25_to_R29.patch;patch=1 \ file://ppp_mppe.patch;patch=1 \ file://nfs-blocksize.patch;patch=1 \ file://pl2303.patch;patch=1 \ + file://netconsole.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)}" |