1config BR2_PACKAGE_SER2NET 2 bool "ser2net" 3 depends on BR2_USE_MMU # fork() 4 depends on BR2_TOOLCHAIN_HAS_ATOMIC # gensio 5 select BR2_PACKAGE_GENSIO 6 select BR2_PACKAGE_LIBYAML 7 help 8 Ser2net provides a way for a user to connect from a network 9 connection to a serial port. 10 11 http://ser2net.sourceforge.net 12