summaryrefslogtreecommitdiffstats
path: root/package/ifplugd
Commit message (Collapse)AuthorAgeFilesLines
* ifplugd: misc fixesGustavo Zacarias2011-10-151-6/+7
| | | | | | | | | | * Busybox provides ifplugd, so build after it and make the menu option conditional on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS * Style cleanup [Peter: really make it depend on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ifplugd: convert to new style hookThomas Petazzoni2010-09-121-9/+9
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* ifplugd: fix non-C++ buildPeter Korsgaard2008-12-132-1/+18
| | | | | The ifplugd configure script was checking for a C++ compiler, even though it isn't used for anything.
* ifplugd: don't overwrite target etc/init.d/ifplugd.*Peter Korsgaard2008-12-041-0/+4
| | | | | | | | install-strip unconditionally overwrites $(TARGET_DIR)/etc/init.d/ifplugd.*, so the check in _HOOK_POST_INSTALL is useless. Fix it by using install-exec and manually stripping the target binaries instead.
* ifplugd: add missing newlinePeter Korsgaard2008-08-191-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0Star
| | | | 'default n' is the default, so there's no need to say it explicitly.
* ifplugd: only run post-install hook when neededPeter Korsgaard2008-07-101-1/+2
|
* ifplugd: only install default config if not provided in skeletonPeter Korsgaard2008-07-021-3/+4
|
* package: ifplugd packagePeter Korsgaard2008-05-314-0/+82