diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-15 21:33:09 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-15 21:33:09 +0000 |
commit | 1476881f29d7e3876a9545fcbd249b34394ec7c8 (patch) | |
tree | a448061055c37adc5175df26de714e89a689c352 /openwrt/package/Makefile | |
parent | a5e6715d30c38f5bbecd0536e2730a9f822cb71b (diff) | |
download | mtk-20170518-1476881f29d7e3876a9545fcbd249b34394ec7c8.zip mtk-20170518-1476881f29d7e3876a9545fcbd249b34394ec7c8.tar.gz mtk-20170518-1476881f29d7e3876a9545fcbd249b34394ec7c8.tar.bz2 |
Add ulogd package
SVN-Revision: 914
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 8e8677e..cc1eb65 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -89,6 +89,7 @@ package-$(BR2_PACKAGE_SIPSAK) += sipsak package-$(BR2_PACKAGE_HTPDATE) += htpdate package-$(BR2_PACKAGE_HOWL) += howl package-$(BR2_PACKAGE_OSIRISD) += osiris +package-$(BR2_PACKAGE_ULOGD) += ulogd package-$(BR2_PACKAGE_VSFTPD) += vsftpd package-$(BR2_PACKAGE_XINETD) += xinetd |