aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/ixp4xx-kernel_2.6.19.bb
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-02-06 07:28:37 +0000
committerRod Whitby <rod@whitby.id.au>2007-02-06 07:28:37 +0000
commitd0a0461f3a8b58803e4637a8991501c9c8565e14 (patch)
tree353d983e65dd92bdd175b456d1995c35c1d2d2f6 /packages/linux/ixp4xx-kernel_2.6.19.bb
parentf261459c397ee8bb53ada147cee575145d0888f7 (diff)
downloadopenembedded-d0a0461f3a8b58803e4637a8991501c9c8565e14.tar.gz
ixp4xx-kernel: Replaced nslu2 and nas100d cmdline hack patches with arm-kernel-shim.
Diffstat (limited to 'packages/linux/ixp4xx-kernel_2.6.19.bb')
-rw-r--r--packages/linux/ixp4xx-kernel_2.6.19.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.19.bb b/packages/linux/ixp4xx-kernel_2.6.19.bb
index 6841c93d00..915e241f75 100644
--- a/packages/linux/ixp4xx-kernel_2.6.19.bb
+++ b/packages/linux/ixp4xx-kernel_2.6.19.bb
@@ -23,16 +23,3 @@ require ixp4xx-kernel-svnpatch.inc
SRC_URI += "file://defconfig"
SRC_URI += "file://series"
-
-# Remove the specific cmdline hacking patches if we are not building for nslu2.
-addtask remove_cmdline_hacks before do_patch after do_unpack
-do_remove_cmdline_hacks() {
-
-# if [ "${MACHINE}" != "nslu2" ] ; then
- sed -e '/88-nas100d-dflt-cmdline.patch/d' \
- -e '/88-nslu2-dflt-cmdline.patch/d' \
- '${WORKDIR}/series' > '${WORKDIR}/series.new'
- mv '${WORKDIR}/series.new' '${WORKDIR}/series'
-# fi
-
-}