mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
fix device_table.txt path in arm_toolchain_defconfig
Signed-off-by: Chih-Min Chao <cmchao@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -712,7 +712,7 @@ BR2_PACKAGE_XSERVER_none=y
|
||||
#
|
||||
# filesystem for target device
|
||||
#
|
||||
BR2_ROOTFS_DEVICE_TABLE="target/device/generic/device_table.txt"
|
||||
BR2_ROOTFS_DEVICE_TABLE="target/generic/device_table.txt"
|
||||
# BR2_TARGET_ROOTFS_CRAMFS is not set
|
||||
# BR2_TARGET_ROOTFS_CLOOP is not set
|
||||
# BR2_TARGET_ROOTFS_EXT2 is not set
|
||||
|
||||
Reference in New Issue
Block a user