projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb43663
)
Add missing dependencies for pptpd, closes #656
author
Florian Fainelli
<florian@openwrt.org>
Tue, 22 Aug 2006 12:40:56 +0000
(12:40 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 22 Aug 2006 12:40:56 +0000
(12:40 +0000)
SVN-Revision: 4631
net/pptpd/Makefile
patch
|
blob
|
history
diff --git
a/net/pptpd/Makefile
b/net/pptpd/Makefile
index 37895b8f04c302172549b050192de564857e9742..c83a0b5ff6609c4ec9cdde3d559e1c766b0ea565 100755
(executable)
--- a/
net/pptpd/Makefile
+++ b/
net/pptpd/Makefile
@@
-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