From: Thomas Petazzoni Date: Sat, 17 Apr 2010 01:31:22 +0000 (+0200) Subject: documentation: update after TARGET_DEVICE_TABLE removal X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b78722085ad0c678fca8ea5a8e39c206f66afae;p=buildroot.git documentation: update after TARGET_DEVICE_TABLE removal Signed-off-by: Thomas Petazzoni --- diff --git a/docs/buildroot.html b/docs/buildroot.html index dfa69e0dd9..abe822f79f 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -661,16 +661,6 @@ endif $(BOARD_PATH)/target_skeleton so that the target skeleton is stored in the board specific directory. -
  • TARGET_DEVICE_TABLE to a file that contains - the target device table — the list of device files (in - /dev/) 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 - $(BOARD_PATH)/target_device_table.txt. See - target/generic/device_table.txt for an example - file.
  • -