busybox: Move it to the recipes-core directory to match the naming

Jan pointed out that the original busybox is inside the recipes-core
directory, move it there as well.
hfreyther/master-next
Holger Hans Peter Freyther 10 years ago committed by Holger Hans Peter Freyther
parent b62f6083a5
commit 6431d35a85

@ -23,8 +23,8 @@ case "$1" in
echo "Not restarting $DESC: $NAME... "
;;
reload)
echo -n "reloading $DESC: $NAME... "
killall -HUP $(basename ${DAEMON})
echo -n "reloading $DESC: $NAME... "
killall -HUP $(basename ${DAEMON})
echo "done."
;;
*)

@ -1 +1 @@
require recipes-apps/busybox/${PN}_sysmocom.inc
require recipes-core/busybox/${PN}_sysmocom.inc

@ -1 +1 @@
require recipes-apps/busybox/${PN}_sysmocom.inc
require recipes-core/busybox/${PN}_sysmocom.inc

Loading…
Cancel
Save