Commit graph

21 commits

Author SHA1 Message Date
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
Florian Fainelli
821bd49569 use profiles again intead of subtargets.
We have now a single kernel which autodetects the type of device we are running
on, so we can switch back to having profiles. Patch by Bernhard Loos.

SVN-Revision: 20416
2010-03-25 10:13:00 +00:00
Florian Fainelli
a1058204d0 rework board detection
Rework board detection, separate board specific code into its own file. As a
result we also change the way rdc images are generated.
Support for board which required binary tools, like AMIT are dropped. Patch by
Bernhard Loos.

SVN-Revision: 20294
2010-03-18 23:35:21 +00:00
Florian Fainelli
9a3d0be8d1 generate bifferboard images, patch from bifferos
SVN-Revision: 18768
2009-12-13 00:02:29 +00:00
Florian Fainelli
a39dcb405e add preliminary support for the bifferboard, patch from bifferos
SVN-Revision: 18766
2009-12-12 17:17:00 +00:00
Florian Fainelli
896d205346 make mkimg_sitecom.pl executable
SVN-Revision: 18682
2009-12-07 16:55:33 +00:00
Florian Fainelli
ece1801c1f simplify sitecom image generation with a script, patch from rtz
SVN-Revision: 18670
2009-12-06 09:07:58 +00:00
Florian Fainelli
c74364cc38 add sitecom subtarget after the profiles->subtargets conversion (#6245)
SVN-Revision: 18576
2009-11-28 11:33:04 +00:00
Florian Fainelli
ba6e615cae fix image create after the conversion to subtargets
SVN-Revision: 18424
2009-11-15 13:10:44 +00:00
Florian Fainelli
7b61262aa3 also support pcmcia
SVN-Revision: 18349
2009-11-08 22:55:44 +00:00
Andy Boyett
7de27db174 2.6.28: add flashmap and image support for the sitecom wl-176. Thanks Daniel Gimpelevich
SVN-Revision: 18300
2009-11-04 22:44:02 +00:00
Florian Fainelli
e2274f0509 also copy bzImage when generating initramfs images
SVN-Revision: 15650
2009-05-07 00:36:47 +00:00
Florian Fainelli
3166a61946 Prepare image Makefile to generate valid images for amit and g570s boards, thanks sn9
SVN-Revision: 13059
2008-10-28 16:53:13 +00:00
Florian Fainelli
7d81c1b6cc If the *.img file is larger than 0x1e8000 loading it with flash -s 0x100000 -d 0xffe08000 -l <length>
on the bootloader prompt will destroy the bootloader and brick the device. The attached patch tries to implement a size check and renames the image into *.img.too_big. It applies to svn r11401.
Signed-off-by: Joerg Albert <jal2@gmx.de>

SVN-Revision: 11662
2008-07-05 13:38:19 +00:00
Florian Fainelli
097d9cd367 Prior to kernel 2.6.23, architecture path was i386, allow that when switching kernel version
SVN-Revision: 11594
2008-06-28 11:08:01 +00:00
Florian Fainelli
704d0016de Fix bzImage copy with 2.6.24 kernels
SVN-Revision: 10574
2008-03-09 11:08:38 +00:00
Florian Fainelli
8ee2e7a4a3 Also generate http uploadable images for Airlink AR525w
SVN-Revision: 10229
2008-01-21 14:11:01 +00:00
Felix Fietkau
1bca0cc517 make the image filenames a bit shorter
SVN-Revision: 9533
2007-11-10 23:08:11 +00:00
Florian Fainelli
c1baf67fbf Fix profile/image generation for dir450
SVN-Revision: 9320
2007-10-14 15:12:14 +00:00
Florian Fainelli
6278dd1093 Build all firmware until we put back profiles
SVN-Revision: 9095
2007-10-02 14:23:43 +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