diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-02-10 20:43:07 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-02-10 20:43:07 +0000 |
commit | 453034bbdc45bb71f15cd9d2483eaf3cbe2d797e (patch) | |
tree | d68c1166f3a692cee4b2cd9c00b41fb854f438a2 | |
parent | 1477ae7b548498aa0fa34e7931ce88466aa6d708 (diff) | |
download | master-187ad058-453034bbdc45bb71f15cd9d2483eaf3cbe2d797e.tar.gz master-187ad058-453034bbdc45bb71f15cd9d2483eaf3cbe2d797e.tar.bz2 master-187ad058-453034bbdc45bb71f15cd9d2483eaf3cbe2d797e.zip |
add libpcap as compile dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3215 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile index ebd7e3b147..0a2731b726 100644 --- a/package/Makefile +++ b/package/Makefile @@ -331,7 +331,7 @@ peercast-compile: uclibc++-compile peerguardian-compile: libpthread-compile portmap-compile: tcp_wrappers-compile postgresql-compile: zlib-compile -ppp-compile: linux-atm-compile +ppp-compile: linux-atm-compile libpcap-compile ptunnel-compile: libpcap-compile quagga-compile: readline-compile ncurses-compile raddump-compile: openssl-compile libpcap-compile |