summaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/image
Commit message (Collapse)AuthorAgeFilesLines
* ixp4xx: add sysupgrade supportnbd2012-10-171-0/+11
| | | | | | | | | | | Signed-off-by: Tim Harvey <tharvey@gateworks.com> target/linux/ixp4xx/base-files/lib/ixp4xx.sh | 25 ++ target/linux/ixp4xx/base-files/lib/upgrade/platform.sh | 156 +++++++++++++++++ target/linux/ixp4xx/image/Makefile | 11 + 3 files changed, 192 insertions(+) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33828 3c298f89-4303-0410-b956-a3cf2f4a3e73
* linux/ixp4xx: fix am apex image make bugacoul2010-09-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22920 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/ixp4xx: fix image building after r20834 (closes: #7157)nico2010-04-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20854 3c298f89-4303-0410-b956-a3cf2f4a3e73
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵nico2010-04-121-7/+7
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20834 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: do not delete /var, /jffs, /rom - it breaks non-freecom imagesnbd2009-04-061-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: don't leave zImage on the rootfs for images other than the freecom onenbd2009-04-061-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: make apex optional, clean up the makefile - fixes spurious ↵nbd2009-04-067-195/+6
| | | | | | recompilation issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* do not use --owner=root or --group=root when running tar. it does not work ↵nbd2009-03-231-1/+1
| | | | | | on systems that name their root group differently git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14995 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx/image: Initial support for fsg3 webupgrade imagesrwhitby2009-03-221-10/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14962 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add support for NAS100d apex builds, and deploy apex binariesrwhitby2009-01-193-4/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx/apex: Limit ram size to 64MBrwhitby2008-12-062-1/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx/apex: Update to Apex 1.5.14, and add support for the Freecom FSG-3rwhitby2008-11-296-358/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx/apex: Fixed another patch namerwhitby2008-03-261-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx/apex: Add support for fatslugs, and fix the patch namesrwhitby2008-03-263-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10658 3c298f89-4303-0410-b956-a3cf2f4a3e73
* apex: Create both 8MB and 16MB apex binariesrwhitby2008-03-255-7/+362
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10653 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix apex compile on osx, suppress some build warningsnbd2008-03-101-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade apex to 1.5.13, fixup EABI supportkaloz2008-02-181-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10484 3c298f89-4303-0410-b956-a3cf2f4a3e73
* * upgrade ixp4xx to 2.6.23.12kaloz2007-12-284-220/+4
| | | | | | | | * 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10016 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make the image filenames a bit shorternbd2007-11-101-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Build both NPE-B and NPE-C microcode for the fsg-3 and other dual-ethernet ↵rwhitby2007-09-212-2/+3
| | | | | | ixp4xx devices. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8939 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix target names in image options (closes: #2357)nico2007-09-111-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵nbd2007-09-066-0/+338
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73