diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-01-31 14:17:20 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-01-31 14:17:20 +0000 |
commit | 84821df6d7ea32309ace6906891501dcd61a588e (patch) | |
tree | f592f6aaa8abff05fe29cd3173efd3e68606154f | |
parent | 6cefeaceb1947c7a1090470faabe297e5012b2ca (diff) |
linux-openmoko-devel_2.6.24.bb : dont make kernel-image be empty if
kernel upgrades are to work.
-rw-r--r-- | packages/linux/linux-openmoko-devel_2.6.24.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/linux/linux-openmoko-devel_2.6.24.bb b/packages/linux/linux-openmoko-devel_2.6.24.bb index 5df2c5c49e..4d4b6d0f5e 100644 --- a/packages/linux/linux-openmoko-devel_2.6.24.bb +++ b/packages/linux/linux-openmoko-devel_2.6.24.bb @@ -26,7 +26,6 @@ S = "${WORKDIR}/linux-${VANILLA_VERSION}" ############################################################## # kernel image resides on a seperate flash partition (for now) # -FILES_kernel-image = "" ALLOW_EMPTY = "1" COMPATIBLE_HOST = "arm.*-linux" |