diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-18 22:31:43 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-18 22:31:43 +0200 |
commit | 50f8d922941ac1c7f62162bf674ebf980452ed86 (patch) | |
tree | 75d5e0f1fd84925d0a19a353892e36a3bd3a2106 /fs/Config.in | |
parent | 4ab6883ac5aa07ea1c317d85c92495b155cf214a (diff) | |
parent | 525ac766cd795c4f7f721e7b940e3ebce99e8ebc (diff) |
Merge branch 'fs-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'fs/Config.in')
-rw-r--r-- | fs/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/Config.in b/fs/Config.in index f885c52e7..6865eeaff 100644 --- a/fs/Config.in +++ b/fs/Config.in @@ -15,6 +15,14 @@ config BR2_ROOTFS_POST_BUILD_SCRIPT only argument. Make sure the exit code of that script is 0, otherwise make will stop after calling it. +config BR2_ROOTFS_DEVICE_TABLE + string "Path to the device table" + default "target/generic/device_table.txt" + help + Specify the location of a device table, that will be passed + to the makedevs utility to create all the special device + files in the target filesystem. + source "fs/cramfs/Config.in" source "fs/cloop/Config.in" source "fs/ext2/Config.in" |