projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar7] refresh 2.6.32 patches
[openwrt.git]
/
target
/
linux
/
at91
/
image
/
Makefile
diff --git
a/target/linux/at91/image/Makefile
b/target/linux/at91/image/Makefile
index
711b932
..
77b8b4b
100644
(file)
--- a/
target/linux/at91/image/Makefile
+++ b/
target/linux/at91/image/Makefile
@@
-21,11
+21,13
@@
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
$(call Image/Build/$(1),$(1))
endef
define Image/Build
$(call Image/Build/$(1),$(1))
+ cp $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-root.$(1)
endef
$(eval $(call BuildImage))
endef
$(eval $(call BuildImage))
This page took
0.027098 seconds
and
4
git commands to generate.