1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-02 18:45:06 +03:00

fix aruba ramdisk check for the image building

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3938 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-06-13 22:58:12 +00:00
parent cff40066b4
commit 1edcd73d59

View File

@ -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