Skip to content

Commit

Permalink
configs/acmesystems*: drop BR2_TARGET_ROOTFS_EXT2_LABEL options
Browse files Browse the repository at this point in the history
BR2_TARGET_ROOTFS_EXT2_LABEL now defaults to "rootfs", so repeating
that in those defconfigs is no longer necessary.

Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
tpetazzoni committed Apr 15, 2020
1 parent 5631c38 commit 75fd330
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion configs/acmesystems_aria_g25_128mb_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
# Root filesystem
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_LABEL="rootfs"

# AT91bootstrap bootloader
BR2_TARGET_AT91BOOTSTRAP3=y
Expand Down
1 change: 0 additions & 1 deletion configs/acmesystems_aria_g25_256mb_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
# Root filesystem
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_LABEL="rootfs"

# AT91bootstrap bootloader
BR2_TARGET_AT91BOOTSTRAP3=y
Expand Down
1 change: 0 additions & 1 deletion configs/acmesystems_arietta_g25_128mb_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
# Root filesystem
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_LABEL="rootfs"

# AT91bootstrap bootloader
BR2_TARGET_AT91BOOTSTRAP3=y
Expand Down
1 change: 0 additions & 1 deletion configs/acmesystems_arietta_g25_256mb_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
# Root filesystem
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_4=y
BR2_TARGET_ROOTFS_EXT2_LABEL="rootfs"

# AT91bootstrap bootloader
BR2_TARGET_AT91BOOTSTRAP3=y
Expand Down

0 comments on commit 75fd330

Please sign in to comment.