fix aruba ramdisk check for the image building

SVN-Revision: 3938
This commit is contained in:
Felix Fietkau 2006-06-13 22:58:12 +00:00
parent 0752cb3116
commit 726ba89f2b

View file

@ -21,7 +21,7 @@ endef
define Image/Build define Image/Build
./addVersion -n ArubaOS $(KDIR)/loader.elf $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).ari version ./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) ifeq ($(1),jffs2-64k)
endif endif
@dd if=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).ari of=$(KDIR)/image.tmp bs=655360 conv=sync @dd if=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).ari of=$(KDIR)/image.tmp bs=655360 conv=sync