# verify that the CFE clkfreq is the factory default
nvram set asuscfe_dump=1 && dmesg | grep clkfreq
# clkfreq=800,666
# override the NVRAM clkfreq by doing this, or whatever you are comfortable overclocking to like "1000,800" or "1200,800", but no more than "1400,800"
nvram set asuscfeclkfreq=1400,800 && nvram commit
# see that the NVRAM clkfreq was also updated
nvram get clkfreq
# 1400,800
# verify that the CFE clkfreq did not change; it should not change
nvram set asuscfe_dump=1 && dmesg | grep clkfreq
# clkfreq=800,666
# either reboot or power cycle the router
reboot
# notice that the NVRAM clkfreq has reverted back to the CFE clkfreq, but wait...
nvram get clkfreq
# 800,666
# BogoMIPS shows that we are indeed overclocked to 1400MHz
cat /proc/cpuinfo
Processor : ARMv7 Processor rev 0 (v7l)
processor : 0
BogoMIPS : 2798.38
processor : 1
BogoMIPS : 2798.38
Features : swp half thumb fastmult edsp
CPU implementer : 0x41
CPU architecture: 7
CPU variant : 0x3
CPU part : 0xc09
CPU revision : 0
Hardware : Northstar Prototype
Revision : 0000
Serial : 0000000000000000