X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fifxmips%2Fimage%2FMakefile;h=ac887c4e49704c276529d3200d66df4757eb7847;hb=612a3d373d46aad5b16543fc42ffec16211d27d2;hp=15e0bc5dc3978a0c71337da5116b25b03ed8c71d;hpb=240bf1625edcc439b62aea43a0983f8207b541b1;p=openwrt-10.03%2F.git diff --git a/target/linux/ifxmips/image/Makefile b/target/linux/ifxmips/image/Makefile index 15e0bc5dc..ac887c4e4 100644 --- a/target/linux/ifxmips/image/Makefile +++ b/target/linux/ifxmips/image/Makefile @@ -27,6 +27,11 @@ define Image/Build/jffs2-64k cat $(KDIR)/uImage.$(1) $(KDIR)/root.$(1) > $(BIN_DIR)/openwrt-$(BOARD)-$(1).image endef +define Image/Build/jffs2-128k + dd if=$(KDIR)/uImage of=$(KDIR)/uImage.$(1) bs=128k conv=sync + cat $(KDIR)/uImage.$(1) $(KDIR)/root.$(1) > $(BIN_DIR)/openwrt-$(BOARD)-$(1).image +endef + define Image/Build $(call Image/Build/$(1),$(1)) endef