Browse Source

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>
lilik-openwrt-22.03
Paulo Machado 5 years ago
parent
commit
b70cb0ef5e
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      utils/canutils/Makefile

+ 0
- 1
utils/canutils/Makefile View File

@ -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


Loading…
Cancel
Save