diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-02-06 07:38:17 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-02-06 07:38:17 +0000 |
commit | 493255c0ada70a916c0cd8604ac40a7011ba728f (patch) | |
tree | b2498068252e8bf5c6f583c31ecfbf6ddb6a68b6 /packages/linux/ixp4xx-kernel_2.6.20.bb | |
parent | 811260be4d7df7424f1827410116378929d50da3 (diff) | |
parent | d0a0461f3a8b58803e4637a8991501c9c8565e14 (diff) |
merge of '1322f90b18589872dfe43f3e8fb8fafff1f58e20'
and '1e9ea5837bfd496b91787865dfdb897abb24e773'
Diffstat (limited to 'packages/linux/ixp4xx-kernel_2.6.20.bb')
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.20.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.20.bb b/packages/linux/ixp4xx-kernel_2.6.20.bb index 0cc6b387f7..304866c555 100644 --- a/packages/linux/ixp4xx-kernel_2.6.20.bb +++ b/packages/linux/ixp4xx-kernel_2.6.20.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 - -} |