Searched refs:rootfs (Results 26 - 49 of 49) sorted by relevance

12

/openwrt/target/linux/ar71xx/image/
H A DMakefile99 IMAGE/sysupgrade.bin = append-kernel $$$$(BLOCKSIZE) | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
H A Dtp-link.mk3 # combine kernel and rootfs into one image
7 # -a align the rootfs start on an <align> bytes boundary
59 IMAGE/sysupgrade.bin := append-rootfs | mktplinkfw sysupgrade
60 IMAGE/factory.bin := append-rootfs | mktplinkfw factory
103 MTDPARTS := spi0.0:128k(u-boot)ro,64k(pation-table)ro,64k(product-info)ro,1536k(kernel),6144k(rootfs),192k(config)ro,64k(ART)ro,7680k@0x40000(firmware)
111 IMAGE/sysupgrade.bin := append-rootfs | tplink-safeloader sysupgrade
112 IMAGE/factory.bin := append-rootfs | tplink-safeloader factory
194 IMAGE/factory.bin := append-rootfs | mktplinkfw factory -C US
611 MTDPARTS := spi0.0:128k(u-boot)ro,1536k(kernel),14016k(rootfs),128k(product-info)ro,320k(config)ro,64k(partition-table)ro,128k(logs)ro,64k(ART)ro,15552k@0x20000(firmware)
621 IMAGE/sysupgrade.bin := append-rootfs | tplin
[all...]
/openwrt/target/linux/ixp4xx/base-files/lib/upgrade/
H A Dplatform.sh13 vmlinux.bin.l7|kernel|linux|rootfs)
80 # write the rootfs
82 mtd $append write - rootfs
/openwrt/target/linux/ixp4xx/image/
H A DMakefile15 -r rootfs:$(BIN_DIR)/$(IMG_PREFIX)-$(1).img \
20 -r rootfs:$(BIN_DIR)/$(IMG_PREFIX)-$(1).img \
/openwrt/target/linux/rb532/base-files/sbin/
H A Dwget2nand29 main="$(find_mtd_part 'rootfs')"
47 ( wget -O - $url/openwrt-rb532-rootfs.tgz) | ( cd /tmp/wget2nand/; tar xvz )
/openwrt/target/linux/orion/image/
H A Dgeneric.mk116 ## Prepare rootfs
143 # parameters: 1 = rootfs type, 2 = machine name, 3 = erase size in KiB, 4 = kernel mtd size in KiB, 5 = kernel file suffix, 6 = header
160 # parameters: 1 = rootfs type, 2 = machine name, 3 = pad size in KiB (kernel mtd size or erase size), 4 = kernel file suffix
169 # parameters: 1 = rootfs type, 2 = machine name, 3 = header
179 # parameters: 1 = rootfs type, 2 = machine name, 3 = erase size in KiB, 4 = kernel mtd size in KiB, 5 = kernel file suffix
196 # parameters: 1 = rootfs type, 2 = machine name
/openwrt/target/linux/x86/image/
H A DMakefile58 block2mtd.block2mtd=$(ROOTPART),65536,rootfs,5 root=/dev/mtdblock0 rootfstype=jffs2 rootwait
62 block2mtd.block2mtd=$(ROOTPART),131072,rootfs,5 root=/dev/mtdblock0 rootfstype=jffs2 rootwait
66 block2mtd.block2mtd=$(ROOTPART),65536,rootfs,5 root=/dev/mtdblock0 rootfstype=squashfs rootwait
153 gzip -f9n $(BIN_DIR)/$(IMG_PREFIX)-rootfs-$(1).img
222 $(CP) $(KDIR)/root.$(1) $(BIN_DIR)/$(IMG_PREFIX)-rootfs-$(1).img
/openwrt/package/system/procd/files/
H A Dnand.sh102 ubivol="$( nand_find_volume $ubidev rootfs )"
146 local root_ubivol="$( nand_find_volume $ubidev rootfs )"
149 # remove ubiblock device of rootfs
161 [ "$root_ubivol" ] && ubirmvol /dev/$ubidev -N rootfs || true
172 # update rootfs
179 if ! ubimkvol /dev/$ubidev -N rootfs $root_size_param; then
180 echo "cannot create rootfs volume"
184 # create rootfs_data for non-ubifs rootfs
210 CI_UBIPART="rootfs"
234 local root_ubivol="$(nand_find_volume $ubidev rootfs)"
[all...]
/openwrt/target/linux/brcm63xx/image/
H A DMakefile93 --align-rootfs
96 --align-rootfs
151 # Prepare kernel and rootfs
/openwrt/target/linux/zynq/image/
H A DMakefile33 mkimage -A arm -T ramdisk -C gzip -n "$(PROFILE) OpenWRT rootfs" \
34 -d $(BIN_DIR)/$(IMG_PREFIX)-rootfs.cpio.gz \
37 # create FIT image with rootfs
43 -r $(BIN_DIR)/$(IMG_PREFIX)-rootfs.cpio.gz -z gzip
/openwrt/include/
H A Dimage.mk180 # $(2): rootfs type
249 ( cd $(TARGET_DIR); find . | cpio -o -H newc | gzip -9n >$(BIN_DIR)/$(IMG_PREFIX)-rootfs.cpio.gz )
255 -C $(TARGET_DIR)/ . | gzip -9n > $(BIN_DIR)/$(IMG_PREFIX)$(if $(PROFILE_SANITIZED),-$(PROFILE_SANITIZED))-rootfs.tar.gz
392 define Build/append-rootfs
413 define Build/pad-rootfs
447 --rootfs $(word 2,$^) \
/openwrt/target/linux/rb532/image/
H A DMakefile59 block2mtd.block2mtd=/dev/sda2,65536,rootfs root=/dev/mtdblock2 rootfstype=squashfs
/openwrt/target/linux/ipq806x/image/
H A DMakefile97 IMAGE/factory.bin := append-rootfs | tplink-safeloader factory
98 IMAGE/sysupgrade.bin := append-rootfs | tplink-safeloader sysupgrade
/openwrt/target/linux/ramips/image/
H A Drt3883.mk9 # $(5) = rootfs size
H A DMakefile40 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
174 # $(4) = kernel + rootfs size
/openwrt/target/linux/ar71xx/base-files/lib/upgrade/
H A Dplatform.sh19 vmlinux.bin.l7|vmlinux|kernel|linux|linux.bin|rootfs|filesystem)
61 mtd -r $append -F$kernelpart:$kern_length:$CI_LDADR,rootfs write - $partitions
/openwrt/target/linux/kirkwood/image/
H A DMakefile168 $(CP) $(KDIR)/root.ubifs $(BIN_DIR)/$(IMG_PREFIX)-$(PROFILE_SANITIZED)-rootfs.ubifs
175 $(CP) $(KDIR)/root.ubi $(BIN_DIR)/$(IMG_PREFIX)-$(PROFILE_SANITIZED)-rootfs.ubi
/openwrt/target/linux/lantiq/image/
H A DMakefile218 IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | check-size $$$$(IMAGE_SIZE)
759 $(CP) $(KDIR)/root.ubifs $(BIN_DIR)/$(IMG_PREFIX)-$(2)-rootfs.ubifs
763 $(CP) $(KDIR)/root.ubi $(BIN_DIR)/$(IMG_PREFIX)-$(2)-rootfs.ubi
764 $(CP) $(KDIR)/root-overlay.ubi $(BIN_DIR)/$(IMG_PREFIX)-$(2)-rootfs-overlay.ubi
768 $(CP) $(KDIR)/root.ubi $(BIN_DIR)/$(IMG_PREFIX)-$(2)-rootfs.ubi
769 $(CP) $(KDIR)/root-overlay.ubi $(BIN_DIR)/$(IMG_PREFIX)-$(2)-rootfs-overlay.ubi
779 $(CP) $(KDIR)/root.ubifs $(BIN_DIR)/$(IMG_PREFIX)-$(2)-rootfs.ubifs
/openwrt/target/linux/bcm53xx/image/
H A DMakefile156 IMAGE/trx := append-rootfs | trx-serial
/openwrt/target/linux/socfpga/image/
H A DMakefile95 $(TAR) -czpf $(BIN_DIR)/$(IMG_PREFIX)-$(call sanitize_profile_name)-rootfs.tar.gz --numeric-owner --owner=0 --group=0 -C $(TARGET_DIR)/ .
/openwrt/docs/
H A Dworking.tex36 will clean, compile and install busybox (if selected to be installed on the final rootfs).
H A Dadding.tex588 This template defines the final changes to apply to the rootfs and kernel, either combined or separated
/openwrt/package/base-files/files/lib/upgrade/
H A Dcommon.sh176 /bin/mount | awk '($3 ~ /^\/$/) && ($5 !~ /rootfs/) { print $5 }'
213 mtd jffs2write "$CONF_TAR" rootfs
/openwrt/package/kernel/mac80211/
H A DMakefile442 from the final rootfs image. This can reduce the rootfs size by

Completed in 209 milliseconds

12