diff options
author | John Crispin <blogic@openwrt.org> | 2007-12-25 13:10:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2007-12-25 13:10:47 +0000 |
commit | c9f304d2aaf2867f50798cb5316316c8c6e2878e (patch) | |
tree | 94a46f7da810b98f9a53ae52025230d9925cccc2 | |
parent | 04cf6dcd665b6b8bd0b2910aeb6ce1bf5417ea70 (diff) | |
download | upstream-c9f304d2aaf2867f50798cb5316316c8c6e2878e.tar.gz upstream-c9f304d2aaf2867f50798cb5316316c8c6e2878e.tar.bz2 upstream-c9f304d2aaf2867f50798cb5316316c8c6e2878e.zip |
added ifxmips reset button to default config options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9924 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ifxmips/config-2.6.23 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ifxmips/config-2.6.23 b/target/linux/ifxmips/config-2.6.23 index f5ae09ceb1..d69bcf60d0 100644 --- a/target/linux/ifxmips/config-2.6.23 +++ b/target/linux/ifxmips/config-2.6.23 @@ -60,6 +60,7 @@ CONFIG_IFXMIPS=y CONFIG_IFXMIPS_ASC_UART=y CONFIG_IFXMIPS_EEPROM=y CONFIG_IFXMIPS_GPIO=y +CONFIG_IFXMIPS_GPIO_RST_BTN=y CONFIG_IFXMIPS_LED=y CONFIG_IFXMIPS_MEI=y CONFIG_IFXMIPS_MII0=y |