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 | 32155c787122458c5782e04218ceb69023639631 (patch) | |
tree | 386a212ba5bd5ed9f4c3b53029757c1fc298130d /openwrt/package/Makefile | |
parent | c590e73632f7c2d0e63b543f4cc38f224708e0be (diff) |
Add fakeidentd a lightweight identd daemon.
Fix minor typo in menuconfig for weechat
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3631 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 4da2eb187..4d0f0046f 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |