mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
canutils: fix canutils makefile dependency
DEPENDS attribute makes canutils fail on installation procedure Removing it makes a successful build Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
This commit is contained in:
@@ -40,7 +40,6 @@ endef
|
||||
define GenPlugin
|
||||
define Package/$(addprefix canutils-,$(1))
|
||||
$(call Package/canutils/Default)
|
||||
DEPENDS:=canutils
|
||||
TITLE:=Utility $(1) from the CAN utilities
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user