From 4e941a1fa5713a2a0a3d2ec016168fc3eca142e8 Mon Sep 17 00:00:00 2001 From: jow Date: Tue, 21 Apr 2009 01:16:34 +0000 Subject: [atheros] Generate suitable images for the UBNT PicoStation2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15314 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/atheros/image/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/atheros/image') diff --git a/target/linux/atheros/image/Makefile b/target/linux/atheros/image/Makefile index 73657334e..e2f631570 100644 --- a/target/linux/atheros/image/Makefile +++ b/target/linux/atheros/image/Makefile @@ -35,6 +35,12 @@ define Image/Build -r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ -o $(BIN_DIR)/openwrt-$(BOARD)-ubnt5-$(1).bin + -$(STAGING_DIR_HOST)/bin/mkfwimage \ + -B XS2-8 -v XS2.ar2316.OpenWrt.$(REVISION) \ + -k $(BIN_DIR)/openwrt-$(BOARD)-vmlinux.lzma \ + -r $(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ + -o $(BIN_DIR)/openwrt-$(BOARD)-ubnt2-8-$(1).bin + -$(STAGING_DIR_HOST)/bin/mkmylofw -B np25g \ -p0x020000:0x130000:ah:0x80041000:linux:$(KDIR)/vmlinux.bin.gz \ -p0x150000:0x2a0000:::rootfs:$(BIN_DIR)/openwrt-$(BOARD)-root.$(1) \ -- cgit v1.2.3