* upgrade ixp4xx to 2.6.23.12 * upgrade to the new ethernet driver (temporary breaks...
authorImre Kaloz <kaloz@openwrt.org>
Fri, 28 Dec 2007 21:00:01 +0000 (21:00 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Fri, 28 Dec 2007 21:00:01 +0000 (21:00 +0000)
commitefadab3747594aaf96e828e0909eb9525433c236
treee21be89886adb2a81cbb726094e699cad23fcfe7
parent91c42459f5ef87731628fe1f57fca3d50ee6ab5e
* 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
48 files changed:
package/ixp4xx-microcode/Makefile [new file with mode: 0644]
package/ixp4xx-microcode/src/IxNpeMicrocode.h [new file with mode: 0644]
package/ixp4xx-microcode/src/LICENSE.IPL [new file with mode: 0644]
scripts/arm-magic.sh
target/linux/ixp4xx/Makefile
target/linux/ixp4xx/config-default
target/linux/ixp4xx/image/Config.in [deleted file]
target/linux/ixp4xx/image/Makefile
target/linux/ixp4xx/image/npe-ucode/Makefile [deleted file]
target/linux/ixp4xx/image/npe-ucode/src/IxNpeMicrocode.h [deleted file]
target/linux/ixp4xx/patches-2.6.23/001-kexec_atags.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/012-velocity_BE.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/013-fsg3_support.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/014-eeprom_new_notifier.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/015-nas100d_pata_artop_single_port.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/016-dsmg600_auto_power_on.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/017-nas100d_auto_power_on.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/021-nslu2_i2c_gpio_driver_support.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/022-nas100d_i2c_gpio_driver_support.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/023-avila_i2c_gpio_driver_support.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/025-dsmg600_i2c_gpio_driver_support.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/026-ixdp425_i2c_gpio_driver_support.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/051-nslu2_mac_plat_info.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/052-nas100d_mac_plat_info.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/053-avila_mac_plat_info.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/054-fsg3_mac_plat_info.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/061-nslu2_setup_mac.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/062-nas100d_setup_mac.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/064-fsg3_setup_mac.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/090-increase_entropy_pools.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/091-nslu2_rtc_fixup.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/092-nas100d_rtc_fixup.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/093-avila_rtc_fixup.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/095-dsmg600_rtc_fixup.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/096-kexec_cmdline.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/100-gateway7001_mac_plat_info.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/101-wg302_mac_plat_info.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/110-pronghorn_metro_support.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/111-pronghorn_metro_mac_plat_info.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/120-compex_support.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/121-compex_mac_plat_info.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/130-wrt300nv2_support.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/131-wrt300nv2_mac_plat_info.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/140-sidewinder_support.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/150-lanready_ap1000_support.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/151-lanready_ap1000_mac_plat_info.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/200-npe_driver.patch [new file with mode: 0644]
target/linux/ixp4xx/patches-2.6.23/201-npe_driver_print_license_location.patch [new file with mode: 0644]