From: nbd Date: Tue, 13 Jun 2006 22:58:12 +0000 (+0000) Subject: fix aruba ramdisk check for the image building X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/1edcd73d598363c047577b38371ed3ccba43be68 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 --- diff --git a/target/linux/image/aruba/Makefile b/target/linux/image/aruba/Makefile index 4888dad72..14a923dd1 100644 --- a/target/linux/image/aruba/Makefile +++ b/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