|
@@ -1,6 +1,7 @@
|
|
config BR2_PACKAGE_TSTOOLS
|
|
config BR2_PACKAGE_TSTOOLS
|
|
bool "tstools"
|
|
bool "tstools"
|
|
depends on BR2_LARGEFILE
|
|
depends on BR2_LARGEFILE
|
|
|
|
+ depends on BR2_USE_MMU # fork()
|
|
help
|
|
help
|
|
This is a set of cross-platform command line tools for
|
|
This is a set of cross-platform command line tools for
|
|
working with MPEG data
|
|
working with MPEG data
|
|
@@ -18,3 +19,4 @@ config BR2_PACKAGE_TSTOOLS
|
|
|
|
|
|
comment "tstools needs a toolchain w/ largefile"
|
|
comment "tstools needs a toolchain w/ largefile"
|
|
depends on !BR2_LARGEFILE
|
|
depends on !BR2_LARGEFILE
|
|
|
|
+ depends on BR2_USE_MMU
|