diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-04-13 14:12:04 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-04-13 14:12:04 +0000 |
commit | 56ddd63aef63c77285dbe67980652b2eb29aad36 (patch) | |
tree | 814311dff991fdcc36345a919c35ac0726e3953d /package/Makefile | |
parent | 4aabc3e42b3f33693df49fab666b5557da2e3917 (diff) | |
download | upstream-56ddd63aef63c77285dbe67980652b2eb29aad36.tar.gz upstream-56ddd63aef63c77285dbe67980652b2eb29aad36.tar.bz2 upstream-56ddd63aef63c77285dbe67980652b2eb29aad36.zip |
Add fakeidentd a lightweight identd daemon.
Fix minor typo in menuconfig for weechat
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3631 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 4da2eb1874..4d0f0046f5 100644 --- a/package/Makefile +++ b/package/Makefile @@ -49,6 +49,7 @@ package-$(BR2_PACKAGE_ELINKS) += elinks package-$(BR2_PACKAGE_ETHER_WAKE) += ether-wake package-$(BR2_COMPILE_EXPAT) += expat package-$(BR2_PACKAGE_EZIPUPDATE) += ez-ipupdate +package-$(BR2_PACKAGE_FAKEIDENTD) += fakeidentd package-$(BR2_PACKAGE_FETCHMAIL) += fetchmail package-$(BR2_COMPILE_FLAC) += flac package-$(BR2_PACKAGE_FPING) += fping |