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 | 110d7e85f4a347964297f0d4ed6c8d5f245f5c71 (patch) | |
tree | 66fbb0cee33fb787d94abfbd50ad1679895d05b7 /target | |
parent | d266d8ce86893d29dad380ce20de54c51901e9e1 (diff) | |
download | upstream-110d7e85f4a347964297f0d4ed6c8d5f245f5c71.tar.gz upstream-110d7e85f4a347964297f0d4ed6c8d5f245f5c71.tar.bz2 upstream-110d7e85f4a347964297f0d4ed6c8d5f245f5c71.zip |
Remove the disabling of LEDS support for ixp4xx-2.6 compared to generic-2.6, and enabled ixp4xx LEDS support.
SVN-Revision: 7390
Diffstat (limited to 'target')
-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 |