diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-12-02 15:37:51 +0200 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-12-02 15:37:51 +0200 |
commit | b2ef01929c2dd74c0d11ba98fb284b9f639a985a (patch) | |
tree | d31814d6391ff576d2b1d9ec42daa8d49b74d93b /packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb | |
parent | befb7d7e8203690ecfef92af9c6b297d7acafeed (diff) |
linux-handhelds-2.6_2.6.21-hh20: Disable CONFIG_LOCALVERSION_AUTO.
* This options is used to stick kernel's git rev to kernel version,
but if the kernel is not from git, it can instead randomly pull up rev
from some other repo.
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 7fbc286774..355e587d5d 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 = "r21" +PR = "r22" DEFAULT_PREFERENCE = "-1" |