aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-07-30 15:27:51 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-07-30 15:27:51 +0000
commit5c36607da64a0e2e3906fa926f36d9514e92c0e8 (patch)
treef25d0055a9187e8ff80b865712c3d09d1d3a2064 /package/ppp/Makefile
parent87031562ae11eeac354d4ba7e984ab727fda83e6 (diff)
downloadmaster-187ad058-5c36607da64a0e2e3906fa926f36d9514e92c0e8.tar.gz
master-187ad058-5c36607da64a0e2e3906fa926f36d9514e92c0e8.tar.bz2
master-187ad058-5c36607da64a0e2e3906fa926f36d9514e92c0e8.zip
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/Makefile')
-rw-r--r--package/ppp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile
index e49b610c36..6581ef7e2b 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