X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/9e0a57b449c8575004476f06b8435648fcf44a26..9aaee7d4d573c15f68ed8303b04dcddebb2aadbc:/target/linux/rdc-2.6/image/Makefile diff --git a/target/linux/rdc-2.6/image/Makefile b/target/linux/rdc-2.6/image/Makefile index 06082404e..f8398baad 100644 --- a/target/linux/rdc-2.6/image/Makefile +++ b/target/linux/rdc-2.6/image/Makefile @@ -7,19 +7,13 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/image.mk -define Build/Clean -endef - -define Image/Prepare -endef - define Image/Prepare - cat $(KDIR)/vmlinux | $(STAGING_DIR)/bin/lzma e -si -so -eos -lc1 -lp2 -pb2 > $(KDIR)/vmlinux.lzma + $(CP) $(LINUX_DIR)/arch/i386/boot/bzImage $(KDIR)/bzImage endef -define Image/Build/ar525w +define Image/Build + touch $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img + $(STAGING_DIR)/bin/airlink -b 0 -j $(KDIR)/bzImage $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img endef -$(call Image/Build/ar525w,$(1),$(patsubst jffs2-%,jffs2,$(1))) - $(eval $(call BuildImage))