summaryrefslogtreecommitdiffstats
path: root/target/linux/orion/image
Commit message (Collapse)AuthorAgeFilesLines
* [orion]: rename erase size variableskaloz2012-10-271-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33964 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [orion]: add support for Netgear WN802Tkaloz2012-10-271-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [orion] generic: enhanced image Makefileflorian2012-08-131-63/+179
| | | | | | | | | | | | | | | * Creation of uImage for WNR854T only done once (before 2x for jffs2 build and 1x for squashfs build) * Got rid of unneccessary padding of rootfs partition * ARM zImages always need a machine id, therefore do not copy generic (=no id) uImage to BIN_DIR, instead copy zImage * Generalized functions for easier re-using and enhancing (e.g. D-Link DNS 323 implementation would be only a couple lines) * Copy rootfs partitions to BIN_DIR, just like it is done for D-Link DNS 323 * Use variables to allows easily changing for custom builds, e.g. kernel mtd size for symbols * Size check of kernel files to avoid builds that break devices * Use for "-sysupgrade" and "-factory" in image names (like ar71xx, brcm63xx, etc.) to avoid questions about which image to use Signed-off by: Matthias Buecher <mail@maddes.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [orion] update wrt350nv2-builder to v2.4 and use new functionality for ↵florian2012-04-041-6/+17
| | | | | | | | target orion_generic Signed-off-by: Matthias Bücher <mail@maddes.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31199 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [orion] add support for D-Link DNS-323florian2012-04-041-0/+36
| | | | | | | | | | | | | this patch adds support for D-Link DNS323 storage device. You can find more info here: http://dns323.lukaperkov.net/ Currently you need serial cable to flash OpenWrt on DNS-323. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* target/linux/orion: create subtargets (closes #8154)acoul2010-11-043-113/+147
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23883 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [orion] fix Freecom DT2 jffs2 rootfs generation issue (#7584)florian2010-08-101-1/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22585 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [orion] fix jffs2 128k image generation, patch from madddes (#7584)florian2010-08-101-17/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵nico2010-04-121-2/+1
| | | | | | 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
* [tools/wrt350nv2-builder] Update to v2.2thepeople2010-02-171-0/+1
| | | | | | | | | | | fixed checksum byte calculation for other versions than 0x2019 fixed rare problem with padsize updated info to stock firmware 2.00.20 fixed typos Signed off by: Matthias Buecher <mail@maddes.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19683 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools/wrt350nv2-builder] Update to v2.1thepeople2010-02-121-6/+12
| | | | | | | | | | | | Stays closer to the stock firmware by using wrt350n.bin for the created image. Adds the possibility to create the image in two separate steps (-b / -z). Makefiles now support the possibility to include a u-boot image for a 100%-stock-like image. Signed off by: Matthias Buecher <mail@maddes.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] missing prerequisite for Orion imagesjow2010-01-171-6/+13
| | | | | | | | | | | Webupgrade image building for WRT350Nv2 needs zip package. Copy command for WRT350Nv2 recovery image overrides error code of webupgrade builder, moved behind brackets. Removed indention of comments to avoid output in log. Signed-off by: Matthias Buecher <mail@maddes.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build wrt350n v2 recovery and web upgrade images (based on patch from #5970)nbd2009-12-121-3/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18763 3c298f89-4303-0410-b956-a3cf2f4a3e73
* orion: fix image build on non-linux systemsnbd2009-07-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16938 3c298f89-4303-0410-b956-a3cf2f4a3e73
* orion: Added initial support for Freecom DT2. Thanks to Zintis.rwhitby2009-03-221-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generate webuploadable image for the wnr854tkaloz2008-06-271-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11589 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary Netgear WNR854T supportkaloz2008-06-261-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generate orion images differentlykaloz2008-06-251-7/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11576 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup machid workaround, generate uImage manuallykaloz2008-06-161-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* temporary hack to fixup the mach id for the wrt350nv2kaloz2008-06-131-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add preliminary Marvell Orion supportkaloz2008-06-041-0/+34
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11352 3c298f89-4303-0410-b956-a3cf2f4a3e73