From 769a5b06f49079df882dd3dd6ae8790f6aa8fe89 Mon Sep 17 00:00:00 2001 From: aa65535 Date: Sat, 27 Dec 2014 20:37:53 +0800 Subject: [PATCH] bump --- Makefile | 6 +++++- README.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c4caa34..e73b230 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=redsocks2 PKG_VERSION:=0.60 -PKG_RELEASE=1 +PKG_RELEASE=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/aa65535/openwrt-redsocks2/releases/download/v$(PKG_VERSION) @@ -36,6 +36,10 @@ The name is changed to be REDSOCKS2 since this release to distinguish with origi This variant is useful for anti-GFW (Great Fire Wall). endef +define Package/shadowsocks-libev-spec/conffiles +/etc/config/redsocks2 +endef + define Package/redsocks2/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_BUILD_DIR)/redsocks2 $(1)/usr/bin diff --git a/README.md b/README.md index 0eba8ac..fc83bc2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ OpenWrt's Redsocks2 Makefile === - > 当前版本: 0.60-1 + > 当前版本: 0.60-2 编译说明 ---