mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
add target/download
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4030 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -48,6 +48,7 @@ compile-targets:
|
||||
install-targets:
|
||||
clean-targets:
|
||||
|
||||
source:
|
||||
prepare:
|
||||
compile: compile-targets
|
||||
install: compile install-targets
|
||||
|
||||
@@ -14,6 +14,9 @@ define Image/mkfs/jffs2
|
||||
$(call Image/Build,jffs2-128k)
|
||||
endef
|
||||
|
||||
jffs2-source: FORCE
|
||||
$(MAKE) -C $(TOPDIR)/target/linux/image/jffs2 source
|
||||
|
||||
$(STAGING_DIR)/bin/mkfs.jffs2:
|
||||
$(MAKE) -C $(TOPDIR)/target/linux/image/jffs2 compile
|
||||
|
||||
@@ -21,6 +24,7 @@ jffs2-clean: FORCE
|
||||
$(MAKE) -C $(TOPDIR)/target/linux/image/jffs2 clean
|
||||
rm -f $(KDIR)/root.jffs2*
|
||||
|
||||
source: jffs2-source
|
||||
compile-targets: $(STAGING_DIR)/bin/mkfs.jffs2
|
||||
clean-targets: jffs2-clean
|
||||
|
||||
|
||||
@@ -4,6 +4,9 @@ else
|
||||
ENDIAN := be
|
||||
endif
|
||||
|
||||
squashfs-source: FORCE
|
||||
$(MAKE) -C $(TOPDIR)/target/linux/image/squashfs source
|
||||
|
||||
$(STAGING_DIR)/bin/mksquashfs-lzma:
|
||||
$(MAKE) -C $(TOPDIR)/target/linux/image/squashfs compile
|
||||
|
||||
|
||||
Reference in New Issue
Block a user