Browse Source

smartmontools: fix dependency declaration by f5f49e4

Fix the dependency declaration by removing the unnecessary/illegal
commas:

>  WARNING: Makefile 'package/feeds/packages/smartmontools/Makefile' has a dependency on 'smartd,', which does not exist
>  WARNING: Makefile 'package/feeds/packages/smartmontools/Makefile' has a dependency on 'nail,', which does not exist
>  tmp/.config-package.in:153368:warning: ignoring unsupported character ','
>  tmp/.config-package.in:153373:warning: ignoring unsupported character ','

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
lilik-openwrt-22.03
Hannu Nyman 5 years ago
parent
commit
004faf98f5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/smartmontools/Makefile

+ 1
- 1
utils/smartmontools/Makefile View File

@ -72,7 +72,7 @@ define Package/smartd-mail
$(call Package/smartmontools/Default)
TITLE+= Email notifications
PKGARCH=all
DEPENDS+= +smartd, +nail, +msmtp-mta
DEPENDS+= +smartd +nail +msmtp-mta
endef
define Package/smartd-mail/description


Loading…
Cancel
Save