X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b55f3db3abb3b2b3f672e9dff6e6760b3e9f8f85..5d7bd4aded1387640c2ee34f2c4b54e95b5a2256:/package/ppp/Makefile?ds=inline diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 80c6f5afe..7d05db09a 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:=\