Ver Fonte

Add image generation for ar525w

SVN-Revision: 5868
Florian Fainelli há 19 anos atrás
pai
commit
eb2f10c841
1 ficheiros alterados com 3 adições e 7 exclusões
  1. 3 7
      target/linux/rdc-2.6/image/Makefile

+ 3 - 7
target/linux/rdc-2.6/image/Makefile

@@ -13,13 +13,9 @@ endef
 define Image/Prepare
 define Image/Prepare
 endef
 endef
 
 
-define Image/Prepare
-        cat $(KDIR)/vmlinux | $(STAGING_DIR)/bin/lzma e -si -so -eos -lc1 -lp2 -pb2 > $(KDIR)/vmlinux.lzma
-endef
-
-define Image/Build/ar525w
+define Image/Build
+	touch $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
+	$(STAGING_DIR)/bin/airlink -b 1 -j $(LINUX_DIR)/arch/i386/boot/bzImage $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
 endef
 endef
 
 
-$(call Image/Build/ar525w,$(1),$(patsubst jffs2-%,jffs2,$(1)))
-
 $(eval $(call BuildImage))
 $(eval $(call BuildImage))