diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-03-31 06:46:13 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-03-31 06:46:13 +0000 |
commit | 97e82c9a155ddf532a68b4757429cb9f648036a5 (patch) | |
tree | 3c918fa17bbccab70f1b8bd4ac0b04dfbc973726 /package | |
parent | fc256af6f8766413c73d206dc02f1984ac94297c (diff) | |
download | upstream-97e82c9a155ddf532a68b4757429cb9f648036a5.tar.gz upstream-97e82c9a155ddf532a68b4757429cb9f648036a5.tar.bz2 upstream-97e82c9a155ddf532a68b4757429cb9f648036a5.zip |
Add libnet package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@491 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Config.in b/package/Config.in index 6e369935a0..28bfc3576d 100644 --- a/package/Config.in +++ b/package/Config.in @@ -46,6 +46,7 @@ source "package/ncurses/Config.in" source "package/openssl/Config.in" source "package/pcre/Config.in" source "package/popt/Config.in" +source "package/libnet/Config.in" endmenu |