diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-26 13:37:30 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-26 13:37:30 +0000 |
commit | 83e7893f56b490836826ff1590af375b8bb7792d (patch) | |
tree | a07a502517551f2628abd9ffba485f7e513a6a3c /openwrt/target/linux/linux-2.4/config | |
parent | 23c216a0e20828bb3cc99baa0e9a7cec9fd9be8e (diff) |
some smaller cleanups and fix for rebooting ar7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1570 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/linux-2.4/config')
-rw-r--r-- | openwrt/target/linux/linux-2.4/config/ar7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/linux-2.4/config/ar7 b/openwrt/target/linux/linux-2.4/config/ar7 index 159bcc77dd..3aa89fed77 100644 --- a/openwrt/target/linux/linux-2.4/config/ar7 +++ b/openwrt/target/linux/linux-2.4/config/ar7 @@ -25,8 +25,8 @@ CONFIG_AR7=y # CONFIG_AR7DB is not set # CONFIG_AR7RD is not set CONFIG_AR7WRD=y -CONFIG_AR7_CPU_FREQUENCY=150 -CONFIG_AR7_SYS_FREQUENCY=125 +CONFIG_AR7_CPU=150 +CONFIG_AR7_SYS=125 CONFIG_AR7_MEMORY=0x14000000 # CONFIG_MIPS_BOSPORUS is not set # CONFIG_MIPS_FICMMP is not set |