1*4882a593Smuzhiyunconfig BR2_PACKAGE_NODM 2*4882a593Smuzhiyun bool "nodm" 3*4882a593Smuzhiyun depends on BR2_PACKAGE_XORG7 4*4882a593Smuzhiyun depends on (BR2_ENABLE_LOCALE && BR2_USE_WCHAR) # linux-pam 5*4882a593Smuzhiyun depends on !BR2_STATIC_LIBS # linux-pam 6*4882a593Smuzhiyun depends on BR2_USE_MMU # linux-pam 7*4882a593Smuzhiyun select BR2_PACKAGE_XLIB_LIBX11 8*4882a593Smuzhiyun select BR2_PACKAGE_LINUX_PAM 9*4882a593Smuzhiyun help 10*4882a593Smuzhiyun nodm is a minimal display manager that simply logs in 11*4882a593Smuzhiyun as a given user and starts an X session, without asking 12*4882a593Smuzhiyun for username or password. 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun For those cases where automatic login is needed (and 15*4882a593Smuzhiyun does not imply a security issue), nodm is simple to setup, 16*4882a593Smuzhiyun lightweight, and it should do exactly the right thing. 17*4882a593Smuzhiyun 18*4882a593Smuzhiyun https://github.com/spanezz/nodm/ 19*4882a593Smuzhiyun 20*4882a593Smuzhiyuncomment "nodm needs a toolchain w/ wchar, locale, dynamic library" 21*4882a593Smuzhiyun depends on BR2_PACKAGE_XORG7 22*4882a593Smuzhiyun depends on !(BR2_ENABLE_LOCALE && BR2_USE_WCHAR) \ 23*4882a593Smuzhiyun || BR2_STATIC_LIBS 24