summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/image/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: generate image for ALL0315Njuhosg2012-08-271-1/+20
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33286 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: unbreak building images for TL-WR1041N-v2, TL-WR2543Njuhosg2012-08-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | Commit 48788063266ad99bdab03b53cbe7e1a564c2d9b3 (r33251) introduced a regression with board= kernel command line parameter incorrectly initialised. The faulty builds propogated to the snapshots download area. This makes the device unbootable and TP-Link users have to attach the serial to recover. Here is the q&d way i used to identify MIPS boards that didn't have a corresponding entry in the image/Makefile: for i in `find ../files/arch/mips/ath79/ -type f -exec cat {} \; \ | sed -n '/MIPS_MACHINE/ { s/^[^"]*"\([^"]*\)".*$/\1/; p; }'`; do grep -q ,$i, Makefile || echo $i; done > missing-boards.new Reported-by: Casper on IRC Signed-off-by: Paul Fertser <fercerpav@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33274 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: fix TL-WR1043ND board id (#12079)juhosg2012-08-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33272 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: group and sort {Single,Multi}Profilesjuhosg2012-08-231-109/+63
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33264 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: group and sort mtdlayout definitionsjuhosg2012-08-231-21/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33263 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the MultiProfile helper for the Madwifi profilejuhosg2012-08-231-8/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33262 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: automatically build a list of SingleProfilesjuhosg2012-08-231-77/+5
| | | | | | Use that for Default/Minimal profiles. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33261 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the ZyXEL imagesjuhosg2012-08-231-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33260 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the Zcomax imagesjuhosg2012-08-231-8/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33259 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the WRT400 imagesjuhosg2012-08-231-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33258 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the WZRHPG30XNH imagesjuhosg2012-08-231-16/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33257 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the WHRHPG300N imagesjuhosg2012-08-231-19/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33256 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the UBNTXM imagesjuhosg2012-08-231-34/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33255 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the UBNT imagesjuhosg2012-08-231-12/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33254 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the TPLINKOLD imagesjuhosg2012-08-231-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the TPLINK-LZMA imagesjuhosg2012-08-231-38/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33252 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the TPLINK imagesjuhosg2012-08-231-51/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33251 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the Planex imagesjuhosg2012-08-231-9/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33250 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the PB4X imagesjuhosg2012-08-231-31/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33249 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the OpenMesh imagesjuhosg2012-08-231-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the Netgear imagesjuhosg2012-08-231-8/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33247 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the MyLoader imagesjuhosg2012-08-231-11/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the DIR825B1 imagesjuhosg2012-08-231-9/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the CyberTAN imagesjuhosg2012-08-231-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33244 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the Cameo933x imagesjuhosg2012-08-231-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33243 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the Cameo913x imagesjuhosg2012-08-231-18/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the Cameo7240 imagesjuhosg2012-08-231-18/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33241 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the AthGzip imagesjuhosg2012-08-231-13/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33240 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the AthLzma imagesjuhosg2012-08-231-40/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33239 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: use the new helpers for the ALFA imagesjuhosg2012-08-231-8/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33238 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: add a few helper functionsjuhosg2012-08-231-0/+20
| | | | | | These functions will be used to simplify the Makefile. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33237 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: pass mtdlayout as a separate parameter for the ALFA templatejuhosg2012-08-231-10/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33236 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add profile and build image for the TEW-712BRjuhosg2012-08-221-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix mtd layout of the AP113juhosg2012-08-221-1/+1
| | | | | | The 'mtdparts=' prefix and the name of the flash device is missing. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33226 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add ALL0305 board aliasjuhosg2012-08-221-0/+6
| | | | | | | | | | For the pure convenience of having a correctly named image and system name in /proc/cpuinfo , until we can do that by having system names in DTS... Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33224 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for TP-Link TL-WDR3600juhosg2012-08-221-0/+1
| | | | | | | | | | | The TL-WDR3600 is identical to the TL-WDR4300 with the exception that is has only two antennas. [juhosg: remove the custom machine type, change the board name instead] Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: image: allow to use board specific code in the lzma-loaderjuhosg2012-08-021-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32945 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: ew-dorin: added router firmware generationjuhosg2012-08-011-0/+2
| | | | | | | | [juhosg: remove dead code] Signed-off-by: embedded wireless GmbH <info@embeddedwireless.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: Buffalo WLAE-AG300N initial supportjuhosg2012-08-011-0/+6
| | | | | | | | | | | | | | | | | | | | The patch set for Buffalo WLAE-AG300N initial support. There is another patch for wireless led support that is posted separately. Note on serial console: This unit has buffalo standard 4 pin console, but the unit may not power on if some console apparatus is connected. This is probably due to some electronic interaction between the unit's electronic power switch circuit and the serial console apparatus. If this happens, it is required to power on the unit without the console, then quickly (re-)attach it. [juhosg: fix coding style] Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32931 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: build firmware image for the TP-Link TL-WDR4310 v1.0juhosg2012-07-121-0/+1
| | | | | | | | | | | | | | | | | The hardware for TP-Link TL-WDR4300 v1.1 and TL-WDR4310 v1.0 is identical, but requires different firmware headers: TL-WDR4300: 00000040 43 00 00 01 00 00 00 01 00 00 00 00 76 fb 83 40 |C...........v..@| TL-WDR4310: 00000040 43 10 00 01 00 00 00 01 00 00 00 00 38 2b 50 6c |C...........8+Pl| [juhosg: change commit message, use a different model name] Signed-off-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32683 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: set firmware version for the TL-WR2543Njuhosg2012-07-051-4/+4
| | | | | | | | This ensures that the resulting firmware can be flashed from the latest (v3.13.17) offical firmware. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32617 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add profile and build image for the Atheros AP136 reference boardjuhosg2012-07-051-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32609 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: update the EW Dorin MTD layout, increase kernel partition size ↵nbd2012-07-041-2/+2
| | | | | | (requested by EW) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove the built-in MTD map of the ALL0258Njuhosg2012-07-031-5/+6
| | | | | | | | | Pass the mtd_layout via the kernel command line instead. Also increase the kernel partition size to 1024k, so current kernel can fit in. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32585 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: create profile and build image for the TL-WDR4300 boardjuhosg2012-06-191-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32461 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the embeddedwireless Dorin board (based on patch by ↵nbd2012-06-191-0/+7
| | | | | | embeddedwireless.de) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32447 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix LZMA loader build regression from r32090 (thx, juhosg)nbd2012-06-061-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: only build all loader images if the image builder is enabled - saves ↵nbd2012-06-061-1/+1
| | | | | | some time on make target/install git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix TL-WR1041 image sizejuhosg2012-05-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31923 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for TP-Link TL-MR3040juhosg2012-05-231-0/+6
| | | | | | | | | Support for TP-Link TL-MR3040. Power LED not working - always on red, after start should be green. Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31845 3c298f89-4303-0410-b956-a3cf2f4a3e73