diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 21:00:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 21:00:01 +0000 |
commit | efadab3747594aaf96e828e0909eb9525433c236 (patch) | |
tree | e21be89886adb2a81cbb726094e699cad23fcfe7 /target/linux/ixp4xx/image/Config.in | |
parent | 91c42459f5ef87731628fe1f57fca3d50ee6ab5e (diff) | |
download | upstream-efadab3747594aaf96e828e0909eb9525433c236.tar.gz upstream-efadab3747594aaf96e828e0909eb9525433c236.tar.bz2 upstream-efadab3747594aaf96e828e0909eb9525433c236.zip |
* upgrade ixp4xx to 2.6.23.12 * upgrade to the new ethernet driver (temporary breaks Marvell switch support on Compex units) * handle NPE microcodes in a user friendly way - YAY for Intel for changing the license * add support for the Lanready AP1000 (used in for example the Ligowave LGO2AGN)
SVN-Revision: 10016
Diffstat (limited to 'target/linux/ixp4xx/image/Config.in')
-rw-r--r-- | target/linux/ixp4xx/image/Config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target/linux/ixp4xx/image/Config.in b/target/linux/ixp4xx/image/Config.in deleted file mode 100644 index 7dd3b5fd55..0000000000 --- a/target/linux/ixp4xx/image/Config.in +++ /dev/null @@ -1,9 +0,0 @@ -config IXP4XX_INCLUDE_UCODE - bool "Build images with Intel IXP4xx Microcode" - depends TARGET_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 - and put it in the dl/ directory of the build system. - You will need to agree to the Intel Public License to do so - please do read it! |