mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
uugamebooster: add default conffiles
This commit is contained in:
parent
8fc090abcb
commit
525d69c5d7
@ -29,16 +29,6 @@ define Package/$(PKG_NAME)/description
|
||||
NetEase's UU Game Booster Accelerates Triple-A Gameplay and Market
|
||||
endef
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
UU_ARCH:=x86_64
|
||||
PKG_MD5SUM:=a0cbc202f512034b3162244398a2ddc7
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),mipsel)
|
||||
UU_ARCH:=mipsel
|
||||
PKG_MD5SUM:=06abb6adbabd87a264fae6ce9ec1875c
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),arm)
|
||||
UU_ARCH:=arm
|
||||
PKG_MD5SUM:=c5b71d076a0901ab9a81496c916480f2
|
||||
@ -49,7 +39,17 @@ ifeq ($(ARCH),aarch64)
|
||||
PKG_MD5SUM:=36a66e4e33d7d1fa729c731e31d8219a
|
||||
endif
|
||||
|
||||
PKG_SOURCE_URL:=http://uu.gdl.netease.com/uuplugin/openwrt-$(UU_ARCH)/$(PKG_VERSION)/uu.tar.gz?
|
||||
ifeq ($(ARCH),mipsel)
|
||||
UU_ARCH:=mipsel
|
||||
PKG_MD5SUM:=06abb6adbabd87a264fae6ce9ec1875c
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),x86_64)
|
||||
UU_ARCH:=x86_64
|
||||
PKG_MD5SUM:=a0cbc202f512034b3162244398a2ddc7
|
||||
endif
|
||||
|
||||
PKG_SOURCE_URL:=https://uu.gdl.netease.com/uuplugin/openwrt-$(UU_ARCH)/$(PKG_VERSION)/uu.tar.gz?
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(UU_ARCH)-$(PKG_VERSION).tar.gz
|
||||
|
||||
STRIP:=true
|
||||
@ -64,6 +64,10 @@ endef
|
||||
define Build/Compile
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)/conffiles
|
||||
/root/.uuplugin_uuid
|
||||
endef
|
||||
|
||||
define Package/$(PKG_NAME)/install
|
||||
# $(INSTALL_DIR) $(1)/etc/init.d
|
||||
# $(INSTALL_BIN) ./files/uugamebooster.init $(1)/etc/init.d/uuplugin
|
||||
|
Loading…
Reference in New Issue
Block a user