summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2004-12-26 02:52:48 +0000
committerRod Whitby <rod@whitby.id.au>2004-12-26 02:52:48 +0000
commit81000390e1e9fd1a45a7cd0d8130ab2b8bfe8ac9 (patch)
tree7b265937a8d671583cd4f9cf8bf57cd760c7551d /packages
parent60501ecd3fe71fd3821489dd749238678e2bdd98 (diff)
Patch to anonymise unslung kernels.
BKrev: 41ce2780L6NRsPTcOkxk51Afa6sRtQ
Diffstat (limited to 'packages')
-rw-r--r--packages/linux/unslung-kernel-2.3r25/anonymiser.patch0
-rw-r--r--packages/linux/unslung-standard-kernel_2.3r25.bb3
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/unslung-kernel-2.3r25/anonymiser.patch b/packages/linux/unslung-kernel-2.3r25/anonymiser.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/linux/unslung-kernel-2.3r25/anonymiser.patch
diff --git a/packages/linux/unslung-standard-kernel_2.3r25.bb b/packages/linux/unslung-standard-kernel_2.3r25.bb
index e17d438ccc..eaf5f0cfbd 100644
--- a/packages/linux/unslung-standard-kernel_2.3r25.bb
+++ b/packages/linux/unslung-standard-kernel_2.3r25.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 = "r6"
+PR = "r7"
UNSLUNG_VARIANT ?= "standard"
KERNEL_SUFFIX = "unslung-${UNSLUNG_VARIANT}"
@@ -18,6 +18,7 @@ SRC_URI += "file://limit1gb.patch;patch=1 \
file://ext3flash-on-disk1.patch;patch=1 \
file://usbnet.patch;patch=1 \
file://missing-usb-ioctls.patch;patch=1 \
+ file://anonymiser.patch;patch=1 \
${UNSLUNG_KERNEL_EXTRA_SRC_URI}"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/unslung-kernel-${PV}/${UNSLUNG_VARIANT}', '${FILE_DIRNAME}/unslung-kernel-${PV}', '${FILE_DIRNAME}/nslu2-linksys-kernel-2.4.22', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"