projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0752cb3
)
fix aruba ramdisk check for the image building
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 13 Jun 2006 22:58:12 +0000
(22:58 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 13 Jun 2006 22:58:12 +0000
(22:58 +0000)
SVN-Revision: 3938
openwrt/target/linux/image/aruba/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/image/aruba/Makefile
b/openwrt/target/linux/image/aruba/Makefile
index 4888dad72fd9dec053353532bd484de340363e04..14a923dd1a0acb5ff1b00ad3285bbddc7d8e1f06 100644
(file)
--- a/
openwrt/target/linux/image/aruba/Makefile
+++ b/
openwrt/target/linux/image/aruba/Makefile
@@
-21,7
+21,7
@@
endef
define Image/Build
./addVersion -n ArubaOS $(KDIR)/loader.elf $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).ari version
-ifneq ($(CONFIG_
ARUBA_RAMDISK
),y)
+ifneq ($(CONFIG_
TARGET_ROOTFS_INITRAMFS
),y)
ifeq ($(1),jffs2-64k)
endif
@dd if=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).ari of=$(KDIR)/image.tmp bs=655360 conv=sync