Client Bridge Mode is not available on RT-N10+ C1 router.
Workaround: Setup the router as Repeater Bridge. However, the SSID will be rebroadcast. No disable the new ssid, go to Administrator > Command. Save this command as startup:
ifconfig ra0 down
ifconfig apcli0 down
rmmod rt2860v2_ap
# correct region and country code info
perl -i -pe 's{(CountryRegion=)\s*\d+}{${1}0};s{(CountryCode=).*$}{${1}US};' /tmp/RT2860.dat
insmod rt2860v2_ap
ifconfig ra0 0.0.0.0 up
ifconfig apcli0 0.0.0.0 up
brctl addif br0 apcli0
sleep 1
ifconfig ra0 down #disable wireless AP connections!
https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=714149