Browse Source

Merge pull request #8708 from ysc3839/transmission-web

transmission: add PKGARCH:=all for transmission-web
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
f469c24e26
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      net/transmission/Makefile

+ 1
- 0
net/transmission/Makefile View File

@ -86,6 +86,7 @@ define Package/transmission-web
$(call Package/transmission/template)
TITLE+= (webinterface)
DEPENDS:=@(PACKAGE_transmission-daemon-openssl||PACKAGE_transmission-daemon-mbedtls)
PKGARCH:=all
endef


Loading…
Cancel
Save