diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-13 22:58:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-13 22:58:12 +0000 |
commit | f325b294ec621e406869567377d75c6a06db5891 (patch) | |
tree | eaff32bdd4c0f9aedcae628975f6718bf2cdb077 /target/linux/image/aruba | |
parent | 63628841c9c79efb76f27b3d312ede7af27da546 (diff) | |
download | upstream-f325b294ec621e406869567377d75c6a06db5891.tar.gz upstream-f325b294ec621e406869567377d75c6a06db5891.tar.bz2 upstream-f325b294ec621e406869567377d75c6a06db5891.zip |
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
Diffstat (limited to 'target/linux/image/aruba')
-rw-r--r-- | target/linux/image/aruba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/image/aruba/Makefile b/target/linux/image/aruba/Makefile index 4888dad72f..14a923dd1a 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 |