diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-26 13:37:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-26 13:37:30 +0000 |
commit | a442289eed89273d55b52c43d1a303d8cb0759f3 (patch) | |
tree | a07a502517551f2628abd9ffba485f7e513a6a3c /openwrt/target/linux/linux-2.4/config/ar7 | |
parent | 435057887ef62ff0ac8928ef91404757d7bef615 (diff) | |
download | mtk-20170518-a442289eed89273d55b52c43d1a303d8cb0759f3.zip mtk-20170518-a442289eed89273d55b52c43d1a303d8cb0759f3.tar.gz mtk-20170518-a442289eed89273d55b52c43d1a303d8cb0759f3.tar.bz2 |
some smaller cleanups and fix for rebooting ar7
SVN-Revision: 1570
Diffstat (limited to 'openwrt/target/linux/linux-2.4/config/ar7')
-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 159bcc7..3aa89fe 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 |