diff options
Diffstat (limited to 'packages/linux/linux-wrt_2.4.30.bb')
-rw-r--r-- | packages/linux/linux-wrt_2.4.30.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-wrt_2.4.30.bb b/packages/linux/linux-wrt_2.4.30.bb index cf67784af4..4bcdf9d81d 100644 --- a/packages/linux/linux-wrt_2.4.30.bb +++ b/packages/linux/linux-wrt_2.4.30.bb @@ -97,8 +97,8 @@ addtask unpack_extra after do_unpack before do_patch do_configure_prepend() { install -m 0644 ${WORKDIR}/linux.config ${S}/.config echo "CONFIG_CMDLINE=\"${CMDLINE}\"" >> ${S}/.config - - sed -i -e 's/@expr length/@-expr length/' ${S}/Makefile + + sed -i -e 's/@expr length/@-expr length/' ${S}/Makefile sed -i -e "s,\-mcpu=,\-mtune=,g;" ${S}/arch/mips/Makefile } |