xref: /OK3568_Linux_fs/buildroot/package/at/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_AT
2	bool "at"
3	depends on BR2_USE_MMU
4	help
5	  At and batch read shell commands from standard input and
6	  store them as jobs to be scheduled for execution in the
7	  future.
8
9	  at    - run the job at a specified time
10	  batch - run the job when system load levels permit
11
12	  https://salsa.debian.org/debian/at
13