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 /docs/buildroot.html | |
parent | 4ab6883ac5aa07ea1c317d85c92495b155cf214a (diff) | |
parent | 525ac766cd795c4f7f721e7b940e3ebce99e8ebc (diff) |
Merge branch 'fs-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r-- | docs/buildroot.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index dfa69e0dd..abe822f79 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -661,16 +661,6 @@ endif <code>$(BOARD_PATH)/target_skeleton</code> so that the target skeleton is stored in the board specific directory.</li> - <li><code>TARGET_DEVICE_TABLE</code> to a file that contains - the target device table — the list of device files (in - <code>/dev/</code>) to be created by the root filesystem build - procedure. If this variable is defined, the given device table - will be used instead of the default one. If defined, the - convention is to define it to - <code>$(BOARD_PATH)/target_device_table.txt</code>. See - <code>target/generic/device_table.txt</code> for an example - file.</li> - </ul> </li> |