From ef01898d984dcf9e7c044d5a7b638f69b1ef6b76 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 14 Mar 2005 17:22:37 +0000 Subject: make kernel ppp optional and remove cramfs support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@372 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/ppp/Config.in | 1 + openwrt/package/ppp/control/ppp.control | 1 + 2 files changed, 2 insertions(+) (limited to 'openwrt/package/ppp') diff --git a/openwrt/package/ppp/Config.in b/openwrt/package/ppp/Config.in index 1d4aecbfa..1f92022ef 100644 --- a/openwrt/package/ppp/Config.in +++ b/openwrt/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/openwrt/package/ppp/control/ppp.control b/openwrt/package/ppp/control/ppp.control index 68b2dffb7..3f6163eca 100644 --- a/openwrt/package/ppp/control/ppp.control +++ b/openwrt/package/ppp/control/ppp.control @@ -5,4 +5,5 @@ Version: 2.4.3-3 Architecture: mipsel Maintainer: Felix Fietkau Source: buildroot internal +Depends: kmod-ppp Description: a PPP (Point-to-Point Protocol) daemon (with MPPE/MPPC support) -- cgit v1.2.3