Add missing dependencies for pptpd, closes #656

git-svn-id: svn://svn.openwrt.org/openwrt/packages@4631 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2006-08-22 12:40:56 +00:00
parent 062fa289b5
commit f1c324139c

View File

@ -26,7 +26,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/pptpd
SECTION:=net
CATEGORY:=Network
DEPENDS:=
DEPENDS:=+kmod-ppp +kmod-gre
TITLE:=PopTop pptp server
DESCRIPTION:=PopTop pptp server
endef