diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-02 18:19:37 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-02 18:19:37 +0000 |
commit | f71c16fb64ec56a96d1955dbc44975f349cb6b1f (patch) | |
tree | 29b5ad5272e8063e54919413740f89d1c4ea31ee /target/linux/ixp4xx-2.6/image/Config.in | |
parent | c105074ae4bf75a78c5f774d58c320d51a680990 (diff) |
Fix config.in typo and enable by default only for ixp4xx-2.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7458 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx-2.6/image/Config.in')
-rw-r--r-- | target/linux/ixp4xx-2.6/image/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ixp4xx-2.6/image/Config.in b/target/linux/ixp4xx-2.6/image/Config.in index b87aa5131..76d86e405 100644 --- a/target/linux/ixp4xx-2.6/image/Config.in +++ b/target/linux/ixp4xx-2.6/image/Config.in @@ -1,6 +1,6 @@ config IXP4XX_INCLUDE_UCODE - bool "Build images with Intel IXP4xx Microcode - default y + bool "Build images with Intel IXP4xx Microcode" + default y if LINUX_2_6_IXP4XX help You must manually download IPL_ixp400NpeLibrary-2_4.zip from http://www.intel.com/design/network/products/npfamily/ixp400_archives.htm |