X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fimage%2Faruba%2FMakefile;h=d68084b26161abad66c38da1245e7ba8591f5e6e;hb=913e6c00af52c2f3821885368653fc2696f8cba6;hp=835de1bef4a6242eeae1c45c2dd7ac5a45d1bd0b;hpb=cd3435c90e5a09fbc57ff0de2975926248265470;p=openwrt-10.03%2F.git diff --git a/target/linux/image/aruba/Makefile b/target/linux/image/aruba/Makefile index 835de1bef..d68084b26 100644 --- a/target/linux/image/aruba/Makefile +++ b/target/linux/image/aruba/Makefile @@ -16,19 +16,20 @@ endef define Image/Prepare cat $(KDIR)/vmlinux | $(STAGING_DIR)/bin/lzma e -si -so -eos -lc1 -lp2 -pb2 > $(KDIR)/vmlinux.lzma - $(MAKE) -C ../generic/lzma-loader $(LOADER_MAKEOPTS) compile + $(MAKE) -C ../generic/lzma-loader $(LOADER_MAKEOPTS) clean compile endef -define Image/Build +define Image/BuildKernel ./addVersion -n ArubaOS $(KDIR)/loader.elf $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).ari version -ifneq ($(CONFIG_ARUBA_RAMDISK),y) +endef + ifeq ($(1),jffs2-64k) -endif +define Image/Build @dd if=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL).ari of=$(KDIR)/image.tmp bs=655360 conv=sync @cat $(KDIR)/root.$(1) >> $(KDIR)/image.tmp @dd if=$(KDIR)/image.tmp of=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(patsubst jffs2-%,jffs2,$(1)).bin bs=3604480 conv=sync @rm -f $(KDIR)/image.tmp -endif endef +endif $(eval $(call BuildImage))