diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-22 08:28:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-22 08:28:42 +0000 |
commit | 256423e197a3f68c78433f70d0c5c56fd5ffc12e (patch) | |
tree | dd29a472c1434195cb6b49a9c69aafa42264f0cc /packages/linux | |
parent | 542ba8f7e832b752bfdfe390b93b38d99e998599 (diff) |
linux 2.6.21: remove localversion for gumstix to get module deps working properly
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-2.6.21/gumstix/defconfig | 2 | ||||
-rw-r--r-- | packages/linux/linux_2.6.21.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-2.6.21/gumstix/defconfig b/packages/linux/linux-2.6.21/gumstix/defconfig index 215b03a075..cb546b6acf 100644 --- a/packages/linux/linux-2.6.21/gumstix/defconfig +++ b/packages/linux/linux-2.6.21/gumstix/defconfig @@ -34,7 +34,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 # # General setup # -CONFIG_LOCALVERSION="gum" +CONFIG_LOCALVERSION="" CONFIG_LOCALVERSION_AUTO=y # CONFIG_SWAP is not set CONFIG_SYSVIPC=y diff --git a/packages/linux/linux_2.6.21.bb b/packages/linux/linux_2.6.21.bb index 90a75cd96d..c7103173d5 100644 --- a/packages/linux/linux_2.6.21.bb +++ b/packages/linux/linux_2.6.21.bb @@ -3,7 +3,7 @@ require linux.inc DEFAULT_PREFERENCE_at91sam9263ek = "-1" DEFAULT_PREFERENCE_gumstix = "1" -PR = "r5" +PR = "r6" SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://defconfig \ |