mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-29 20:09:41 +02:00
build jffs2 image too since it works with CF and MTD block emulation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1618 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
713b572fec
commit
acf3e1645d
@ -2,9 +2,32 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
KDIR:=$(BUILD_DIR)/linux-$(KERNEL)-$(BOARD)
|
KDIR:=$(BUILD_DIR)/linux-$(KERNEL)-$(BOARD)
|
||||||
|
|
||||||
$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-rootfs.tar.gz: $(KDIR)/rootfs.tar.gz
|
|
||||||
|
ifeq ($(FS),jffs2-8MB)
|
||||||
|
|
||||||
|
$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).img: $(KDIR)/root.$(FS)
|
||||||
cp $^ $@
|
cp $^ $@
|
||||||
|
|
||||||
|
install: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).img
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
ifeq ($(FS),tgz)
|
||||||
|
|
||||||
|
$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-rootfs.tar.gz: $(KDIR)/root.tar.gz
|
||||||
|
cp $^ $@
|
||||||
|
|
||||||
|
install: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-rootfs.tar.gz
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz: $(KDIR)/bzImage
|
||||||
|
cp $^ $@
|
||||||
|
|
||||||
|
|
||||||
prepare:
|
prepare:
|
||||||
compile:
|
compile:
|
||||||
install: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-rootfs.tar.gz
|
install: $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user