aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ixp4xx/image
Commit message (Collapse)AuthorAgeFilesLines
* ixp4xx: fix imagebuilderJohn Crispin2015-05-291-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45826 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: use common image prefixJo-Philipp Wich2015-05-271-7/+7
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-4/+0
| | | | | | | | | | | | In order to support both normal images and initramfs, ensure that each target sets KERNELNAME properly so that the generic kernel building code can copy the corresponding files over $(KDIR) with the appropriate extension. Update the various paths to the kernel and wrapper images from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo). Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37049 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: add sysupgrade supportFelix Fietkau2012-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 bugAlexandros C. Couloumbis2010-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)Nicolas Thill2010-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 ↵Nicolas Thill2010-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 imagesFelix Fietkau2009-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 oneFelix Fietkau2009-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 ↵Felix Fietkau2009-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 ↵Felix Fietkau2009-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 imagesRod Whitby2009-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 binariesRod Whitby2009-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 64MBRod Whitby2008-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-3Rod Whitby2008-11-296-358/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx/apex: Fixed another patch nameRod Whitby2008-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 namesRod Whitby2008-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 binariesRod Whitby2008-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 warningsFelix Fietkau2008-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 supportImre Kaloz2008-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.12Imre Kaloz2007-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 shorterFelix Fietkau2007-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 ↵Rod Whitby2007-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)Nicolas Thill2007-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 ↵Felix Fietkau2007-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