mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 03:41:29 +00: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