summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/image
Commit message (Collapse)AuthorAgeFilesLines
* ramips: add D-Link DIR-620 A1 supportGabor Juhos2012-08-121-0/+12
| | | | | | | | | | | | Full functionality runtime tested, installation via OEM web-interface requires a follow-up patch. Thanks go to Sergey Vasilyugin for his patch that pointed me at the missing bits (including the antiparallel wps led). Signed-off-by: Paul Fertser <fercerpav@gmail.com> SVN-Revision: 33142
* D-Link DAP-1350 initial supportJohn Crispin2012-07-241-0/+19
| | | | | | | | | The initial support for the D-Link DAP-1350. USB related functionality is not tested. Signed-off-by: Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 32821
* add image build for ALL5002John Crispin2012-07-241-0/+14
| | | | | | | | add image build for ALL5002 Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 32814
* ramips: rt305x: add support for Edimax 3G-6200NGabor Juhos2012-07-121-0/+10
| | | | | | | | Support for Edimax 3G-6200N router with USB. Signed-off-by: Lukasz Golebiowski <lgolebio@gmail.com> SVN-Revision: 32682
* ramips: rt305x: add support for the Petatel PSR-680W Wireless CDMA RouterGabor Juhos2012-06-191-0/+5
| | | | | | | | | | This patch adds support for the Korean made Petatel PSR-680W Wireless CDMA Router. The platform is based on Ralink RT3052. http://wiki.openwrt.org/toh/petatel/psr-680w Signed-off-by: Dmitry Shmygov <shmygov at rambler.ru> SVN-Revision: 32450
* ramips: W306R V2.0 - GPIO and Network fixesGabor Juhos2012-05-021-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixed: GPIO typos and confirmed GPIO_BUTTON_RESET Fixed: Lan & Wan reversed: swaped "eth0.2" with "eth0.1" by removing a line(default is correct), and reversed the Lan/wan layout LLLLW to WLLLL. Added: image/Makefile now builds -factory.bin files. I am unsure of the accepted way to change the makefile but the name of the image needs to be 'linkn Kernel Image' in order to be accepted by the OEM firmware. Known issue: eth0 (internal switch i think has mac address: 00:11:22:33:44:55 but i think it should be same as the lan). Known issue: Pressing the reset button has no noticable effect, i would expect the router to boot failsafe if being pressed on boot, reboot if short press and reset all to default if long press. [juhosg: remove mtdlayout_W306R and use mtdlayout_4M instead] Signed-off-by: David Pearce <david_18051985@hotmail.com> SVN-Revision: 31557
* ramips: Make serial console for DIR-300-B1 work againGabor Juhos2012-05-021-2/+2
| | | | | | | | | | | | | | | | | Make serial console for DIR-300-B1 work again. With some recent change, "console=ttyS1,57600" was removed from the default kernel command line, this adds the necessary mkcmdline incantation to image/Makefile to add it there for this target. This is quite likely broken for other targets as well. Without this the console switches to ttyS0 instead of ttyS1 and kernel output is missing, and the userspace comes up with 9600 baud instead of 57600. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 31556
* ramips: rt305x: extract wifi eeprom and use the 8M template for the UR-336UNGabor Juhos2012-04-291-1/+1
| | | | | | Patch-by: Lebedev Dmitry <lebedev@trendnet.ru> SVN-Revision: 31507
* ramips: rt305x: add support for the UR-336UN boardGabor Juhos2012-04-231-0/+5
| | | | | | Patch-by: Lebedev Dmitry <lebedev@trendnet.ru> SVN-Revision: 31451
* ramips: rt305x: add support for the Asus WL-330N3G boardGabor Juhos2012-04-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for the ASUS WL-330N3G Comparing to the WL-330N, It have 32MB ram, usb support and a bicolor led. The bi-color led is driven by 2 gpio. I don't know how to handle this, so I simply made 2 leds : one red, one blue. But the red light takes precedence over the blue one according to the chart below. r = led is red b = led is blue 0 = led is off xy= x->r for red, b for blue led, y->value of brightness in /sys/class/leds/x/brughtness initial state action led gpio state r0 b0 r0->r1 r r0 b0 r0 b0 b0->b1 b r0 b1 r1 b0 r1->r0 0 r0 b0 r1 b0 b0->b1 r r1 *b1* r1 b1 r1->r0 b r0 b1 r1 b1 b1->b0 r r1 b0 r0 b1 r0->r1 r r1 *b1* r0 b1 b1->b0 0 r0 r0 Signed-off-by: Frédéric Leroy <fredo@starox.org> SVN-Revision: 31450
* ramips: rt3883: add profile and build sysupgrade image for the RT-N56UGabor Juhos2012-04-211-0/+13
| | | | SVN-Revision: 31399
* ramips: build initramfs image for the Fonera 2.0NGabor Juhos2012-04-211-0/+4
| | | | SVN-Revision: 31397
* ramips: rt305x: add initial support for Tenda W306R V2.0Gabor Juhos2012-04-211-0/+5
| | | | | | | | | | More device info at: http://wiki.openwrt.org/toh/tenda/w306r Signed-off-by: David Pearce <David_18051985@hotmail.com.au> [juhosg: fix checkpatch errors, remove kmod-phy and luci-ssl packages from the profile, change broken GPIO number] SVN-Revision: 31396
* ramips: add support for the ARC FreeStation5 board, also fix WCR-150GN ↵Jo-Philipp Wich2012-03-291-0/+5
| | | | | | network setup while we're at it - thanks Pau Escrich <p4u@dabax.net> for the implementation SVN-Revision: 31144
* ramips: rt305x: build image for the DIR-615 rev D boardsGabor Juhos2012-03-271-0/+1
| | | | | | Patch from #10105. SVN-Revision: 31101
* ramips: rt305x: add add support for the Asus WL-330N boardGabor Juhos2012-03-271-0/+5
| | | | | | | | | [juhosg: reorder several lines in order to keep things sorted alphabetically] Signed-off-by: Frédéric Leroy <fredo@starox.org> SVN-Revision: 31100
* ramips: build initramfs image for DIR-{3,6}00 boardsGabor Juhos2012-03-111-0/+4
| | | | SVN-Revision: 30882
* ramips: add support for unbranded XDX-RN502J boardGabor Juhos2012-03-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | This patch adds support for routers using a PCB marked XDX-RN502J V2.0, such as some unbranded routers like this: http://www.mediafire.com/?8acv87h6snn9fj6 http://www.mediafire.com/?do7xonw7scor4kn http://www.mediafire.com/?1ad49zvx3e7jyix http://www.mediafire.com/?i46cqiq66maa197 http://www.aliexpress.com/product-fm/516397994-Free-Shipping-300M-3G-WAN-Wireless-N-WiFi-USB-AP-Router-2-Antennas-wholesalers.html some reports also state the Aceex 22Y uses the same board. more information can be found in the following openwrt forum post https://forum.openwrt.org/viewtopic.php?id=34878 [juhosg: fix checkpatch warnings, use the GENERIC_4M template] Signed-off-by: bruno schwander <bruno@tinkerbox.org> SVN-Revision: 30809
* ramips: board support for Asus RT-N10+Gabor Juhos2012-03-041-0/+12
| | | | | | | | | [juhosg: fix indentation in platform scripts, and remove debug messages from 06_set_iface_mac] Signed-off-by: Patrick van Staveren <trick@vanstaveren.us> SVN-Revision: 30808
* ramips: fix FONERA20N image generationGabor Juhos2012-02-241-4/+6
| | | | SVN-Revision: 30710
* ramips: image: increase minimum kernel partition size to 896kGabor Juhos2012-02-231-13/+13
| | | | SVN-Revision: 30706
* ramips: image: cleanup and sort templates/profilesGabor Juhos2012-02-231-173/+167
| | | | SVN-Revision: 30705
* ramips: image: use GENERIC_4M template for the ALL0256N boardGabor Juhos2012-02-231-5/+1
| | | | SVN-Revision: 30704
* ramips: image: introduce mkmtd/{,phys,spi} helpersGabor Juhos2012-02-231-45/+58
| | | | SVN-Revision: 30703
* ramips: image: pass mtdlayout variables by valueGabor Juhos2012-02-231-29/+29
| | | | SVN-Revision: 30702
* ramips: image: merge F5D8235V{1,2} templatesGabor Juhos2012-02-231-7/+3
| | | | SVN-Revision: 30701
* ramips: image: use generic template for the WR6202, OMNIEMB, W502U boardsGabor Juhos2012-02-231-20/+3
| | | | SVN-Revision: 30700
* ramips: image: introduce mkcmdline helperGabor Juhos2012-02-231-22/+26
| | | | SVN-Revision: 30699
* ramips: image: use the GENERIC_4M template for the V11ST-FE boardGabor Juhos2012-02-231-6/+1
| | | | SVN-Revision: 30698
* ramips: image: simplify Makefile a bitGabor Juhos2012-02-231-25/+28
| | | | SVN-Revision: 30697
* ramips: image: add MkImageLzma wrapperGabor Juhos2012-02-231-8/+9
| | | | SVN-Revision: 30696
* ramips: image: allow to build board specific initramfs imagesGabor Juhos2012-02-231-30/+83
| | | | SVN-Revision: 30695
* ramips: rt288x: nuke built-in MTD partition mapsGabor Juhos2012-02-191-6/+6
| | | | SVN-Revision: 30649
* ramips: build sysupgrade image for the V11ST-FE boardGabor Juhos2012-02-191-0/+6
| | | | SVN-Revision: 30648
* ramips: rt305x: add support for the Skyline SL-R7205 Wireless 3G routerGabor Juhos2012-02-191-0/+5
| | | | | | | | | | | | | [juhosg: - don't switch back to 2.6.39 - update config-3.2 - change machine id to SL-R7205 - reorder case entries in platform scripts - remove button hotplug script] Signed-off-by: Haipoh Teoh <hpteoh@ceedtec.com> SVN-Revision: 30645
* ramips: use GENERIC_{4,8}M image template for WR5123GNGabor Juhos2012-02-121-5/+2
| | | | SVN-Revision: 30483
* ramips: rt305x: pass MTD partition map to the ALL0256N via cmdlineGabor Juhos2012-02-121-1/+2
| | | | SVN-Revision: 30482
* ramips: rt305x: add support for Accton WR6202 / SMCWBR11S-3GNGabor Juhos2012-02-111-0/+11
| | | | | | | | | | | | | | | | | | | | | | This patch adds support for the Accton WR6202 Mini 3G broadband router. Full details for this device are available at http://www.awbnetworks.com/products03.php?Fullkey=19. This device is identical to the SMCWBR11S-3GN: http://www.smc-asia.com/products03.php?Fullkey=210 It's also worth noting that this board has a GPIO line to control the power to the USB port. [juhosg: - fix checkpatch warnings, - reorder Kconfig entry, - merge the sysupgrade patch, - add GPL header] Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com> SVN-Revision: 30434
* ramips: add support for Sitecom WL-341v3 and other Sercomm IP1006RRv2 boardsGabor Juhos2012-01-261-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for the Sitecom WL-341 v3 and other Sercomm IP1006RRv2 based boards for sysupgrade support and for the initial flash through pushbutton initiated recovery mode with the special partition table and fixes for the quirks and things required by the modified bootloader. There is a known bug, Wi-Fi is not working on my board probably because of the lack of RAM (the board only has 16MiB ram -- half of the normal amount for non rebadged versions, but there is an empty slot for another ram chip,) but I don't know for sure. The driver loads but hostapd fails to load so I think it's not related to the specific device except for the lack of RAM. Moreover, only 7 of the 11 onboard leds are confirmed working, it seems that one of the others is always on and the remaining ones are connected to the wireless card leds already recognized by OpenWrt [juhosg: reordered some parts in order to keep things sorted alphabetically] Signed-off-by: Marco Antonio Mauro <marcus90@gmail.com> SVN-Revision: 29910
* ramips: generate sysupgrade image for the ALL0256NGabor Juhos2012-01-241-0/+5
| | | | | | Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 29884
* ramips: rt288x: add support for the Belkin F5D8235-4 v1 boardGabor Juhos2011-12-281-1/+8
| | | | | | Patch-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 29617
* ramips: rt305x: add support for the ALFA Networks W502U (R36) boardGabor Juhos2011-12-281-1/+8
| | | | SVN-Revision: 29615
* ramips: rt288x: add support for the Buffalo WLI-TX4-AG300N boardGabor Juhos2011-12-271-0/+10
| | | | SVN-Revision: 29612
* ramips: initial support for Sitecom WL-351 v1 002Gabor Juhos2011-12-231-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This add support for the Sitecom WL-351 v1 002. In principle the Engenius ESR9850 should also work with this, but I don't have the hardware to test it. Since an external gigabit switch (RTL8366RB) is used, I had to modify the ramips_esw driver to add a 'bypass' mode, which just configures it to not filter the vlan tags. Also two initialization words (FCT2 and FPA2) are set to different values by u-boot than what the driver is using and it only seems to work correctly when they not overridden by the driver, so I added them to the platform specific data as reg_initval_fct2 and reg_initval_fpa2. With this wired lan works as expected, however I'm still having some trouble with the wireless lan: It only works after I rmmod & re-insmod rt2800pci and then reconfigure it in the webinterface, but not directly after rebooting. The symptom of this is wpad saying: Dec 20 15:45:09 OpenWrt daemon.info hostapd: wlan1: STA <notebookmac> IEEE 802.11: associated (aid 1) Dec 20 15:45:09 OpenWrt daemon.info hostapd: wlan1: STA <notebookmac> WPA: pairwise key handshake completed (RSN) Dec 20 15:45:22 OpenWrt daemon.info hostapd: wlan1: STA <notebookmac> IEEE 802.11: authenticated But wpa_supplicant on the client saying: Authentication with <wl351mac> timed out. Signed-off-by: Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 29604
* ramips: add support for the Senao/EnGenius ESR-9753 boardGabor Juhos2011-12-231-0/+5
| | | | | | Signed-off-by: Artur Wronowski <arteqw@gmail.com> SVN-Revision: 29603
* ramips: add support for Omnima MiniEMBWiFi boardGabor Juhos2011-12-141-0/+11
| | | | | | | | | This patch adds support for the Omnima MiniEMBWiFi Ralink RT3050F based board. Based on a patch by Ivan Ignjatic <ivan at omnima.co.uk> SVN-Revision: 29533
* ramips: fix Asus RT-N15 board supportGabor Juhos2011-12-011-0/+11
| | | | | | | | Fix Asus RT-N15 flash partitions and make an image. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29381
* ramips: Sparklan wcr-150gn board fixesGabor Juhos2011-12-011-8/+1
| | | | | | | | | | | | * Fix partition sizes. * Add buttons and leds. * Register usb. * Remove unnecessary stuff from image Makefile * Fix rt2x00 eeprom extract. Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 29380
* rt305x: Create factory image for Fonera 2.0nVasilis Tsiligiannis2011-10-311-1/+8
| | | | SVN-Revision: 28689
* ramips: Support for NexAira BC2Gabor Juhos2011-10-241-0/+5
| | | | | | | | | The preconfiguration of the USB LED has benn move to the /etc/uci-defaults/leds script. [juhosg] Signed-off-by: Adam Porter <porter.adam at gmail.com> SVN-Revision: 28571