Felix Fietkau
927cec956e
ixp4xx: fix initramfs builds
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48576
2016-01-31 00:54:53 +00:00
John Crispin
590be1fd87
ixp4xx: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45826
2015-05-29 12:20:39 +00:00
Jo-Philipp Wich
5258a2beec
ixp4xx: use common image prefix
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45785
2015-05-27 15:34:19 +00:00
Florian Fainelli
6a4f2922f6
targets: prepare for supporting normal and initramfs images
...
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
2013-06-27 19:58:31 +00:00
Felix Fietkau
96fa602499
ixp4xx: add sysupgrade support
...
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
2012-10-17 22:03:46 +00:00
Alexandros C. Couloumbis
d3bb3031c6
linux/ixp4xx: fix am apex image make bug
...
SVN-Revision: 22920
2010-09-04 21:48:49 +00:00
Nicolas Thill
841eff56d4
target/ixp4xx: fix image building after r20834 ( closes : #7157 )
...
SVN-Revision: 20854
2010-04-14 14:36:41 +00:00
Nicolas Thill
e2b57ecf5f
define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files
...
SVN-Revision: 20834
2010-04-12 23:15:56 +00:00
Felix Fietkau
7b6729e101
ixp4xx: do not delete /var, /jffs, /rom - it breaks non-freecom images
...
SVN-Revision: 15118
2009-04-06 11:03:38 +00:00
Felix Fietkau
a24e3ece65
ixp4xx: don't leave zImage on the rootfs for images other than the freecom one
...
SVN-Revision: 15117
2009-04-06 10:29:40 +00:00
Felix Fietkau
0cb0c1a257
ixp4xx: make apex optional, clean up the makefile - fixes spurious recompilation issues
...
SVN-Revision: 15115
2009-04-06 09:56:30 +00:00
Felix Fietkau
e05f4e46d9
do not use --owner=root or --group=root when running tar. it does not work on systems that name their root group differently
...
SVN-Revision: 14995
2009-03-23 18:14:14 +00:00
Rod Whitby
e6b22c5fe2
ixp4xx/image: Initial support for fsg3 webupgrade images
...
SVN-Revision: 14962
2009-03-22 12:35:44 +00:00
Rod Whitby
30b2b911d2
Add support for NAS100d apex builds, and deploy apex binaries
...
SVN-Revision: 14100
2009-01-19 02:49:34 +00:00
Rod Whitby
df90a3627d
ixp4xx/apex: Limit ram size to 64MB
...
SVN-Revision: 13530
2008-12-06 13:19:15 +00:00
Rod Whitby
ed172748e1
ixp4xx/apex: Update to Apex 1.5.14, and add support for the Freecom FSG-3
...
SVN-Revision: 13423
2008-11-29 02:25:36 +00:00
Rod Whitby
b96aec3f50
ixp4xx/apex: Fixed another patch name
...
SVN-Revision: 10659
2008-03-26 07:31:04 +00:00
Rod Whitby
52bbaef8f5
ixp4xx/apex: Add support for fatslugs, and fix the patch names
...
SVN-Revision: 10658
2008-03-26 07:29:32 +00:00
Rod Whitby
8c03ac5b69
apex: Create both 8MB and 16MB apex binaries
...
SVN-Revision: 10653
2008-03-25 06:11:47 +00:00
Felix Fietkau
7a0c247cb6
fix apex compile on osx, suppress some build warnings
...
SVN-Revision: 10582
2008-03-10 22:45:10 +00:00
Imre Kaloz
e97d74eaab
upgrade apex to 1.5.13, fixup EABI support
...
SVN-Revision: 10484
2008-02-18 10:57:43 +00:00
Imre Kaloz
efadab3747
* 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
2007-12-28 21:00:01 +00:00
Felix Fietkau
1bca0cc517
make the image filenames a bit shorter
...
SVN-Revision: 9533
2007-11-10 23:08:11 +00:00
Rod Whitby
b09dc24bbc
Build both NPE-B and NPE-C microcode for the fsg-3 and other dual-ethernet ixp4xx devices.
...
SVN-Revision: 8939
2007-09-21 23:32:40 +00:00
Nicolas Thill
a6cda9c4bc
fix target names in image options ( closes : #2357 )
...
SVN-Revision: 8749
2007-09-11 14:04:34 +00:00
Felix Fietkau
56231056ea
strip the kernel version suffix from target directories, except for brcm-2.4 (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
2007-09-06 16:27:37 +00:00