diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-01-07 11:58:11 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-01-07 11:58:11 +0000 |
commit | 12ad56fd81bfd79ed8fd6f3dc57061559f964f0b (patch) | |
tree | 06507c7b220147bb4191f60a907a812880620807 /packages/linux/nslu2-kernel.inc | |
parent | 35dae9d155781789ec114d82d818acad48627eee (diff) |
packages/linux: Remove uneeded KERNEL_RELEASE assignments and replace references with KERNEL_VERSION
Diffstat (limited to 'packages/linux/nslu2-kernel.inc')
-rw-r--r-- | packages/linux/nslu2-kernel.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/linux/nslu2-kernel.inc b/packages/linux/nslu2-kernel.inc index e5ed21f0a1..129d5e4403 100644 --- a/packages/linux/nslu2-kernel.inc +++ b/packages/linux/nslu2-kernel.inc @@ -178,9 +178,6 @@ EXTRA_OEMAKE += "EXTRAVERSION=" EXTRA_OEMAKE += "LOCALVERSION=" EXTRA_OEMAKE += "MAKEFLAGS='--no-print-directory'" -# Override KERNEL_RELEASE from kernel.bbclass to match: -KERNEL_RELEASE = "${KERNEL_VERSION}" - addtask unpacklocal before do_patch after do_unpack # NOTE: in MM kernel builds the config options (oldconfig, menuconfig |