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 | 726ba89f2b3aa3a4ddc60c5e8de5402d5ed0dbff (patch) | |
tree | afe66e3630d2abfdbcde26b4425e7ce0678115d6 | |
parent | 0752cb311616109c21dcb290f3d6d2587d83d50c (diff) | |
download | mtk-20170518-726ba89f2b3aa3a4ddc60c5e8de5402d5ed0dbff.zip mtk-20170518-726ba89f2b3aa3a4ddc60c5e8de5402d5ed0dbff.tar.gz mtk-20170518-726ba89f2b3aa3a4ddc60c5e8de5402d5ed0dbff.tar.bz2 |
fix aruba ramdisk check for the image building
SVN-Revision: 3938
-rw-r--r-- | openwrt/target/linux/image/aruba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/image/aruba/Makefile b/openwrt/target/linux/image/aruba/Makefile index 4888dad..14a923d 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 |