diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-05-07 06:59:59 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2005-05-07 06:59:59 +0000 |
commit | 412ea3948290d2c4f9b7321296a2663d16dd0976 (patch) | |
tree | 07f650985025415c1eee5056e3b5ea686588f848 | |
parent | 47f58b58f75a7de5862256df6f7757da890039bf (diff) |
OpenSlug: added anonymiser patch
BKrev: 427c676faOhKdVeibfBq6BQbQLkC9g
-rw-r--r-- | packages/linux/openslug-kernel-2.6.11.2/anonymiser.patch | 0 | ||||
-rw-r--r-- | packages/linux/openslug-kernel_2.6.11.2.bb | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/openslug-kernel-2.6.11.2/anonymiser.patch b/packages/linux/openslug-kernel-2.6.11.2/anonymiser.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/linux/openslug-kernel-2.6.11.2/anonymiser.patch diff --git a/packages/linux/openslug-kernel_2.6.11.2.bb b/packages/linux/openslug-kernel_2.6.11.2.bb index 064be993b1..8a60f4c473 100644 --- a/packages/linux/openslug-kernel_2.6.11.2.bb +++ b/packages/linux/openslug-kernel_2.6.11.2.bb @@ -2,7 +2,7 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for the Linksys NSLU2 device" LICENSE = "GPL" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -PR = "r5" +PR = "r6" KERNEL_SUFFIX = "openslug" @@ -10,6 +10,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.11.2.tar.bz2 \ file://nslu2_2.6.11.patch;patch=1 \ file://usbnet.patch;patch=1 \ file://ixp4xx_copy_from.patch;patch=1 \ + file://anonymiser.patch;patch=1 \ file://defconfig \ file://x1205-rtc.c \ file://nslu2-io.c \ |