projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: remove 2.6.3[24] support
[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.047708 seconds
and
4
git commands to generate.