diff options
author | Justin Patrin <papercrane@gmail.com> | 2007-02-06 17:34:56 +0000 |
---|---|---|
committer | Justin Patrin <papercrane@gmail.com> | 2007-02-06 17:34:56 +0000 |
commit | 308ee74f17dde5589c0a6d0b400d813a5617c4cf (patch) | |
tree | e03f929f52847cc2f012dca3d470b1e364d98c57 /packages/linux | |
parent | c9b1cbf7633375ccc817bceafe669068be7c246a (diff) |
ecore: add missing patch
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-rp-2.6.18/defconfig-spitz | 1 | ||||
-rw-r--r-- | packages/linux/linux-rp_2.6.18.bb | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/linux/linux-rp-2.6.18/defconfig-spitz b/packages/linux/linux-rp-2.6.18/defconfig-spitz index f425956323..bda9cfbd53 100644 --- a/packages/linux/linux-rp-2.6.18/defconfig-spitz +++ b/packages/linux/linux-rp-2.6.18/defconfig-spitz @@ -1563,3 +1563,4 @@ CONFIG_CRC32=y CONFIG_LIBCRC32C=m CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=y +CONFIG_SHARPSL_RC=y diff --git a/packages/linux/linux-rp_2.6.18.bb b/packages/linux/linux-rp_2.6.18.bb index 7150881cad..2f3d63dee2 100644 --- a/packages/linux/linux-rp_2.6.18.bb +++ b/packages/linux/linux-rp_2.6.18.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r7" +PR = "r9" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 @@ -49,6 +49,7 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \ file://connectplus-remove-ide-HACK.patch;patch=1;status=hack \ file://orinoco-remove-all-which-are-in-hostap-HACK.patch;patch=1;status=unmergable-hack \ file://squashfs3.0-2.6.15.patch;patch=1;status=external \ + http://oe.reversefold.com/sharpsl-rc/sharpsl-rc-2.6.18-r0.patch;patch=1 \ file://defconfig-c7x0 \ file://defconfig-hx2000 \ file://defconfig-collie \ |