diff options
Diffstat (limited to 'package/tstools')
-rw-r--r-- | package/tstools/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/tstools/Config.in b/package/tstools/Config.in index c6c2696c12..706cb54330 100644 --- a/package/tstools/Config.in +++ b/package/tstools/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_TSTOOLS bool "tstools" - depends on BR2_LARGEFILE depends on BR2_USE_MMU # fork() help This is a set of cross-platform command line tools for @@ -16,7 +15,3 @@ config BR2_PACKAGE_TSTOOLS used to store data on DVDs. https://code.google.com/p/tstools/ - -comment "tstools needs a toolchain w/ largefile" - depends on !BR2_LARGEFILE - depends on BR2_USE_MMU |