diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-02 18:19:37 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-02 18:19:37 +0000 |
commit | f6502b8ca52699e46a3ba5764a5b0fe8af16b8e6 (patch) | |
tree | 0fd5ea0049a0e7d4021edc8b22d52b7e1b807c90 /target | |
parent | 87d417f460329080a0b1970697b37e408983c5e1 (diff) | |
download | upstream-f6502b8ca52699e46a3ba5764a5b0fe8af16b8e6.tar.gz upstream-f6502b8ca52699e46a3ba5764a5b0fe8af16b8e6.tar.bz2 upstream-f6502b8ca52699e46a3ba5764a5b0fe8af16b8e6.zip |
Fix config.in typo and enable by default only for ixp4xx-2.6
SVN-Revision: 7458
Diffstat (limited to 'target')
-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 b87aa5131e..76d86e4054 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 |