projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: replace mini_fo with overlayfs for 2.6.37
[openwrt.git]
/
target
/
linux
/
at91
/
image
/
Makefile
diff --git
a/target/linux/at91/image/Makefile
b/target/linux/at91/image/Makefile
index
445c869
..
77b8b4b
100644
(file)
--- a/
target/linux/at91/image/Makefile
+++ b/
target/linux/at91/image/Makefile
@@
-21,7
+21,8
@@
define Image/Prepare
endef
define Image/BuildKernel
endef
define Image/BuildKernel
- cp $(LINUX_DIR)/arch/arm/boot/uImage $(BIN_DIR)/$(IMG_PREFIX)-uImage
+ mkimage -A arm -T kernel -C none -a 0x20008000 -e 0x20008000 -n linux-2.6 \
+ -d $(LINUX_DIR)/arch/arm/boot/Image $(BIN_DIR)/$(IMG_PREFIX)-uImage
endef
define Image/Build
endef
define Image/Build
This page took
0.024352 seconds
and
4
git commands to generate.