diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-22 09:48:44 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-22 09:48:44 +0000 |
commit | ff0279dc5a083729e70e4aaf8f4da66d0b4d54ce (patch) | |
tree | 80a913f1213bc266692b5dc0989c0f6643d2ab3b /packages/linux | |
parent | c9ac9672ebe052a347c40c46152287a6d66b6d0b (diff) |
linux-ezx: remove localversion, we already have it in PR
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-ezx/defconfig-a780 | 2 | ||||
-rw-r--r-- | packages/linux/linux-ezx_2.6.16.13.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-ezx/defconfig-a780 b/packages/linux/linux-ezx/defconfig-a780 index 1321bf7df6..313540dc4c 100644 --- a/packages/linux/linux-ezx/defconfig-a780 +++ b/packages/linux/linux-ezx/defconfig-a780 @@ -19,7 +19,7 @@ CONFIG_INIT_ENV_ARG_LIMIT=32 # # General setup # -CONFIG_LOCALVERSION="-ezx6" +# CONFIG_LOCALVERSION is not set # CONFIG_LOCALVERSION_AUTO is not set # CONFIG_SWAP is not set CONFIG_SYSVIPC=y diff --git a/packages/linux/linux-ezx_2.6.16.13.bb b/packages/linux/linux-ezx_2.6.16.13.bb index 2269399d70..2775a744d3 100644 --- a/packages/linux/linux-ezx_2.6.16.13.bb +++ b/packages/linux/linux-ezx_2.6.16.13.bb @@ -5,7 +5,7 @@ HOMEPAGE = "http://www.openezx.org" LICENSE = "GPL" DEPENDS += "quilt-native" EZX = "ezx9" -PR = "${EZX}-r0" +PR = "${EZX}-r1" inherit kernel |