fix ixp4xx microcode menuconfig setting depends
SVN-Revision: 7561
This commit is contained in:
parent
ebc6e163c3
commit
a9698ab695
|
@ -1,6 +1,7 @@
|
||||||
config IXP4XX_INCLUDE_UCODE
|
config IXP4XX_INCLUDE_UCODE
|
||||||
bool "Build images with Intel IXP4xx Microcode"
|
bool "Build images with Intel IXP4xx Microcode"
|
||||||
default y if LINUX_2_6_IXP4XX
|
depends LINUX_2_6_IXP4XX
|
||||||
|
default y
|
||||||
help
|
help
|
||||||
You must manually download IPL_ixp400NpeLibrary-2_4.zip from
|
You must manually download IPL_ixp400NpeLibrary-2_4.zip from
|
||||||
http://www.intel.com/design/network/products/npfamily/ixp400_archives.htm
|
http://www.intel.com/design/network/products/npfamily/ixp400_archives.htm
|
||||||
|
|
Loading…
Reference in New Issue