Remove generated SD card image
This commit is contained in:
parent
967723d900
commit
fc97318d0d
2 changed files with 0 additions and 32 deletions
|
@ -51,33 +51,3 @@ image root.ubi {
|
|||
image = persist.ubifs
|
||||
}
|
||||
}
|
||||
|
||||
image boot.vfat {
|
||||
vfat {
|
||||
files = {
|
||||
"zImage",
|
||||
"businesscard.dtb",
|
||||
"rootfs.squashfs"
|
||||
}
|
||||
}
|
||||
size = 16M
|
||||
}
|
||||
|
||||
image sdcard.img {
|
||||
hdimage {}
|
||||
partition u-boot {
|
||||
in-partition-table = "no"
|
||||
image = "u-boot-sunxi-with-spl.bin"
|
||||
offset = 8192
|
||||
size = 516096 # 512KB - 8192
|
||||
}
|
||||
partition boot {
|
||||
partition-type = 0xc
|
||||
bootable = "true"
|
||||
image = "boot.vfat"
|
||||
}
|
||||
partition rootfs {
|
||||
partition-type = 0x83
|
||||
image = "rootfs.ext4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -41,8 +41,6 @@ BR2_PACKAGE_MICROPYTHON=y
|
|||
BR2_PACKAGE_MICROPYTHON_LIB=y
|
||||
BR2_PACKAGE_LIBTIRPC=y
|
||||
# BR2_PACKAGE_IFUPDOWN_SCRIPTS is not set
|
||||
BR2_TARGET_ROOTFS_EXT2=y
|
||||
BR2_TARGET_ROOTFS_EXT2_4=y
|
||||
BR2_TARGET_ROOTFS_SQUASHFS=y
|
||||
BR2_TARGET_ROOTFS_SQUASHFS4_XZ=y
|
||||
# BR2_TARGET_ROOTFS_TAR is not set
|
||||
|
|
Loading…
Reference in a new issue