mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 19:37:10 +02:00
rename openwrt-ar7-zimage.bin to openwrt-ar7-2.4-kernel.bin
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1569 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e37f0c6adb
commit
fa32ddd2ae
@ -40,7 +40,7 @@ $(KDIR)/vmlinux.gz: $(KDIR)/vmlinux
|
|||||||
$(KDIR)/vmlinux.lzma: $(KDIR)/vmlinux
|
$(KDIR)/vmlinux.lzma: $(KDIR)/vmlinux
|
||||||
cat $^ | $(STAGING_DIR)/bin/lzma e -si -so -eos -lc1 -lp2 -pb2 > $@ || (rm -f $@ && false)
|
cat $^ | $(STAGING_DIR)/bin/lzma e -si -so -eos -lc1 -lp2 -pb2 > $@ || (rm -f $@ && false)
|
||||||
|
|
||||||
$(BIN_DIR)/openwrt-ar7-zimage.bin: $(KDIR)/vmlinux.lzma compile
|
$(BIN_DIR)/openwrt-ar7-2.4-kernel.bin: $(KDIR)/vmlinux.lzma compile
|
||||||
$(TARGET_CROSS)ld -T $(PKG_BUILD_DIR)/zimage.script -r -b binary $< -o $(KDIR)/zimage.o
|
$(TARGET_CROSS)ld -T $(PKG_BUILD_DIR)/zimage.script -r -b binary $< -o $(KDIR)/zimage.o
|
||||||
$(TARGET_CROSS)ld -static -G 0 --defsym kernel_entry=$(KERNEL_ENTRY) -T $(PKG_BUILD_DIR)/ld.script \
|
$(TARGET_CROSS)ld -static -G 0 --defsym kernel_entry=$(KERNEL_ENTRY) -T $(PKG_BUILD_DIR)/ld.script \
|
||||||
$(PKG_BUILD_DIR)/loader.o \
|
$(PKG_BUILD_DIR)/loader.o \
|
||||||
@ -57,7 +57,7 @@ ifeq ($(FS),jffs2-4MB)
|
|||||||
ALIGN:=bs=65536 conv=sync
|
ALIGN:=bs=65536 conv=sync
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(BIN_DIR)/openwrt-ar7-$(KERNEL)-$(FS).bin: $(BIN_DIR)/openwrt-ar7-zimage.bin
|
$(BIN_DIR)/openwrt-ar7-$(KERNEL)-$(FS).bin: $(BIN_DIR)/openwrt-ar7-2.4-kernel.bin
|
||||||
dd if=$< $(ALIGN) > $@
|
dd if=$< $(ALIGN) > $@
|
||||||
cat $(BUILD_DIR)/linux-$(KERNEL)-ar7/root.$(FS) >> $@
|
cat $(BUILD_DIR)/linux-$(KERNEL)-ar7/root.$(FS) >> $@
|
||||||
|
|
||||||
@ -79,5 +79,5 @@ clean:
|
|||||||
|
|
||||||
prepare: $(PKG_BUILD_DIR) $(PKG_BUILD_DIR)/zimage.script $(PKG_BUILD_DIR)/ld.script
|
prepare: $(PKG_BUILD_DIR) $(PKG_BUILD_DIR)/zimage.script $(PKG_BUILD_DIR)/ld.script
|
||||||
compile: prepare $(PKG_BUILD_DIR)/loader.o $(PKG_BUILD_DIR)/LzmaDecode.o $(PKG_BUILD_DIR)/srec2bin
|
compile: prepare $(PKG_BUILD_DIR)/loader.o $(PKG_BUILD_DIR)/LzmaDecode.o $(PKG_BUILD_DIR)/srec2bin
|
||||||
install: $(BIN_DIR)/openwrt-ar7-zimage.bin $(BIN_DIR)/openwrt-ar7-$(KERNEL)-$(FS).bin
|
install: $(BIN_DIR)/openwrt-ar7-2.4-kernel.bin $(BIN_DIR)/openwrt-ar7-$(KERNEL)-$(FS).bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user