Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | boot, package: use SPDX short identifier for BSD-3c | Rahul Bedarkar | 2017-04-01 | 1 | -1/+1 |
| | | | | | | | | | | | We want to use SPDX identifier for license string as much as possible. SPDX short identifier for BSD-3c is BSD-3-Clause. This change is done using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/BSD-3c/BSD-3-Clause/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | minissdpd: new package | Fabrice Fontaine | 2016-07-30 | 5 | -0/+110 |
SSDP managing daemon. Designed to work with miniupnpc, miniupnpd, minidlna, etc. http://miniupnp.free.fr/ Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com> [Thomas: - remove patch for _GNU_SOURCE, pass it from the .mk file instead - add dependency on BR2_USE_MMU, fork() is used. - rename $IF variable in init script/systemd unit file to $IFACE, for clarity.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |