summaryrefslogtreecommitdiffstats
path: root/package/ppp
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-30 15:27:51 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-07-30 15:27:51 +0000
commit4a7464651be077eaa3e032e25d0a188160caa9e4 (patch)
treef25d0055a9187e8ff80b865712c3d09d1d3a2064 /package/ppp
parent4ef55873da17e9db2f0fbd7879dd38392388996e (diff)
port ppp modules to package/kernel and fix ppp package dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4329 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp')
-rw-r--r--package/ppp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index e49b610c3..6581ef7e2 100644
--- a/package/ppp/Makefile
+++ b/package/ppp/Makefile
@@ -28,6 +28,7 @@ SECTION:=net
CATEGORY:=Network
MENU:=1
DEFAULT:=y
+DEPENDS:=+kmod-ppp
TITLE:=PPP daemon
DESCRIPTION:=PPP (Point-to-Point Protocol) daemon
URL:=http://ppp.samba.org/
@@ -36,7 +37,7 @@ endef
define Package/ppp-mod-pppoa
SECTION:=net
CATEGORY:=Network
-DEPENDS:=ppp +linux-atm
+DEPENDS:=ppp +linux-atm +kmod-pppoa
TITLE:=PPPoA plugin
DESCRIPTION:=PPPoA (PPP over ATM) plugin for ppp
endef
@@ -45,7 +46,7 @@ define Package/ppp-mod-pppoe
SECTION:=net
CATEGORY:=Network
DEFAULT:=y
-DEPENDS:=ppp
+DEPENDS:=ppp +kmod-pppoe
TITLE:=PPPoE plugin
DESCRIPTION:=PPPoE (PPP over Ethernet) plugin for ppp
endef