system: fixup default device table locations after system/ got added
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 4 Nov 2012 12:00:25 +0000 (13:00 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 4 Nov 2012 12:00:25 +0000 (13:00 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
system/Config.in

index c30c6f7d3c8cc752096b52f3e21ba068306bb86e..10c9d9db3105e60c07f960f9bc6826b848602324 100644 (file)
@@ -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,