diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-03-12 00:03:21 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-03-12 00:03:21 +0000 |
commit | ec185d92295b475fa4e8ce62da27f37cc4666fcb (patch) | |
tree | 24bd275237d0da024966b2dd1b9bf16b9a6f06d8 /packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb | |
parent | 7e8dbb134a4c8488fe533b8611528637930e0a02 (diff) |
linux-handhelds-2.6: Use official external interface for initramfs addition.
* I.e., CONFIG_INITRAMFS_SOURCE. Instead of neat, but still hack of dropping
initramfs where kernel Makefile expects it - this was reported to not work
under some unknown circumstances.
Diffstat (limited to 'packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb')
-rw-r--r-- | packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb b/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb index 4fa2e2bd9b..9d493c3212 100644 --- a/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb +++ b/packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb @@ -1,7 +1,7 @@ SECTION = "kernel" DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices." LICENSE = "GPL" -PR = "r18" +PR = "r19" DEFAULT_PREFERENCE = "-1" |