aboutsummaryrefslogtreecommitdiffstats
path: root/package/ifplugd
Commit message (Collapse)AuthorAgeFilesLines
* 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/+0
| | | | '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