From 726ba89f2b3aa3a4ddc60c5e8de5402d5ed0dbff Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 13 Jun 2006 22:58:12 +0000 Subject: [PATCH] fix aruba ramdisk check for the image building SVN-Revision: 3938 --- openwrt/target/linux/image/aruba/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/linux/image/aruba/Makefile b/openwrt/target/linux/image/aruba/Makefile index 4888dad72f..14a923dd1a 100644 --- 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 -- 2.30.2