mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-26 04:36:33 +00:00
system: fixup default device table locations after system/ got added
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
79ee3c1f84
commit
9d8dd5ee62
@ -71,7 +71,7 @@ endchoice
|
|||||||
|
|
||||||
config BR2_ROOTFS_DEVICE_TABLE
|
config BR2_ROOTFS_DEVICE_TABLE
|
||||||
string "Path to the permission tables"
|
string "Path to the permission tables"
|
||||||
default "target/generic/device_table.txt"
|
default "system/device_table.txt"
|
||||||
help
|
help
|
||||||
Specify a space-separated list of permission table locations,
|
Specify a space-separated list of permission table locations,
|
||||||
that will be passed to the makedevs utility to assign
|
that will be passed to the makedevs utility to assign
|
||||||
@ -83,7 +83,7 @@ config BR2_ROOTFS_DEVICE_TABLE
|
|||||||
|
|
||||||
config BR2_ROOTFS_STATIC_DEVICE_TABLE
|
config BR2_ROOTFS_STATIC_DEVICE_TABLE
|
||||||
string "Path to the device tables"
|
string "Path to the device tables"
|
||||||
default "target/generic/device_table_dev.txt"
|
default "system/device_table_dev.txt"
|
||||||
depends on BR2_ROOTFS_DEVICE_CREATION_STATIC
|
depends on BR2_ROOTFS_DEVICE_CREATION_STATIC
|
||||||
help
|
help
|
||||||
Specify a space-separated list of device table locations,
|
Specify a space-separated list of device table locations,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user