Add missing dependencies for pptpd, closes #656
authorFlorian Fainelli <florian@openwrt.org>
Tue, 22 Aug 2006 12:40:56 +0000 (12:40 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Tue, 22 Aug 2006 12:40:56 +0000 (12:40 +0000)
SVN-Revision: 4631

net/pptpd/Makefile

index 37895b8f04c302172549b050192de564857e9742..c83a0b5ff6609c4ec9cdde3d559e1c766b0ea565 100755 (executable)
@@ -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