aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/orion/image
Commit message (Collapse)AuthorAgeFilesLines
* orion: remove unmaintained targetAdrian Schmutzler2020-01-083-306/+0
| | | | | | | | | | | This target seems to have been unmaintained for quite a while, and not a single tester for the (now outdated) kernel 4.14 patches has been found. Remove the code and all the packages which are only used by this target. To add this target to OpenWrt again port it to a recent and supported kernel version. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* orion: replace backticks by $(...)Adrian Schmutzler2019-09-291-1/+1
| | | | | | | | This replaces deprecated backticks by more versatile $(...) syntax. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de> [decapitalized patch subject at submitter's request] Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
* orion: make image size errors non-fatalFelix Fietkau2016-12-041-8/+4
| | | | | | Fixes build errors on the generic subtarget Signed-off-by: Felix Fietkau <nbd@nbd.name>
* orion: Build images for Buffalo Terastation Pro II/LiveFlorian Fainelli2016-12-041-0/+11
| | | | | | | Enable support for this machine in the kernel and also produce valid image files with the correct machine id. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* orion: upgrade to 3.18 (compile tested only)Imre Kaloz2015-04-121-2/+2
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45405
* orion: create a macro for zImage with machine idFlorian Fainelli2014-04-011-12/+11
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 40360
* orion: fix initramfs uImage generationFlorian Fainelli2014-04-011-1/+1
| | | | | | | | We would fail to copy an non-existent uImage-initramfs to $(BIN_DIR) Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 40358
* targets: fix remaining targets for initramfs buildsFlorian Fainelli2013-06-282-8/+16
| | | | | | | | Fix some bugs that slipped through while making initramfs non exclusive. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37079
* orion: add support for the lacie 2big network deviceFelix Fietkau2013-06-281-0/+7
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37059
* there's no reason to have these generic files in the bin dir eitherImre Kaloz2013-06-051-11/+0
| | | | SVN-Revision: 36852
* only copy uImages to the bin dir on ramdisk buildsImre Kaloz2013-06-051-0/+2
| | | | SVN-Revision: 36851
* don't copy the zImages to the bin dir, factory u-boots can't use themImre Kaloz2013-06-051-2/+1
| | | | SVN-Revision: 36850
* drop support for the dns323Imre Kaloz2013-06-041-36/+0
| | | | SVN-Revision: 36832
* the uImage's filename will hardly changeImre Kaloz2012-10-291-3/+2
| | | | SVN-Revision: 33985
* rename erase size variablesImre Kaloz2012-10-271-7/+7
| | | | SVN-Revision: 33964
* add support for Netgear WN802TImre Kaloz2012-10-271-0/+11
| | | | SVN-Revision: 33963
* generic: enhanced image MakefileFlorian Fainelli2012-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> SVN-Revision: 33174
* update wrt350nv2-builder to v2.4 and use new functionality for target ↵Florian Fainelli2012-04-041-6/+17
| | | | | | | | orion_generic Signed-off-by: Matthias Bücher <mail@maddes.net> SVN-Revision: 31199
* add support for D-Link DNS-323Florian Fainelli2012-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 > SVN-Revision: 31198
* target/linux/orion: create subtargets (closes #8154)Alexandros C. Couloumbis2010-11-043-113/+147
| | | | SVN-Revision: 23883
* fix Freecom DT2 jffs2 rootfs generation issue (#7584)Florian Fainelli2010-08-101-1/+12
| | | | SVN-Revision: 22585
* fix jffs2 128k image generation, patch from madddes (#7584)Florian Fainelli2010-08-101-17/+19
| | | | SVN-Revision: 22580
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-2/+1
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* Update to v2.2 fixed checksum byte calculation for other versions than ↵Travis Kemen2010-02-171-0/+1
| | | | | | | | 0x2019 fixed rare problem with padsize updated info to stock firmware 2.00.20 fixed typos Signed off by: Matthias Buecher <mail@maddes.net> SVN-Revision: 19683
* Update to v2.1 Stays closer to the stock firmware by using wrt350n.bin for ↵Travis Kemen2010-02-121-6/+12
| | | | | | | | 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> SVN-Revision: 19596
* missing prerequisite for Orion images Webupgrade image building for ↵Jo-Philipp Wich2010-01-171-6/+13
| | | | | | 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> SVN-Revision: 19183
* build wrt350n v2 recovery and web upgrade images (based on patch from #5970)Felix Fietkau2009-12-121-3/+22
| | | | SVN-Revision: 18763
* orion: fix image build on non-linux systemsFelix Fietkau2009-07-211-1/+1
| | | | SVN-Revision: 16938
* orion: Added initial support for Freecom DT2. Thanks to Zintis.Rod Whitby2009-03-221-0/+18
| | | | SVN-Revision: 14963
* generate webuploadable image for the wnr854tImre Kaloz2008-06-271-0/+18
| | | | SVN-Revision: 11589
* add preliminary Netgear WNR854T supportImre Kaloz2008-06-261-0/+7
| | | | SVN-Revision: 11582
* generate orion images differentlyImre Kaloz2008-06-251-7/+6
| | | | SVN-Revision: 11576
* fixup machid workaround, generate uImage manuallyImre Kaloz2008-06-161-2/+5
| | | | SVN-Revision: 11497
* temporary hack to fixup the mach id for the wrt350nv2Imre Kaloz2008-06-131-6/+6
| | | | SVN-Revision: 11459
* add preliminary Marvell Orion supportImre Kaloz2008-06-041-0/+34
SVN-Revision: 11352