30cf833b88
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter f in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
26 lines
945 B
Plaintext
26 lines
945 B
Plaintext
comment "fmc needs a toolchain w/ C++"
|
|
depends on BR2_powerpc_e500mc || BR2_powerpc_e6500
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
|
comment "fmc needs a Linux kernel to be built"
|
|
depends on BR2_powerpc_e500mc || BR2_powerpc_e6500
|
|
depends on !BR2_LINUX_KERNEL
|
|
|
|
config BR2_PACKAGE_FMC
|
|
bool "fmc"
|
|
depends on BR2_powerpc_e500mc || BR2_powerpc_e6500
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_LINUX_KERNEL # fmlib
|
|
select BR2_PACKAGE_TCLAP
|
|
select BR2_PACKAGE_LIBXML2
|
|
select BR2_PACKAGE_FMLIB
|
|
help
|
|
The Frame Manager Configuration tool is Freescale PowerPC
|
|
platform software package whose primary purpose is converting
|
|
Parse-Classify-Police-Distribute (PCD) descriptions of network
|
|
packets flow into hardware configuration. The tool provides an
|
|
abstraction layer between the end customer's vision of the PCD
|
|
task definition and real hardware implementation.
|
|
|
|
http://cache.freescale.com/files/32bit/doc/app_note/AN4760.pdf
|