1config BR2_PACKAGE_JOE 2 bool "joe" 3 depends on BR2_USE_MMU # fork() 4 help 5 Joe's Own Editor 6 7 JOE is an easy-to-use, full featured terminal-based screen 8 editor. Its behavior is a blending of WordStar and GNU-EMACS 9 (but it does not use code from either program). 10 It is a great editor for new users or as an alternative to vi. 11 12 http://joe-editor.sf.net 13 14config BR2_PACKAGE_JOE_FULL 15 bool "full install of rc and syntax highlighting files" 16 default y 17 depends on BR2_PACKAGE_JOE 18 help 19 Install all rc and syntax highlighting files. Without this 20 option only the joe binary is installed, which contains a 21 default configuration. 22