diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-07-30 15:27:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-07-30 15:27:51 +0000 |
commit | 5c36607da64a0e2e3906fa926f36d9514e92c0e8 (patch) | |
tree | f25d0055a9187e8ff80b865712c3d09d1d3a2064 /package/ppp | |
parent | 87031562ae11eeac354d4ba7e984ab727fda83e6 (diff) | |
download | upstream-5c36607da64a0e2e3906fa926f36d9514e92c0e8.tar.gz upstream-5c36607da64a0e2e3906fa926f36d9514e92c0e8.tar.bz2 upstream-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')
-rw-r--r-- | package/ppp/Makefile | 5 |
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 |