diff options
author | Steffen Sledz <sledz@dresearch.de> | 2009-04-24 16:06:58 +0200 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2009-04-24 16:06:58 +0200 |
commit | f39b6e0d805fc55cd7bcc6edd03f81bd2441301a (patch) | |
tree | 9dd7eb4bfe0fffad9a44c89291c8f9203cf1232f /recipes/linux/linux_2.6.24.bb | |
parent | d03984dc6ef1414c1983361229434b97606ff42d (diff) |
linux-2.6.24: make ubifs available for all machines
Diffstat (limited to 'recipes/linux/linux_2.6.24.bb')
-rw-r--r-- | recipes/linux/linux_2.6.24.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/linux/linux_2.6.24.bb b/recipes/linux/linux_2.6.24.bb index eb0330c3c9..c0278bf250 100644 --- a/recipes/linux/linux_2.6.24.bb +++ b/recipes/linux/linux_2.6.24.bb @@ -12,10 +12,11 @@ DEFAULT_PREFERENCE_oxnas = "1" DEFAULT_PREFERENCE_hipox = "1" DEFAULT_PREFERENCE_cs-e9302 = "1" -PR = "r30" +PR = "r31" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \ file://squashfs-lzma-2.6.24.patch;patch=1 \ + file://ubifs-v2.6.24.patch;patch=1 \ file://time.h.patch;patch=1 \ file://defconfig" |