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

Commit

Permalink
Bumped revision to 5.1.3 final
Browse files Browse the repository at this point in the history
  • Loading branch information
paldier committed Dec 6, 2020
1 parent 7eb5d7e commit adbca9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions release/src-rt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ export PATH := $(RELEASEDIR)/tools:$(SRCBASE)/ctools:$(PATH)

#K3C/K3/SBRAC1900P/SBRAC3200P/R7000/R8000/R7900P/R8000P/RTACRH17/RTAC85P/GTAC2900/GTAC5300/RTAC86U/RTAC68U/RTAC3100/RTAC3200/RTAC68P/BLUECAVE/EA6700
#aimesh:R(384 and 385),non-aimesh:B(382 and 384),special:X(382/384/385/386)
export MERLINR_NAME := RMAC2100
export MERLINR_NAME := RTAC85P
export MERLINR_VER_MAJOR :=B
export MERLINR_VER_MINOR :=5.1.3b
export MERLINR_VER_MINOR :=5.1.3
export MERLINR_VER := $(MERLINR_VER_MAJOR)$(MERLINR_VER_MINOR)
export MERLINRVER := $(MERLINR_NAME)_$(MERLINR_VER)

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=RMAC2100_B5.1.3b-g70451d0
EXTENDNO=RTAC85P_B5.1.3-g7eb5d7e
2 changes: 1 addition & 1 deletion release/src/router/shared/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ endif
all: libshared.so libshared.a

libshared.so: $(OBJS)
@echo " [shared] LD $@$(CFLAGS)"
@echo " [shared] LD $@"
ifeq ($(HND_ROUTER),y)
@$(CC) $(LDFLAGS) $(EXTRA_LD_FLAGS) -shared -o $@ $^
else
Expand Down

0 comments on commit adbca9a

Please sign in to comment.