rp-pppoe: depend on ppp instead of selecting it
ppp has multiple variants, so selecting one of them introduces a recursive dependency for any packge selecting it. Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
00de391b66
commit
f7e0e06fcb
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ endef
|
||||||
define Package/rp-pppoe-common
|
define Package/rp-pppoe-common
|
||||||
$(call Package/rp-pppoe/Default)
|
$(call Package/rp-pppoe/Default)
|
||||||
TITLE+= common
|
TITLE+= common
|
||||||
DEPENDS:=+ppp
|
DEPENDS:=ppp
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/rp-pppoe-common/description
|
define Package/rp-pppoe-common/description
|
||||||
|
|
Loading…
Reference in a new issue