1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 09:03:49 +03:00

package/ead: fix build dependency

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13843 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2009-01-03 22:37:02 +00:00
parent a3caa51a07
commit aa0766fe93

View File

@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ead
PKG_RELEASE:=1
PKG_BUILD_DEPENDS:=pcap
PKG_BUILD_DEPENDS:=libpcap
include $(INCLUDE_DIR)/package.mk