summaryrefslogtreecommitdiffstats
path: root/package/ifplugd/ifplugd.mk
Commit message (Collapse)AuthorAgeFilesLines
* ifplugd: fix non-C++ buildPeter Korsgaard2008-12-131-1/+1
| | | | | 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
|
* 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-311-0/+29