diff options
Diffstat (limited to 'packages/linux/openslug-kernel_2.6.9.bb')
-rw-r--r-- | packages/linux/openslug-kernel_2.6.9.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/linux/openslug-kernel_2.6.9.bb b/packages/linux/openslug-kernel_2.6.9.bb index 5b566b9efc..d1a59d85ce 100644 --- a/packages/linux/openslug-kernel_2.6.9.bb +++ b/packages/linux/openslug-kernel_2.6.9.bb @@ -2,13 +2,15 @@ SECTION = "kernel" DESCRIPTION = "Linux kernel for the Linksys NSLU2 device" LICENSE = "GPL" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -PR = "r1" +PR = "r2" KERNEL_SUFFIX = "openslug" SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.9.tar.bz2 \ file://nslu2_2.6.9.patch;patch=1 \ file://double_cpdo.patch;patch=1 \ + file://alignment.patch;patch=1 \ + file://usbnet.patch;patch=1 \ file://defconfig \ file://x1205-rtc.c \ file://nslu2-io.c \ |