Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-13 | ifplugd: fix non-C++ build | Peter Korsgaard | |
The ifplugd configure script was checking for a C++ compiler, even though it isn't used for anything. | |||
2008-12-04 | ifplugd: don't overwrite target etc/init.d/ifplugd.* | Peter Korsgaard | |
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. | |||
2008-08-19 | ifplugd: add missing newline | Peter Korsgaard | |
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-07-10 | ifplugd: only run post-install hook when needed | Peter Korsgaard | |
2008-07-02 | ifplugd: only install default config if not provided in skeleton | Peter Korsgaard | |
2008-05-31 | package: ifplugd package | Peter Korsgaard | |