diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-27 14:43:23 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-02-27 14:43:23 +0100 |
commit | b697819f7e84e19ca2adc9846421c8c8137b8fca (patch) | |
tree | 9feddf06895fd6a321066c959acfe049bf959eac /packages/linux | |
parent | 188de8046f59298cbe6f10d13bdff59beafe7c10 (diff) |
linux.inc: fix the infamous 'install ./-m0644: file not found' error
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/linux/linux.inc b/packages/linux/linux.inc index 672d326c9a..5e714e1b7e 100644 --- a/packages/linux/linux.inc +++ b/packages/linux/linux.inc @@ -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 |