Florian Fainelli
2ada3f9d27
[rdc] allow 1MB extra space for JFFS and other enhancements ( #7706 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22690 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-08-17 15:31:27 +00:00
Nicolas Thill
9d42bb1a21
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
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20834 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-04-12 23:15:56 +00:00
Florian Fainelli
c0407fae65
[rdc] 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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20416 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-25 10:13:00 +00:00
Florian Fainelli
8c0fa2b8a9
[rdc] 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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20294 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-03-18 23:35:21 +00:00
Florian Fainelli
f5b4efa8e6
[rdc] generate bifferboard images, patch from bifferos
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18768 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-13 00:02:29 +00:00
Florian Fainelli
c8469bf0f4
[rdc] add preliminary support for the bifferboard, patch from bifferos
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18766 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-12 17:17:00 +00:00
Florian Fainelli
4cf229f377
[rdc] make mkimg_sitecom.pl executable
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18682 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-07 16:55:33 +00:00
Florian Fainelli
2d61e6cb21
[rdc] simplify sitecom image generation with a script, patch from rtz
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18670 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-06 09:07:58 +00:00
Florian Fainelli
a2f83c7f82
[rdc] add sitecom subtarget after the profiles->subtargets conversion ( #6245 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18576 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-28 11:33:04 +00:00
Florian Fainelli
bee9beb3a8
[rdc] fix image create after the conversion to subtargets
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18424 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-15 13:10:44 +00:00
Florian Fainelli
48696c7246
[rdc] also support pcmcia
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18349 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-08 22:55:44 +00:00
Andy Boyett
fe2e351bb4
[rdc] 2.6.28: add flashmap and image support for the sitecom wl-176. Thanks Daniel Gimpelevich
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-11-04 22:44:02 +00:00
Florian Fainelli
4470a9a65a
[rdc] also copy bzImage when generating initramfs images
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15650 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-05-07 00:36:47 +00:00
Florian Fainelli
9b91161428
Prepare image Makefile to generate valid images for amit and g570s boards, thanks sn9
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13059 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-28 16:53:13 +00:00
Florian Fainelli
2b7ce0aaed
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11662 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-05 13:38:19 +00:00
Florian Fainelli
83d6e44ce0
Prior to kernel 2.6.23, architecture path was i386, allow that when switching kernel version
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11594 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-28 11:08:01 +00:00
Florian Fainelli
12f2d17a7b
Fix bzImage copy with 2.6.24 kernels
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10574 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-03-09 11:08:38 +00:00
Florian Fainelli
96746d4510
Also generate http uploadable images for Airlink AR525w
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10229 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-21 14:11:01 +00:00
Felix Fietkau
62ccdcedae
make the image filenames a bit shorter
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-10 23:08:11 +00:00
Florian Fainelli
f4e6737ed1
Fix profile/image generation for dir450
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9320 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-14 15:12:14 +00:00
Florian Fainelli
0c04efed14
Build all firmware until we put back profiles
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9095 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-02 14:23:43 +00:00
Felix Fietkau
92558d67a4
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.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-06 16:27:37 +00:00