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 | d9c6e201df534585fc75133c929432644c1e1023 (patch) | |
tree | 29b5ad5272e8063e54919413740f89d1c4ea31ee | |
parent | 0f70e268da2a893b1208933c9a7a33ae869fd2a7 (diff) | |
download | upstream-d9c6e201df534585fc75133c929432644c1e1023.tar.gz upstream-d9c6e201df534585fc75133c929432644c1e1023.tar.bz2 upstream-d9c6e201df534585fc75133c929432644c1e1023.zip |
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
-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 |