linux.inc: fix the infamous 'install ./-m0644: file not found' error
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Fri, 27 Feb 2009 13:43:23 +0000 (14:43 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Fri, 27 Feb 2009 13:43:23 +0000 (14:43 +0100)
packages/linux/linux.inc

index 672d326..5e714e1 100644 (file)
@@ -131,6 +131,10 @@ do_configure_append_avr32() {
         sed -i -e s:-mno-pic::g arch/avr32/Makefile
 }
 
+do_configure_append() {
+        sed -i -e "s:-m0644:-m 0644:g" scripts/Makefile.fwinst
+}
+
 do_compile_append() {
     if test "x${KERNEL_IMAGETYPE}" = "xuImage" ; then 
         if test -e arch/${ARCH}/boot/compressed/vmlinux ; then