diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-06-11 13:27:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-06-11 13:27:45 +0000 |
commit | a9698ab69525eeb555b11c55cfeab9e5685ad361 (patch) | |
tree | 10345d6c7f613d7c4040c442dae2c6aa6b48c90b | |
parent | ebc6e163c35692263d5975e3fd8fbb8a38583545 (diff) | |
download | upstream-a9698ab69525eeb555b11c55cfeab9e5685ad361.tar.gz upstream-a9698ab69525eeb555b11c55cfeab9e5685ad361.tar.bz2 upstream-a9698ab69525eeb555b11c55cfeab9e5685ad361.zip |
fix ixp4xx microcode menuconfig setting depends
SVN-Revision: 7561
-rw-r--r-- | target/linux/ixp4xx-2.6/image/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ixp4xx-2.6/image/Config.in b/target/linux/ixp4xx-2.6/image/Config.in index 76d86e4054..ef5aed4734 100644 --- a/target/linux/ixp4xx-2.6/image/Config.in +++ b/target/linux/ixp4xx-2.6/image/Config.in @@ -1,6 +1,7 @@ config IXP4XX_INCLUDE_UCODE bool "Build images with Intel IXP4xx Microcode" - default y if LINUX_2_6_IXP4XX + depends LINUX_2_6_IXP4XX + default y help You must manually download IPL_ixp400NpeLibrary-2_4.zip from http://www.intel.com/design/network/products/npfamily/ixp400_archives.htm |