diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-19 23:48:47 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-19 23:48:47 +0000 |
commit | 2930411d73a5945cc790d6ddd9b5a030c5cb6ebd (patch) | |
tree | a7e290ef0df91761c7c90c3dc7bfef29dcd3ea60 /target/linux/rdc-2.6/image | |
parent | c3f9314e611807c15bd2478c645bc9c2a7b948cb (diff) |
Add image generation for ar525w
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5868 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc-2.6/image')
-rw-r--r-- | target/linux/rdc-2.6/image/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/target/linux/rdc-2.6/image/Makefile b/target/linux/rdc-2.6/image/Makefile index 06082404ee..d71c198840 100644 --- a/target/linux/rdc-2.6/image/Makefile +++ b/target/linux/rdc-2.6/image/Makefile @@ -13,13 +13,9 @@ 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 -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 -$(call Image/Build/ar525w,$(1),$(patsubst jffs2-%,jffs2,$(1))) - $(eval $(call BuildImage)) |