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 | 5f30de27170d4472fb576f541d5786283e421628 (patch) | |
tree | bacb3af7274179739601d2c09562e3af0f491372 /package/Makefile | |
parent | 172dca5aa6e6d27ec7900644b2d492b3cdd4bccd (diff) | |
download | upstream-5f30de27170d4472fb576f541d5786283e421628.tar.gz upstream-5f30de27170d4472fb576f541d5786283e421628.tar.bz2 upstream-5f30de27170d4472fb576f541d5786283e421628.zip |
Add ulogd package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@914 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 8e8677e1c1..cc1eb65f2e 100644 --- a/package/Makefile +++ b/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 |