Skip to content

Commit

Permalink
dsl-ac68u: re-enabled FRS_FEEDBACK to fix the build. PROBLEM: dsl_dia…
Browse files Browse the repository at this point in the history
…g.o requires start_sendDSLdiag symbol which is available in dsl_fb.o, but this object is not there when the flag is off.
  • Loading branch information
zaloisio committed Feb 19, 2021
1 parent 19c65d0 commit e6bcc9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/src-rt/target.mak
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ export RT-AC68U += BUILD_NAME="RT-AC68U" NEWSSID_REV2=y UUPLUGIN=y AVBLCHAN=y \
AHS=n ASD=y FRS_LIVE_UPDATE=n OPEN_NAT=y SW_CTRL_ALLLED=y
export RT-AC68U += JFFS_NVRAM=y NVRAM_ENCRYPT=y

DSL-AC68U-NONE := LOGO_LED=y LED_BTN=y ROG=y
DSL-AC68U-NONE := LOGO_LED=y LED_BTN=y ROG=y FRS_FEEDBACK=n
export DSL-AC68U := $(filter-out $(DSL-AC68U-NONE),$(RT-AC68U_BASE))
export DSL-AC68U += BUILD_NAME="DSL-AC68U" TFAT=y NTFS="tuxera" HFS="tuxera" DSL=y DSL_TCLINUX=y VDSL=y BTN_WPS_ALLLED=y TCPDUMP=y BCM4352_5G=y JFFS_NVRAM=y AHS=y ASD=y FRS_LIVE_UPDATE=y
export DSL-AC68U += DSL_REMOTE=y MULTISERVICE_WAN=y VAR_NVRAM=y
export DSL-AC68U += PC_SCHED_V3=n
export DSL-AC68U += PC_SCHED_V3=n FRS_FEEDBACK=y

#
# Broadcom HND ARM platform
Expand Down

0 comments on commit e6bcc9a

Please sign in to comment.