This repository was archived by the owner on Jan 3, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -69,9 +69,9 @@ export PATH := $(RELEASEDIR)/tools:$(SRCBASE)/ctools:$(PATH)
69
69
70
70
# K3C/K3/SBRAC1900P/SBRAC3200P/R7000/R8000/R7900P/R8000P/RTACRH17/RTAC85P/GTAC2900/GTAC5300/RTAC86U/RTAC68U/RTAC3100/RTAC3200/RTAC68P/BLUECAVE/EA6700
71
71
# 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
73
73
export MERLINR_VER_MAJOR :=B
74
- export MERLINR_VER_MINOR :=5.1.3b
74
+ export MERLINR_VER_MINOR :=5.1.3
75
75
export MERLINR_VER := $(MERLINR_VER_MAJOR )$(MERLINR_VER_MINOR )
76
76
export MERLINRVER := $(MERLINR_NAME ) _$(MERLINR_VER )
77
77
Original file line number Diff line number Diff line change 1
- EXTENDNO=RMAC2100_B5 .1.3b-g70451d0
1
+ EXTENDNO=RTAC85P_B5 .1.3-g7eb5d7e
Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ endif
320
320
all : libshared.so libshared.a
321
321
322
322
libshared.so : $(OBJS )
323
- @echo " [shared] LD $@ $( CFLAGS ) "
323
+ @echo " [shared] LD $@ "
324
324
ifeq ($(HND_ROUTER ) ,y)
325
325
@$(CC) $(LDFLAGS) $(EXTRA_LD_FLAGS) -shared -o $@ $^
326
326
else
You can’t perform that action at this time.
0 commit comments