2005-06-11 21:18:26 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2005-08-14 15:00:56 +00:00
|
|
|
KDIR:=$(BUILD_DIR)/linux-$(KERNEL)-$(BOARD)
|
2005-06-11 21:18:26 +00:00
|
|
|
|
|
|
|
lzma-loader-clean:
|
|
|
|
$(MAKE) -C lzma-loader clean
|
|
|
|
|
|
|
|
lzma-loader-prepare:
|
|
|
|
$(MAKE) -C lzma-loader prepare
|
|
|
|
|
|
|
|
lzma-loader-compile: lzma-loader-prepare
|
|
|
|
$(MAKE) -C lzma-loader compile
|
|
|
|
|
2005-08-14 15:00:56 +00:00
|
|
|
ifeq ($(IB),)
|
2005-06-11 21:18:26 +00:00
|
|
|
$(KDIR)/vmlinux.lzma: $(KDIR)/vmlinux
|
|
|
|
cat $^ | $(STAGING_DIR)/bin/lzma e -si -so -eos -lc1 -lp2 -pb2 > $@ || (rm -f $@ && false)
|
|
|
|
|
2005-10-21 21:07:10 +00:00
|
|
|
$(KDIR)/loader.tmp.gz: compile
|
|
|
|
$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx: $(KDIR)/vmlinux.lzma
|
2005-08-14 15:00:56 +00:00
|
|
|
endif
|
|
|
|
|
2005-06-13 14:39:56 +00:00
|
|
|
ifeq ($(FS),jffs2-8MB)
|
|
|
|
TRXALIGN:=-a 0x20000
|
|
|
|
endif
|
|
|
|
ifeq ($(FS),jffs2-4MB)
|
|
|
|
TRXALIGN:=-a 0x10000
|
|
|
|
endif
|
2005-12-24 15:17:21 +00:00
|
|
|
# see ticket #155
|
|
|
|
ifeq ($(FS),squashfs)
|
|
|
|
TRXALIGN:=-a 1024
|
|
|
|
endif
|
|
|
|
|
2005-10-22 18:55:48 +00:00
|
|
|
|
|
|
|
$(KDIR)/loader.tmp.gz:
|
2006-02-01 23:53:19 +00:00
|
|
|
$(CP) $(BUILD_DIR)/loader.gz $@
|
2005-10-22 18:55:48 +00:00
|
|
|
echo -ne "\\x00" >> $@
|
|
|
|
|
|
|
|
$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx: $(KDIR)/loader.tmp.gz
|
|
|
|
$(STAGING_DIR)/bin/trx -o $@ $(KDIR)/loader.tmp.gz $(KDIR)/vmlinux.lzma $(TRXALIGN) $(KDIR)/root.$(FS)
|
2005-06-13 14:39:56 +00:00
|
|
|
|
2005-08-29 10:47:33 +00:00
|
|
|
ifeq ($(KERNEL),2.6)
|
|
|
|
FSNAME:=$(patsubst jffs2-%,jffs2,$(FS))
|
|
|
|
|
2005-09-16 10:12:08 +00:00
|
|
|
ifneq ($(FS),jffs2-4MB)
|
2005-09-10 16:34:08 +00:00
|
|
|
$(BIN_DIR)/openwrt-wgt634u-$(KERNEL)-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
2005-09-03 17:57:21 +00:00
|
|
|
dd if=$(BUILD_DIR)/loader.elf of=$@ bs=131072 conv=sync
|
2005-08-29 10:47:33 +00:00
|
|
|
cat $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx >> $@
|
|
|
|
|
2005-11-29 01:36:00 +00:00
|
|
|
$(BIN_DIR)/openwrt-wrt54gs-$(KERNEL)-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
|
|
|
$(STAGING_DIR)/bin/addpattern -4 -p W54S -v v4.70.6 -i $< -o $@ -g
|
|
|
|
|
|
|
|
install: $(BIN_DIR)/openwrt-wgt634u-$(KERNEL)-$(FSNAME).bin $(BIN_DIR)/openwrt-wrt54gs-$(KERNEL)-$(FSNAME).bin
|
|
|
|
|
2005-08-29 10:47:33 +00:00
|
|
|
endif
|
2005-12-18 23:21:33 +00:00
|
|
|
|
|
|
|
ifneq ($(FS),jffs2-8MB)
|
2005-11-29 01:36:00 +00:00
|
|
|
$(BIN_DIR)/openwrt-wrt54g3g-$(KERNEL)-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
|
|
|
$(STAGING_DIR)/bin/addpattern -4 -p W54F -v v1.99.5 -i $< -o $@ -g
|
|
|
|
|
|
|
|
$(BIN_DIR)/openwrt-wrt54g-$(KERNEL)-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
|
|
|
$(STAGING_DIR)/bin/addpattern -4 -p W54G -v v4.20.6 -i $< -o $@ -g
|
|
|
|
|
|
|
|
$(BIN_DIR)/openwrt-wrt54gs_v4-$(KERNEL)-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
2005-12-15 01:11:38 +00:00
|
|
|
$(STAGING_DIR)/bin/addpattern -4 -p W54s -v v1.05.2 -i $< -o $@ -g
|
2005-11-29 01:36:00 +00:00
|
|
|
|
|
|
|
install: $(BIN_DIR)/openwrt-wrt54g-$(KERNEL)-$(FSNAME).bin $(BIN_DIR)/openwrt-wrt54gs_v4-$(KERNEL)-$(FSNAME).bin $(BIN_DIR)/openwrt-wrt54g3g-$(KERNEL)-$(FSNAME).bin
|
2005-12-18 23:21:33 +00:00
|
|
|
|
|
|
|
endif
|
2005-09-16 10:12:08 +00:00
|
|
|
endif
|
2005-06-11 21:18:26 +00:00
|
|
|
|
|
|
|
ifeq ($(KERNEL),2.4)
|
|
|
|
FSNAME:=$(patsubst jffs2-%,jffs2,$(FS))
|
|
|
|
|
2006-01-31 11:46:26 +00:00
|
|
|
# ifeq ($(FS),squashfs)
|
|
|
|
# $(BIN_DIR)/openwrt-wap54g-$(KERNEL)-$(FSNAME).trx: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
2006-02-01 23:53:19 +00:00
|
|
|
# $(CP) $< $@
|
2006-01-31 11:46:26 +00:00
|
|
|
# echo -ne '\x01' >> $@
|
|
|
|
#
|
|
|
|
# install: $(BIN_DIR)/openwrt-wap54g-$(KERNEL)-$(FSNAME).trx
|
|
|
|
# endif
|
2006-02-02 10:07:28 +00:00
|
|
|
|
|
|
|
ifneq ($(FS),jffs2-8MB)
|
|
|
|
$(BIN_DIR)/openwrt-wrt54g3g-$(KERNEL)-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
|
|
|
$(STAGING_DIR)/bin/addpattern -4 -p W54F -v v1.99.5 -i $< -o $@ -g
|
|
|
|
|
|
|
|
$(BIN_DIR)/openwrt-wrt54g-$(KERNEL)-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
|
|
|
$(STAGING_DIR)/bin/addpattern -4 -p W54G -v v4.20.6 -i $< -o $@ -g
|
|
|
|
|
2005-11-29 01:36:00 +00:00
|
|
|
$(BIN_DIR)/openwrt-wrt54gs_v4-$(KERNEL)-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
2005-12-15 01:11:38 +00:00
|
|
|
$(STAGING_DIR)/bin/addpattern -4 -p W54s -v v1.05.2 -i $< -o $@ -g
|
2005-10-21 21:07:10 +00:00
|
|
|
|
2006-02-06 00:07:27 +00:00
|
|
|
$(BIN_DIR)/openwrt-wr850g-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
|
|
|
$(STAGING_DIR)/bin/motorola-bin -1 $< $@
|
|
|
|
|
|
|
|
$(BIN_DIR)/openwrt-wa840g-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
|
|
|
$(STAGING_DIR)/bin/motorola-bin -2 $< $@
|
|
|
|
|
|
|
|
$(BIN_DIR)/openwrt-we800g-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
|
|
|
$(STAGING_DIR)/bin/motorola-bin -3 $< $@
|
|
|
|
|
|
|
|
install: $(BIN_DIR)/openwrt-wrt54g-$(KERNEL)-$(FSNAME).bin $(BIN_DIR)/openwrt-wrt54gs_v4-$(KERNEL)-$(FSNAME).bin $(BIN_DIR)/openwrt-wrt54g3g-$(KERNEL)-$(FSNAME).bin $(BIN_DIR)/openwrt-wr850g-$(FSNAME).bin $(BIN_DIR)/openwrt-wa840g-$(FSNAME).bin $(BIN_DIR)/openwrt-we800g-$(FSNAME).bin
|
2005-06-11 21:18:26 +00:00
|
|
|
endif
|
|
|
|
|
|
|
|
ifneq ($(FS),jffs2-4MB)
|
2005-12-20 23:17:13 +00:00
|
|
|
$(BIN_DIR)/openwrt-wgt634u-$(KERNEL)-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
|
|
|
dd if=$(BUILD_DIR)/loader.elf of=$@ bs=131072 conv=sync
|
|
|
|
cat $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx >> $@
|
|
|
|
|
2005-11-29 01:36:00 +00:00
|
|
|
$(BIN_DIR)/openwrt-wrt54gs-$(KERNEL)-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
2005-08-13 12:38:47 +00:00
|
|
|
$(STAGING_DIR)/bin/addpattern -4 -p W54S -v v4.70.6 -i $< -o $@ -g
|
2005-06-11 21:18:26 +00:00
|
|
|
|
2006-02-06 00:07:27 +00:00
|
|
|
$(BIN_DIR)/openwrt-wrtsl54gs-$(FSNAME).bin: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
|
|
|
$(STAGING_DIR)/bin/addpattern -4 -p W54U -v v2.00.0 -i $< -o $@ -g
|
2005-06-11 21:18:26 +00:00
|
|
|
|
2006-02-06 00:07:27 +00:00
|
|
|
install: $(BIN_DIR)/openwrt-wrt54gs-$(KERNEL)-$(FSNAME).bin $(BIN_DIR)/openwrt-wgt634u-$(KERNEL)-$(FSNAME).bin $(BIN_DIR)/openwrt-wrtsl54gs-$(FSNAME).bin
|
|
|
|
endif
|
2005-06-11 21:18:26 +00:00
|
|
|
endif
|
|
|
|
|
2005-08-14 15:00:56 +00:00
|
|
|
ifeq ($(IB),)
|
2005-06-11 21:18:26 +00:00
|
|
|
clean: lzma-loader-clean
|
|
|
|
prepare: lzma-loader-prepare
|
|
|
|
compile: lzma-loader-compile
|
2005-08-14 15:00:56 +00:00
|
|
|
else
|
|
|
|
clean:
|
|
|
|
prepare:
|
|
|
|
compile:
|
|
|
|
endif
|
2005-08-14 20:31:12 +00:00
|
|
|
install: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx
|
2005-08-14 15:00:56 +00:00
|
|
|
install-ib:
|
|
|
|
mkdir -p $(IB_DIR)/staging_dir_$(ARCH)/bin
|
2006-02-02 10:07:28 +00:00
|
|
|
$(CP) $(STAGING_DIR)/bin/addpattern $(STAGING_DIR)/bin/trx $(STAGING_DIR)/bin/motorola-bin $(IB_DIR)/staging_dir_$(ARCH)/bin
|
2005-08-14 15:00:56 +00:00
|
|
|
mkdir -p $(IB_DIR)/build_$(ARCH)/linux-$(KERNEL)-$(BOARD)
|
2006-02-01 23:53:19 +00:00
|
|
|
$(CP) $(BUILD_DIR)/loader.gz $(IB_DIR)/build_$(ARCH)/
|
|
|
|
$(CP) $(BUILD_DIR)/loader.elf $(IB_DIR)/build_$(ARCH)/
|
|
|
|
$(CP) $(KDIR)/vmlinux.lzma $(IB_DIR)/build_$(ARCH)/linux-$(KERNEL)-$(BOARD)/
|