diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-13 14:12:04 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-13 14:12:04 +0000 |
commit | df5b298a493eb03fa72742e099573dc1c4424854 (patch) | |
tree | 814311dff991fdcc36345a919c35ac0726e3953d /package/Makefile | |
parent | c1bc56187e5a4a3259b963739605c7c9aa94312e (diff) |
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 4da2eb187..4d0f0046f 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 |