Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

Commit

Permalink
fix ssl bug
Browse files Browse the repository at this point in the history
  • Loading branch information
paldier committed May 2, 2020
1 parent 148b3a8 commit 300df43
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 227 deletions.
2 changes: 1 addition & 1 deletion release/src/router/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2558,7 +2558,7 @@ wb-install:

push_log: wb

rc: shared nvram$(BCMEX)$(EX7) libbcmcrypto libdisk $(if $(RTCONFIG_FBWIFI),fb_wifi) $(if $(RTCONFIG_QTN),libqcsapi_client) $(if $(CONFIG_LIBBCM),libbcm) $(if $(RTCONFIG_BWDPI),bwdpi_source) $(if $(RTCONFIG_USB_SMS_MODEM),smspdu) $(if $(RTCONFIG_HND_ROUTER),bcm_flashutil bcm_util bcm_boardctl) $(if $(RTCONFIG_OPENVPN),libvpn) $(if $(RTCONFIG_LANTIQ),libfapi-0.1) $(if $(RTCONFIG_CFGSYNC), $(CFGSYNC_PKG) $(if $(RTCONFIG_AMAS), amas-utils) $(if $(RTCONFIG_LANTIQ),hostapd-2.6)) json-c $(if $(RTCONFIG_FRS_FEEDBACK), curl-7.21.7)
rc: shared nvram$(BCMEX)$(EX7) libdisk $(if $(RTCONFIG_FBWIFI),fb_wifi) $(if $(RTCONFIG_QTN),libqcsapi_client) $(if $(CONFIG_LIBBCM),libbcm) $(if $(RTCONFIG_BWDPI),bwdpi_source) $(if $(RTCONFIG_USB_SMS_MODEM),smspdu) $(if $(RTCONFIG_HND_ROUTER),bcm_flashutil bcm_util bcm_boardctl) $(if $(RTCONFIG_OPENVPN),libvpn) $(if $(RTCONFIG_LANTIQ),libfapi-0.1) $(if $(RTCONFIG_CFGSYNC), $(CFGSYNC_PKG) $(if $(RTCONFIG_AMAS), amas-utils) $(if $(RTCONFIG_LANTIQ),hostapd-2.6)) json-c $(if $(RTCONFIG_FRS_FEEDBACK), curl-7.21.7)

rc-install:
$(MAKE) -C rc INSTALLDIR=$(INSTALLDIR)/rc install
Expand Down
2 changes: 1 addition & 1 deletion release/src/router/extendno.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
EXTENDNO=RTAC85P_B5.1.0-gfc2cc26
EXTENDNO=RTAC85P_B5.1.0-g148b3a8
2 changes: 1 addition & 1 deletion release/src/router/rc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ include $(SRCBASE)/.config
ifeq ($(RTCONFIG_REALTEK),y)
LDFLAGS = -L$(TOP)/nvram${BCMEX} -lnvram -L$(TOP)/shared -lshared -lcrypt -ldl
else
LDFLAGS = -L$(TOP)/nvram${BCMEX}${EX7} -lnvram -L$(TOP)/shared -lshared -lcrypt -L$(TOP)/libbcmcrypto -lbcmcrypto -ldl
LDFLAGS = -L$(TOP)/nvram${BCMEX}${EX7} -lnvram -L$(TOP)/shared -lshared -lcrypt -ldl
endif
ifeq ($(HND_ROUTER),y)
CFLAGS += -I$(HND_SRC)/userspace/public/include -I$(HND_SRC)/userspace/public/include/linux -I$(HND_SRC)/userspace/private/include
Expand Down
120 changes: 0 additions & 120 deletions release/src/router/rom/webs_scripts/merlinr_webs_download.sh

This file was deleted.

Loading

0 comments on commit 300df43

Please sign in to comment.