projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
affb57e
)
ramips: swap target check in image generation
author
Gabor Juhos
<juhosg@openwrt.org>
Sun, 3 Jul 2011 15:01:42 +0000
(15:01 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Sun, 3 Jul 2011 15:01:42 +0000
(15:01 +0000)
SVN-Revision: 27379
target/linux/ramips/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/Makefile
b/target/linux/ramips/image/Makefile
index 224e4111ef48da23935ed82689e3750d11b6b3dd..80268ab2f7d72a5f7aafb348455c7672ff0dc8ff 100644
(file)
--- a/
target/linux/ramips/image/Makefile
+++ b/
target/linux/ramips/image/Makefile
@@
-18,13
+18,13
@@
ifeq ($(CONFIG_TARGET_ROOTFS_INITRAMFS),y)
UIMAGE:=$(IMG_PREFIX)-uImage-initramfs
endif
-ifeq ($(CONFIG_RALINK_RT
305
X),y)
+ifeq ($(CONFIG_RALINK_RT
288
X),y)
define kernel_entry
--a 0x8
0000000 -e 0x80
000000
+-a 0x8
8000000 -e 0x88
000000
endef
else
define kernel_entry
--a 0x8
8000000 -e 0x88
000000
+-a 0x8
0000000 -e 0x80
000000
endef
endif