mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
@@ -37,7 +37,7 @@ endef
|
||||
define Package/rp-pppoe-common
|
||||
$(call Package/rp-pppoe/Default)
|
||||
TITLE+= common
|
||||
DEPENDS:=+ppp
|
||||
DEPENDS:=ppp
|
||||
endef
|
||||
|
||||
define Package/rp-pppoe-common/description
|
||||
|
||||
Reference in New Issue
Block a user