projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18d2dcd
)
fix path to lzma-loader
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 Dec 2006 16:12:30 +0000
(16:12 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 Dec 2006 16:12:30 +0000
(16:12 +0000)
SVN-Revision: 5698
target/linux/rb532-2.6/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/rb532-2.6/image/Makefile
b/target/linux/rb532-2.6/image/Makefile
index 6bf3f9d05604ec769a1728e8761d112c5fe792eb..27e4357a8336d94919d34eebb4d6193f904b3d00 100644
(file)
--- a/
target/linux/rb532-2.6/image/Makefile
+++ b/
target/linux/rb532-2.6/image/Makefile
@@
-36,7
+36,7
@@
endef
define Image/BuildKernel
cat $(KDIR)/vmlinux | $(STAGING_DIR)/bin/lzma e -si -so -eos -lc1 -lp2 -pb2 > $(KDIR)/vmlinux.lzma
- $(MAKE) -C ../
generic
/lzma-loader $(LOADER_MAKEOPTS) clean compile
+ $(MAKE) -C ../
../generic-2.6/image
/lzma-loader $(LOADER_MAKEOPTS) clean compile
$(CP) $(KDIR)/loader.elf $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinux
endef