projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lua: Fixed some cross-platform issues for PPC (and probably other architectures)
[openwrt.git]
/
target
/
linux
/
rdc
/
image
/
Makefile
diff --git
a/target/linux/rdc/image/Makefile
b/target/linux/rdc/image/Makefile
index
4da96b7
..
a8ad099
100644
(file)
--- a/
target/linux/rdc/image/Makefile
+++ b/
target/linux/rdc/image/Makefile
@@
-7,8
+7,14
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
+ifeq ($(CONFIG_LINUX_2_6_23),y)
+ARCH_PATH=i386
+else
+ARCH_PATH=x86
+endif
+
define Image/Prepare
define Image/Prepare
- $(CP) $(LINUX_DIR)/arch/
x86
/boot/bzImage $(KDIR)/bzImage
+ $(CP) $(LINUX_DIR)/arch/
$(ARCH_PATH)
/boot/bzImage $(KDIR)/bzImage
endef
define trxalign/jffs2-128k
endef
define trxalign/jffs2-128k
This page took
0.021367 seconds
and
4
git commands to generate.