diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-04-13 13:59:42 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-04-13 13:59:42 +0000 |
commit | 4aabc3e42b3f33693df49fab666b5557da2e3917 (patch) | |
tree | a648ccce80e895a42a394be5570afa1de1c3a444 /package/Makefile | |
parent | 7abbf699c23f6e4c092ff44435b318d550a51e50 (diff) | |
download | upstream-4aabc3e42b3f33693df49fab666b5557da2e3917.tar.gz upstream-4aabc3e42b3f33693df49fab666b5557da2e3917.tar.bz2 upstream-4aabc3e42b3f33693df49fab666b5557da2e3917.zip |
Add weechat, a lightweight IRC client, thanks kolter !
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3630 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 0004c0e4cb..4da2eb1874 100644 --- a/package/Makefile +++ b/package/Makefile @@ -269,6 +269,7 @@ package-$(BR2_PACKAGE_VTUN) += vtun package-$(BR2_PACKAGE_VSFTPD) += vsftpd package-$(BR2_PACKAGE_WATCHDOG) += watchdog package-$(BR2_PACKAGE_WCCPD) += wccpd +package-$(BR2_PACKAGE_WEECHAT) += weechat package-$(BR2_PACKAGE_WIFICONF) += wificonf package-$(BR2_PACKAGE_WIFIDOG) += wifidog package-$(BR2_PACKAGE_WIVIZ) += wiviz |