diff options
-rw-r--r-- | target/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/Config.in b/target/Config.in index 92d1fdc4b..07733b06b 100644 --- a/target/Config.in +++ b/target/Config.in @@ -908,7 +908,7 @@ config ADK_TARGET_ROOTFS_NFSROOT Root filesystem mounted via NFS. (DHCP) config ADK_TARGET_ROOTFS_USB - bool "root on USB stick" + bool "Boot from USB stick" select ADK_KERNEL_SCSI select ADK_KERNEL_ATA select ADK_KERNEL_BLK_DEV_SD @@ -919,7 +919,7 @@ config ADK_TARGET_ROOTFS_USB select ADK_KERNEL_EXT2_FS depends on ADK_LINUX_X86_IBMX40 help - Boot target from USB stick. + Boot system from USB stick. config ADK_TARGET_ROOTFS_EXT2_BLOCK bool "read-write filesystem for block devices with ext2" |