X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fppp%2FMakefile;h=7d05db09af7b3133d5e35e81631c29e34a9b3db6;hp=80c6f5afe8fdfbb83832d0c7381739a950bee945;hb=ad47d89fa770c12e6a2f38cb83396702e3a515af;hpb=0e259e274c5817efb06e143ecbbae7af8485a6d3 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:=\