adbyby: add aarch64 arm 64bit support

This commit is contained in:
LEAN-ESX 2020-03-07 19:49:53 -08:00
parent 174fb41716
commit 3cf2d8b1a4

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=adbyby
PKG_VERSION:=2.7
PKG_RELEASE:=20200307
PKG_RELEASE:=20200308
include $(INCLUDE_DIR)/package.mk
@ -16,7 +16,7 @@ define Package/$(PKG_NAME)
SECTION:=net
CATEGORY:=Network
TITLE:=Powerful adblock module to block ad.
DEPENDS:=@(x86||x86_64||arm||mipsel||mips)
DEPENDS:=@(x86||x86_64||arm||mipsel||mips||aarch64)
URL:=http://www.adbyby.com/
endef
@ -45,6 +45,9 @@ ifeq ($(ARCH),arm)
ADBYBY_DIR:=arm
endif
endif
ifeq ($(ARCH),aarch64)
ADBYBY_DIR:=armv7
endif
define Build/Prepare
endef