diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 05:06:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-12 05:06:56 +0000 |
commit | 105a602ecf14e4afe29f88e062496135bce41dc7 (patch) | |
tree | 486a3c1c55fa9733f87903e0adb73bd931a238b7 /package/ppp | |
parent | 646342f30f409ac8030b634f2715ab9acac07858 (diff) | |
download | upstream-105a602ecf14e4afe29f88e062496135bce41dc7.tar.gz upstream-105a602ecf14e4afe29f88e062496135bce41dc7.tar.bz2 upstream-105a602ecf14e4afe29f88e062496135bce41dc7.zip |
implement target profiles in menuconfig
SVN-Revision: 5512
Diffstat (limited to 'package/ppp')
-rw-r--r-- | package/ppp/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 80c6f5afe8..7d05db09af 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -33,7 +33,6 @@ endef define Package/ppp $(call Package/ppp/Default) - DEFAULT:=y DEPENDS:=+kmod-ppp TITLE:=PPP daemon DESCRIPTION:=\ @@ -44,7 +43,6 @@ endef define Package/ppp-mod-pppoa $(call Package/ppp/Default) DEPENDS:=ppp +linux-atm +kmod-pppoa - DEFAULT:=y if LINUX_2_4_AR7 TITLE:=PPPoA plugin DESCRIPTION:=\ This package contains a PPPoA (PPP over ATM) plugin for ppp. @@ -52,7 +50,6 @@ endef define Package/ppp-mod-pppoe $(call Package/ppp/Default) - DEFAULT:=y DEPENDS:=ppp +kmod-pppoe TITLE:=PPPoE plugin DESCRIPTION:=\ |