Skip to content

Commit

Permalink
update ssrp
Browse files Browse the repository at this point in the history
  • Loading branch information
fightroad committed Sep 17, 2024
1 parent 61f027b commit 44771c8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions trunk/user/shadowsocks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ configure_ss:

clean: clean_ssr clean_ss
rm -f ssr_config_done ss_config_done
#rm -rf $(GFWLIST_DIR)

clean_ssr:
( if [ -f $(SRC_SSR_NAME)/Makefile ] ; then \
Expand All @@ -93,7 +92,6 @@ romfs:
ifeq ($(CONFIG_FIRMWARE_INCLUDE_SHADOWSOCKS),y)
chmod -R +x scripts/
$(ROMFSINST) $(THISDIR)/scripts/ /usr/bin/
#$(ROMFSINST) $(THISDIR)/gfwlist/gfwlist.bz2 /etc_ro/gfwlist.bz2
$(ROMFSINST) $(THISDIR)/oversea/oversea_list.conf /etc_ro/oversea_list.conf
$(ROMFSINST) $(THISDIR)/gfwlist/gfwlist_list.conf /etc_ro/gfwlist_list.conf
$(ROMFSINST) /etc_ro/ss_dom.sh
Expand All @@ -104,16 +102,11 @@ ifeq ($(CONFIG_FIRMWARE_INCLUDE_SHADOWSOCKS),y)
$(ROMFSINST) /etc_ro/ss_lan_ip.sh
$(ROMFSINST) /etc_ro/ss_wan_ip.sh
$(ROMFSINST) /etc_ro/ss_dlink.sh
#$(ROMFSINST) /etc_ro/dlink.js
$(ROMFSINST) $(THISDIR)/ss/ /etc_ro/ss/
$(ROMFSINST) -p +x $(THISDIR)/$(SRC_SSR_NAME)/src/ss-redir /usr/bin/ssr-redir
$(ROMFSINST) -p +x $(THISDIR)/$(SRC_SSR_NAME)/src/ss-local /usr/bin/ssr-local
$(ROMFSINST) -p +x $(THISDIR)/$(SRC_SS_NAME)/src/ss-redir /usr/bin/ss-redir
#$(ROMFSINST) -p +x $(THISDIR)/$(SRC_SS_NAME)/src/ss-tunnel /usr/bin/ss-tunne
$(ROMFSINST) -p +x $(THISDIR)/$(SRC_SS_NAME)/src/ss-local /usr/bin/ss-local
$(ROMFSINST) -p +x $(THISDIR)/scripts/ss-check /usr/bin/ss-check
#ln -sf /var/ss-redir $(ROMFSDIR)/usr/bin/ss-redir
#ln -sf /var/ss-tunnel $(ROMFSDIR)/usr/bin/ss-local
endif
ifeq ($(CONFIG_FIRMWARE_INCLUDE_SSSERVER),y)
$(ROMFSINST) -p +x $(THISDIR)/$(SRC_SS_NAME)/src/ss-server /usr/bin/ss-server
Expand Down

0 comments on commit 44771c8

Please sign in to comment.