diff --git a/release/src-rt/Makefile b/release/src-rt/Makefile index 0fd14848ed..c5dadcf0ca 100644 --- a/release/src-rt/Makefile +++ b/release/src-rt/Makefile @@ -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) diff --git a/release/src/router/extendno.conf b/release/src/router/extendno.conf index aa5d855bc1..cb966bd48d 100755 --- a/release/src/router/extendno.conf +++ b/release/src/router/extendno.conf @@ -1 +1 @@ -EXTENDNO=RMAC2100_B5.1.3b-g70451d0 +EXTENDNO=RTAC85P_B5.1.3-g7eb5d7e diff --git a/release/src/router/shared/Makefile b/release/src/router/shared/Makefile index 4fe64d1905..e6a0316e9b 100644 --- a/release/src/router/shared/Makefile +++ b/release/src/router/shared/Makefile @@ -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