Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | ramips: nuke 3.2 suport | Gabor Juhos | 2012-04-21 | |
| | | | | SVN-Revision: 31405 | |||
* | ramips: switch to 3.3.2 | Gabor Juhos | 2012-04-21 | |
| | | | | SVN-Revision: 31404 | |||
* | ramips: add support for 3.3 | Gabor Juhos | 2012-04-21 | |
| | | | | SVN-Revision: 31403 | |||
* | ramips: rt305x: add OHCI/EHCI registration code for RT3352 | Gabor Juhos | 2012-04-21 | |
| | | | | SVN-Revision: 31402 | |||
* | ramips: rt305x: fix CPU clock detection on RT3352 | Gabor Juhos | 2012-04-21 | |
| | | | | SVN-Revision: 31401 | |||
* | ramips: rt305x: use different memory size setup for RT3352 | Gabor Juhos | 2012-04-21 | |
| | | | | SVN-Revision: 31400 | |||
* | ramips: rt3883: add profile and build sysupgrade image for the RT-N56U | Gabor Juhos | 2012-04-21 | |
| | | | | SVN-Revision: 31399 | |||
* | ramips: add swconfig to the default package list | Gabor Juhos | 2012-04-21 | |
| | | | | SVN-Revision: 31398 | |||
* | ramips: build initramfs image for the Fonera 2.0N | Gabor Juhos | 2012-04-21 | |
| | | | | SVN-Revision: 31397 | |||
* | ramips: rt305x: add initial support for Tenda W306R V2.0 | Gabor Juhos | 2012-04-21 | |
| | | | | | | | | | | 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: remove hardcoded console parameter from kernel configs | Gabor Juhos | 2012-04-21 | |
| | | | | SVN-Revision: 31395 | |||
* | kernel: also update the targets to use 3.2.15 | Jonas Gorski | 2012-04-17 | |
| | | | | | | Thanks Gabor for spotting it. SVN-Revision: 31337 | |||
* | kernel: update linux 3.2 to 3.2.14 | Jonas Gorski | 2012-04-09 | |
| | | | | SVN-Revision: 31222 | |||
* | kernel: update linux 3.2 to 3.2.13 and refresh patches | Jonas Gorski | 2012-04-01 | |
| | | | | | | Also remove a duplicate patch from lantiq (already in generic). SVN-Revision: 31158 | |||
* | ramips: add support for the ARC FreeStation5 board, also fix WCR-150GN ↵ | Jo-Philipp Wich | 2012-03-29 | |
| | | | | | | 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 boards | Gabor Juhos | 2012-03-27 | |
| | | | | | | Patch from #10105. SVN-Revision: 31101 | |||
* | ramips: rt305x: add add support for the Asus WL-330N board | Gabor Juhos | 2012-03-27 | |
| | | | | | | | | | [juhosg: reorder several lines in order to keep things sorted alphabetically] Signed-off-by: Frédéric Leroy <fredo@starox.org> SVN-Revision: 31100 | |||
* | kernel: update linux 3.2 to 3.2.12 | Gabor Juhos | 2012-03-19 | |
| | | | | SVN-Revision: 31028 | |||
* | ramips: rt305x: add profile for the AZtech HW-5503G board | Gabor Juhos | 2012-03-12 | |
| | | | | | | Patch from #11085. SVN-Revision: 30907 | |||
* | ramips: add RT3350 detection | Gabor Juhos | 2012-03-12 | |
| | | | | SVN-Revision: 30900 | |||
* | ramips: rt305x: rewrite SoC detection | Gabor Juhos | 2012-03-11 | |
| | | | | SVN-Revision: 30890 | |||
* | ramips: rt305x: rename SYSTEM_CONFIG_* defines to RT305X_SYSCFG_* | Gabor Juhos | 2012-03-11 | |
| | | | | SVN-Revision: 30889 | |||
* | ramips: replace RALINK_SOC_* macros with global variables | Gabor Juhos | 2012-03-11 | |
| | | | | SVN-Revision: 30888 | |||
* | ramips: introduce ramips_soc_prom_init and move SoC detection into that | Gabor Juhos | 2012-03-11 | |
| | | | | SVN-Revision: 30887 | |||
* | ramips: build initramfs image for DIR-{3,6}00 boards | Gabor Juhos | 2012-03-11 | |
| | | | | SVN-Revision: 30882 | |||
* | ramips: allow to use DSP ASE on RT3xxx | Gabor Juhos | 2012-03-11 | |
| | | | | SVN-Revision: 30879 | |||
* | ramips: add support for unbranded XDX-RN502J board | Gabor Juhos | 2012-03-04 | |
| | | | | | | | | | | | | | | | | | | | | | | | 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 Juhos | 2012-03-04 | |
| | | | | | | | | | [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 | |||
* | kernel: update linux 3.2 to 3.2.9 | Gabor Juhos | 2012-03-01 | |
| | | | | SVN-Revision: 30767 | |||
* | ramips: don't read RAMIPS_RX_CALC_IDX0 register in the loop | Gabor Juhos | 2012-02-26 | |
| | | | | SVN-Revision: 30733 | |||
* | ramips: raeth: add rx_info structure | Gabor Juhos | 2012-02-26 | |
| | | | | | | | | | | | | | This helps to reduce code size on RX path: add/remove: 0/0 grow/shrink: 3/1 up/down: 68/-56 (12) function old new delta ramips_eth_open 1104 1144 +40 ramips_ring_free 212 232 +20 ramips_eth_stop 400 408 +8 ramips_eth_rx_hw 648 592 -56 SVN-Revision: 30732 | |||
* | ramips: raeth: add tx_info structure | Gabor Juhos | 2012-02-26 | |
| | | | | | | | | | | | | | | This helps to reduce code size on TX path: add/remove: 0/0 grow/shrink: 1/4 up/down: 56/-92 (-36) function old new delta ramips_eth_open 1048 1104 +56 ramips_eth_tx_housekeeping 156 148 -8 ramips_ring_free 224 212 -12 ramips_eth_stop 420 400 -20 ramips_eth_hard_start_xmit 480 428 -52 SVN-Revision: 30731 | |||
* | ramips: raeth: don't process disabled interrupts | Gabor Juhos | 2012-02-25 | |
| | | | | | | Also rename the 'fe_int' variable. SVN-Revision: 30713 | |||
* | ramips: fix FONERA20N image generation | Gabor Juhos | 2012-02-24 | |
| | | | | SVN-Revision: 30710 | |||
* | ramips: image: increase minimum kernel partition size to 896k | Gabor Juhos | 2012-02-23 | |
| | | | | SVN-Revision: 30706 | |||
* | ramips: image: cleanup and sort templates/profiles | Gabor Juhos | 2012-02-23 | |
| | | | | SVN-Revision: 30705 | |||
* | ramips: image: use GENERIC_4M template for the ALL0256N board | Gabor Juhos | 2012-02-23 | |
| | | | | SVN-Revision: 30704 | |||
* | ramips: image: introduce mkmtd/{,phys,spi} helpers | Gabor Juhos | 2012-02-23 | |
| | | | | SVN-Revision: 30703 | |||
* | ramips: image: pass mtdlayout variables by value | Gabor Juhos | 2012-02-23 | |
| | | | | SVN-Revision: 30702 | |||
* | ramips: image: merge F5D8235V{1,2} templates | Gabor Juhos | 2012-02-23 | |
| | | | | SVN-Revision: 30701 | |||
* | ramips: image: use generic template for the WR6202, OMNIEMB, W502U boards | Gabor Juhos | 2012-02-23 | |
| | | | | SVN-Revision: 30700 | |||
* | ramips: image: introduce mkcmdline helper | Gabor Juhos | 2012-02-23 | |
| | | | | SVN-Revision: 30699 | |||
* | ramips: image: use the GENERIC_4M template for the V11ST-FE board | Gabor Juhos | 2012-02-23 | |
| | | | | SVN-Revision: 30698 | |||
* | ramips: image: simplify Makefile a bit | Gabor Juhos | 2012-02-23 | |
| | | | | SVN-Revision: 30697 | |||
* | ramips: image: add MkImageLzma wrapper | Gabor Juhos | 2012-02-23 | |
| | | | | SVN-Revision: 30696 | |||
* | ramips: image: allow to build board specific initramfs images | Gabor Juhos | 2012-02-23 | |
| | | | | SVN-Revision: 30695 | |||
* | ramips: merge identical switch configuration entries | Gabor Juhos | 2012-02-22 | |
| | | | | SVN-Revision: 30688 | |||
* | ramips: use unified switch identifiers in uci-defaults/network | Gabor Juhos | 2012-02-22 | |
| | | | | SVN-Revision: 30687 | |||
* | ramips: fix VLAN config of the RT-N15 | Gabor Juhos | 2012-02-22 | |
| | | | | SVN-Revision: 30686 | |||
* | ramips: raeth: show interrupt statistics in debugfs | Gabor Juhos | 2012-02-22 | |
| | | | | SVN-Revision: 30681 |