summaryrefslogtreecommitdiffstats
path: root/target/generic/target_busybox_skeleton/etc/init.d
Commit message (Collapse)AuthorAgeFilesLines
* move default skeleton to fs/ and drop busybox skeletonDmytro Milinevskyy2010-07-183-106/+0
| | | | | | | [Peter: fixup patch, adjust for busybox.mk changes] Signed-off-by: Dmytro Milinevskyy <milinevskyy@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* make the default etc/init.d/S40network compatible with mshPeter Korsgaard2008-12-081-16/+6
| | | | | | | | msh is currently the only good choice for uClinux but it doesn't understands shell functions. In this case there is nothing to gain by using shell functions anyway. Signed-off-by: Nicolas Pitre <nico@cam.org>
* - preparation for BR2_PACKAGE_BUSYBOX_SKELETONBernhard Reutner-Fischer2007-02-153-0/+116
"Use a minimal target skeleton for use with busybox's mdev et al"