提交 3cf2d8b1 编写于 作者: L LEAN-ESX

adbyby: add aarch64 arm 64bit support

上级 174fb417
...@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk ...@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=adbyby PKG_NAME:=adbyby
PKG_VERSION:=2.7 PKG_VERSION:=2.7
PKG_RELEASE:=20200307 PKG_RELEASE:=20200308
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
...@@ -16,7 +16,7 @@ define Package/$(PKG_NAME) ...@@ -16,7 +16,7 @@ define Package/$(PKG_NAME)
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=Powerful adblock module to block ad. 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/ URL:=http://www.adbyby.com/
endef endef
...@@ -45,6 +45,9 @@ ifeq ($(ARCH),arm) ...@@ -45,6 +45,9 @@ ifeq ($(ARCH),arm)
ADBYBY_DIR:=arm ADBYBY_DIR:=arm
endif endif
endif endif
ifeq ($(ARCH),aarch64)
ADBYBY_DIR:=armv7
endif
define Build/Prepare define Build/Prepare
endef endef
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册