diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-15 13:40:51 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-15 13:40:51 +0000 |
commit | 0b16ead0b75f956f7c8d9f8c46a238eb37d4f635 (patch) | |
tree | a404dab98675dce4f7f233759e48324b84149a4d /package/Makefile | |
parent | 64998fb03960ed5413093b93a2f31013199b86dc (diff) | |
download | upstream-0b16ead0b75f956f7c8d9f8c46a238eb37d4f635.tar.gz upstream-0b16ead0b75f956f7c8d9f8c46a238eb37d4f635.tar.bz2 upstream-0b16ead0b75f956f7c8d9f8c46a238eb37d4f635.zip |
add miau from Benjamin Binier, updated to newest upstream, thx. add syslog-ng from Sebastien Bourgasser, pending missing libol package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3378 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 7405559460..856b7eb900 100644 --- a/package/Makefile +++ b/package/Makefile @@ -132,6 +132,7 @@ package-$(BR2_PACKAGE_MACCHANGER) += macchanger package-$(BR2_PACKAGE_MADPLAY) += madplay package-$(BR2_PACKAGE_MARADNS) += maradns package-$(BR2_COMPILE_MATRIXSSL) += matrixssl +package-$(BR2_PACKAGE_MIAU) += miau package-$(BR2_PACKAGE_MIAX) += miax package-$(BR2_PACKAGE_MICROCOM) += microcom package-$(BR2_PACKAGE_MICROPERL) += microperl @@ -230,6 +231,7 @@ package-$(BR2_PACKAGE_SSMTP) += ssmtp package-$(BR2_PACKAGE_SSLTUNNEL) += ssltunnel package-$(BR2_PACKAGE_SRELAY) += srelay package-$(BR2_PACKAGE_STRACE) += strace +package-$(BR2_PACKAGE_SYSLOG_NG) += syslog-ng package-$(BR2_PACKAGE_TCPDUMP) += tcpdump package-$(BR2_PACKAGE_TINC) += tinc package-$(BR2_PACKAGE_TINYPROXY) += tinyproxy |