diff options
author | Rod Whitby <rod@whitby.id.au> | 2007-05-30 03:44:25 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2007-05-30 03:44:25 +0000 |
commit | 5829ba4f2b9aff40194861c82d1aa576653314c9 (patch) | |
tree | 4d4ea7ef338b2a27e3cd0bfaf0dec2d159056f24 | |
parent | 20909532d4d3c6064de53027b9997fb349e7cd55 (diff) | |
download | upstream-5829ba4f2b9aff40194861c82d1aa576653314c9.tar.gz upstream-5829ba4f2b9aff40194861c82d1aa576653314c9.tar.bz2 upstream-5829ba4f2b9aff40194861c82d1aa576653314c9.zip |
Remove the disabling of LEDS support for ixp4xx-2.6 compared to generic-2.6, and enabled ixp4xx LEDS support.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7390 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/ixp4xx-2.6/config/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/config/default b/target/linux/ixp4xx-2.6/config/default index d39324f9ae..bf3048e76d 100644 --- a/target/linux/ixp4xx-2.6/config/default +++ b/target/linux/ixp4xx-2.6/config/default @@ -210,6 +210,7 @@ CONFIG_JFFS2_FS_DEBUG=0 # CONFIG_JFS_FS is not set # CONFIG_KEXEC is not set # CONFIG_LANMEDIA is not set +CONFIG_LEDS_IXP4XX=y CONFIG_LEGACY_PTYS=y CONFIG_LEGACY_PTY_COUNT=256 # CONFIG_LIBCRC32C is not set @@ -300,7 +301,6 @@ CONFIG_NETFILTER_XT_MATCH_STATISTIC=m # CONFIG_NET_IPIP is not set # CONFIG_NET_SCH_NETEM is not set # CONFIG_NET_VENDOR_3COM is not set -# CONFIG_NEW_LEDS is not set # CONFIG_NLS_CODEPAGE_437 is not set # CONFIG_NLS_CODEPAGE_850 is not set # CONFIG_NLS_ISO8859_1 is not set |