Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | targets: prepare for supporting normal and initramfs images | Florian Fainelli | 2013-06-27 | 1 | -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> SVN-Revision: 37049 | ||||
* | ixp4xx: add sysupgrade support | Felix Fietkau | 2012-10-17 | 1 | -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(+) SVN-Revision: 33828 | ||||
* | linux/ixp4xx: fix am apex image make bug | Alexandros C. Couloumbis | 2010-09-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 22920 | ||||
* | target/ixp4xx: fix image building after r20834 (closes: #7157) | Nicolas Thill | 2010-04-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 20854 | ||||
* | define a shared IMG_PREFIX variable used as a basename for image files, it ↵ | Nicolas Thill | 2010-04-12 | 1 | -7/+7 |
| | | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834 | ||||
* | ixp4xx: do not delete /var, /jffs, /rom - it breaks non-freecom images | Felix Fietkau | 2009-04-06 | 1 | -2/+0 |
| | | | | SVN-Revision: 15118 | ||||
* | ixp4xx: don't leave zImage on the rootfs for images other than the freecom one | Felix Fietkau | 2009-04-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 15117 | ||||
* | ixp4xx: make apex optional, clean up the makefile - fixes spurious ↵ | Felix Fietkau | 2009-04-06 | 7 | -195/+6 |
| | | | | | | recompilation issues SVN-Revision: 15115 | ||||
* | do not use --owner=root or --group=root when running tar. it does not work ↵ | Felix Fietkau | 2009-03-23 | 1 | -1/+1 |
| | | | | | | on systems that name their root group differently SVN-Revision: 14995 | ||||
* | ixp4xx/image: Initial support for fsg3 webupgrade images | Rod Whitby | 2009-03-22 | 1 | -10/+22 |
| | | | | SVN-Revision: 14962 | ||||
* | Add support for NAS100d apex builds, and deploy apex binaries | Rod Whitby | 2009-01-19 | 3 | -4/+33 |
| | | | | SVN-Revision: 14100 | ||||
* | ixp4xx/apex: Limit ram size to 64MB | Rod Whitby | 2008-12-06 | 2 | -1/+23 |
| | | | | SVN-Revision: 13530 | ||||
* | ixp4xx/apex: Update to Apex 1.5.14, and add support for the Freecom FSG-3 | Rod Whitby | 2008-11-29 | 6 | -358/+41 |
| | | | | SVN-Revision: 13423 | ||||
* | ixp4xx/apex: Fixed another patch name | Rod Whitby | 2008-03-26 | 1 | -0/+0 |
| | | | | SVN-Revision: 10659 | ||||
* | ixp4xx/apex: Add support for fatslugs, and fix the patch names | Rod Whitby | 2008-03-26 | 3 | -0/+28 |
| | | | | SVN-Revision: 10658 | ||||
* | apex: Create both 8MB and 16MB apex binaries | Rod Whitby | 2008-03-25 | 5 | -7/+362 |
| | | | | SVN-Revision: 10653 | ||||
* | fix apex compile on osx, suppress some build warnings | Felix Fietkau | 2008-03-10 | 1 | -0/+2 |
| | | | | SVN-Revision: 10582 | ||||
* | upgrade apex to 1.5.13, fixup EABI support | Imre Kaloz | 2008-02-18 | 1 | -2/+3 |
| | | | | SVN-Revision: 10484 | ||||
* | * upgrade ixp4xx to 2.6.23.12 * upgrade to the new ethernet driver ↵ | Imre Kaloz | 2007-12-28 | 4 | -220/+4 |
| | | | | | | (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 | ||||
* | make the image filenames a bit shorter | Felix Fietkau | 2007-11-10 | 1 | -10/+10 |
| | | | | SVN-Revision: 9533 | ||||
* | Build both NPE-B and NPE-C microcode for the fsg-3 and other dual-ethernet ↵ | Rod Whitby | 2007-09-21 | 2 | -2/+3 |
| | | | | | | ixp4xx devices. SVN-Revision: 8939 | ||||
* | fix target names in image options (closes: #2357) | Nicolas Thill | 2007-09-11 | 1 | -2/+1 |
| | | | | SVN-Revision: 8749 | ||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 6 | -0/+338 |
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653 |