mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 15:34:43 +02:00
add missing piece from whiterussian image building makefile to trunk/
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2250 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ddcb097335
commit
d3331ddfd3
@ -25,8 +25,13 @@ endif
|
|||||||
ifeq ($(FS),jffs2-4MB)
|
ifeq ($(FS),jffs2-4MB)
|
||||||
TRXALIGN:=-a 0x10000
|
TRXALIGN:=-a 0x10000
|
||||||
endif
|
endif
|
||||||
$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx:
|
|
||||||
$(STAGING_DIR)/bin/trx -o $@ $(BUILD_DIR)/loader.gz $(KDIR)/vmlinux.lzma $(TRXALIGN) $(KDIR)/root.$(FS)
|
$(KDIR)/loader.tmp.gz:
|
||||||
|
cp $(BUILD_DIR)/loader.gz $@
|
||||||
|
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)
|
||||||
|
|
||||||
ifeq ($(KERNEL),2.6)
|
ifeq ($(KERNEL),2.6)
|
||||||
FSNAME:=$(patsubst jffs2-%,jffs2,$(FS))
|
FSNAME:=$(patsubst jffs2-%,jffs2,$(FS))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user