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

Commit adbca9a

Browse files
committed
Bumped revision to 5.1.3 final
1 parent 7eb5d7e commit adbca9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

release/src-rt/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ export PATH := $(RELEASEDIR)/tools:$(SRCBASE)/ctools:$(PATH)
6969

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

release/src/router/extendno.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
EXTENDNO=RMAC2100_B5.1.3b-g70451d0
1+
EXTENDNO=RTAC85P_B5.1.3-g7eb5d7e

release/src/router/shared/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ endif
320320
all: libshared.so libshared.a
321321

322322
libshared.so: $(OBJS)
323-
@echo " [shared] LD $@$(CFLAGS)"
323+
@echo " [shared] LD $@"
324324
ifeq ($(HND_ROUTER),y)
325325
@$(CC) $(LDFLAGS) $(EXTRA_LD_FLAGS) -shared -o $@ $^
326326
else

0 commit comments

Comments
 (0)