summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-11-04 13:00:25 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-11-04 13:00:25 +0100
commit9d8dd5ee62ed1b6fb04cbc51c0073b2e4815c205 (patch)
treea55b978125ca0902e44c524200ada0a37846eda8 /system
parent79ee3c1f847ef472d93c761f0744e3102e707750 (diff)
downloadbuildroot-novena-9d8dd5ee62ed1b6fb04cbc51c0073b2e4815c205.tar.gz
buildroot-novena-9d8dd5ee62ed1b6fb04cbc51c0073b2e4815c205.zip
system: fixup default device table locations after system/ got added
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'system')
-rw-r--r--system/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/Config.in b/system/Config.in
index c30c6f7d3..10c9d9db3 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -71,7 +71,7 @@ endchoice
config BR2_ROOTFS_DEVICE_TABLE
string "Path to the permission tables"
- default "target/generic/device_table.txt"
+ default "system/device_table.txt"
help
Specify a space-separated list of permission table locations,
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
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
help
Specify a space-separated list of device table locations,