mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
@@ -7,10 +7,10 @@ image boot.vfat {
|
||||
"uImage"
|
||||
}
|
||||
file kernel.dtb {
|
||||
image = "actduino_bubble_gum_sdboot_linux.dtb"
|
||||
image = "owl-s500-roseapplepi.dtb"
|
||||
}
|
||||
}
|
||||
size = 10M
|
||||
size = 128M
|
||||
}
|
||||
|
||||
image sdcard.img {
|
||||
@@ -34,10 +34,4 @@ image sdcard.img {
|
||||
bootable = "true"
|
||||
image = "boot.vfat"
|
||||
}
|
||||
|
||||
partition rootfs {
|
||||
partition-type = 0x83
|
||||
image = "rootfs.ext4"
|
||||
size = 512M
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user