aboutsummaryrefslogtreecommitdiffstats
path: root/package/ppp
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-03-14 17:22:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-03-14 17:22:37 +0000
commit9b19b17de1f235acdfa38b67f90af3a1ec9e2c9b (patch)
tree32e4dd6da52b6594301f6e3e4399866c68a99e35 /package/ppp
parent3c532122ecf0ae17bd63acbb973f73cfb2eff48d (diff)
downloadupstream-9b19b17de1f235acdfa38b67f90af3a1ec9e2c9b.tar.gz
upstream-9b19b17de1f235acdfa38b67f90af3a1ec9e2c9b.tar.bz2
upstream-9b19b17de1f235acdfa38b67f90af3a1ec9e2c9b.zip
make kernel ppp optional and remove cramfs support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@372 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp')
-rw-r--r--package/ppp/Config.in1
-rw-r--r--package/ppp/control/ppp.control1
2 files changed, 2 insertions, 0 deletions
diff --git a/package/ppp/Config.in b/package/ppp/Config.in
index 1d4aecbfa2..1f92022efa 100644
--- a/package/ppp/Config.in
+++ b/package/ppp/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_PPP
tristate
+ select BR2_PACKAGE_KMOD_PPP
prompt "PPP daemon"
default y
diff --git a/package/ppp/control/ppp.control b/package/ppp/control/ppp.control
index 68b2dffb7b..3f6163eca3 100644
--- a/package/ppp/control/ppp.control
+++ b/package/ppp/control/ppp.control
@@ -5,4 +5,5 @@ Version: 2.4.3-3
Architecture: mipsel
Maintainer: Felix Fietkau <nbd@vd-s.ath.cx>
Source: buildroot internal
+Depends: kmod-ppp
Description: a PPP (Point-to-Point Protocol) daemon (with MPPE/MPPC support)