summaryrefslogtreecommitdiffstats
path: root/rules/at.make
Commit message (Collapse)AuthorAgeFilesLines
* rules: Replace deprecated <PKG>_ENVLadislav Michl2022-10-211-1/+1
| | | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Message-Id: <Y0/5xdFZO3u0952+@lenoch> [mol: update explicit user of JVISU_ENV] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* at: version bump 3.1.12 -> 3.2.5Alexander Dahl2022-05-251-5/+6
| | | | | | | | | | | | | | | | Old version 3.1.12 was released 13 years ago back in 2009. Upstream changed in 2015, tarballs are available at a new URL now. Patches could all be removed, issues where addressed upstream in a different way however. Changes in Copyright file where updating an e-mail address and adding a note on new maintainership. Link: http://blog.calhariz.com/index.php/post/2015/12/06/Taking-over-the-developement-of-at-daemon. Signed-off-by: Alexander Dahl <ada@thorsis.com> Message-Id: <20220525083752.5881-2-ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: cleanup busybox init start script handlingMichael Olbrich2020-11-201-2/+0
| | | | | | | | Make the options only visible if INITMETHOD_BBINIT is enabled. This makes the menu cleaner and the extra 'ifdef PTXCONF_INITMETHOD_BBINIT' can be dropped. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* at: use GLOBAL_PAMMichael Olbrich2020-02-041-3/+6
| | | | | | Otherwise, pam may or may not be used depending on the build order. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* at: Add license identifiers and hashesAlexander Dahl2019-05-291-1/+4
| | | | | Signed-off-by: Alexander Dahl <ada@thorsis.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* at: fix URLMichael Olbrich2016-08-221-1/+1
| | | | | | | This version is no longer available at the normal Debian mirrors. Use snapshot.debian.org instead. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* at: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* rules: use ptx/mirror for all mirror URLsMichael Olbrich2012-01-061-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [at] targetinstall consolidationRobert Schwebel2010-10-221-6/+1
| | | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [at] install rc.d link with the init scriptMichael Olbrich2010-07-271-0/+6
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [at] disable parallel building correctlyMichael Olbrich2009-12-161-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [at] new packetMarc Kleine-Budde2009-12-031-0/+123
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>