mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-23 10:57:07 +00:00
fix aruba ramdisk check for the image building
SVN-Revision: 3938
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user