summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* orion: fix lan and wan mac address for wrt530n v2 (patch by maddes from #7113)Felix Fietkau2010-06-011-0/+17
| | | | SVN-Revision: 21647
* ar71xx: fix rootfs mount issue (closes #7319)Alexandros C. Couloumbis2010-06-011-0/+1
| | | | SVN-Revision: 21645
* Fix ramips build when CONFIG_RALINK_DEV_GPIO_BUTTONS is not set.John Crispin2010-05-311-1/+1
| | | | | | Signed-off-by: Helmut Schaa SVN-Revision: 21643
* firewall: change the order of IPv4/IPv6 address detection, fixes mixed ↵Jo-Philipp Wich2010-05-312-2/+2
| | | | | | notation v6 improperly detected as v4 address SVN-Revision: 21642
* base-files: don't skip subsequent hotplug rules when doing makedev for tun ↵Jo-Philipp Wich2010-05-311-1/+0
| | | | | | or tap interfaces - this fixes support for uci managed OpenVPN interfaces and other externally created tuntap devices SVN-Revision: 21641
* firewall: fix support for netranges in redirect and rule sectionsJo-Philipp Wich2010-05-304-8/+8
| | | | SVN-Revision: 21640
* base-files: - use add_dns() and remove_dns() for when changing ↵Jo-Philipp Wich2010-05-304-27/+43
| | | | | | resolv.conf.auto for static or dhcp interfaces - force 0644 permissions when creating resolv.conf.auto, fixes dnsmasq permissions denied problem with pppd interfaces - revert dns servers in /sbin/ifdown - bump package revision SVN-Revision: 21638
* brcm-2.4: preinit: Renamed failsafe echo scriplet to reflect that it is ↵Daniel Dickinson2010-05-301-0/+0
| | | | | | brcm-specific SVN-Revision: 21637
* brcm-2.4: preinit: Removed duplicate failsafe switch config fileDaniel Dickinson2010-05-301-10/+0
| | | | SVN-Revision: 21636
* ramips: Added preinit scriptlet to set vars based on cpuinfo during ↵Daniel Dickinson2010-05-301-0/+7
| | | | | | preinit_main. This fixes a bug in which the vars were not set due to /proc not being mounted when ramips.sh was sourced SVN-Revision: 21635
* ar71xx: Added preinit scriptlet to set vars based on cpuinfo during ↵Daniel Dickinson2010-05-301-0/+7
| | | | | | preinit_main. This fixes a bug in which the vars were not set due to /proc not being mounted when ar71xx.sh was sourced SVN-Revision: 21634
* adm5120: Added preinit script to set vars based on cpuinfo during preinit ↵Daniel Dickinson2010-05-301-0/+7
| | | | | | main; This fixes a bug in which the per-board vars were not set due to cpuinfo not being mounted when the adm5120.sh was run SVN-Revision: 21633
* adm5120: Fixed name of preinit_iface scriptletDaniel Dickinson2010-05-301-0/+0
| | | | SVN-Revision: 21632
* brcm63xx: Fixed 96348GW (Tecom Gx00) LED definitions to match reality (vs ↵Daniel Dickinson2010-05-308-125/+160
| | | | | | reference design) SVN-Revision: 21631
* brcm63xx: Tecom GW6x00 profile: Added hotplug button events and gpio-leds kmodsDaniel Dickinson2010-05-301-1/+1
| | | | SVN-Revision: 21630
* brcm63xx: Fixed vlan packet leakage in preinit for known devices with a ↵Daniel Dickinson2010-05-304-0/+97
| | | | | | switch on eth1 (currently only 96348GW - Tecom 6x00) SVN-Revision: 21629
* brcm63xx: Added preinit reset button module loading for devices known to ↵Daniel Dickinson2010-05-301-0/+16
| | | | | | support it and for which /lib/brcm63xx.sh has the definitions (currently only 96348GW - Tecom 6x00) SVN-Revision: 21628
* brcm63xx: Added LED code for preinit (/etc/diag.sh) for 96348GW (Tecom 6x00)Daniel Dickinson2010-05-301-0/+67
| | | | SVN-Revision: 21627
* brcm63xx: Added preinit board-type detection (currently only 96348GW - Tecom ↵Daniel Dickinson2010-05-302-0/+35
| | | | | | 6x00) SVN-Revision: 21626
* kernel: add missing config symbols.Hauke Mehrtens2010-05-292-1/+16
| | | | | | | | Thank you Maddes for your patch This closes #7375. SVN-Revision: 21623
* kernel: add lzma support for arm cpu.Hauke Mehrtens2010-05-291-0/+57
| | | | | | | | | | | This patch appears to be lost beetween 2.6.32 and 2.6.33. Thank you Maddes for the patch. This helps making orion work with kernel 2.6.34. closes #7377. SVN-Revision: 21622
* docs: fix a counting failFelix Fietkau2010-05-291-1/+1
| | | | SVN-Revision: 21621
* udc: Fix recursive spinlocksLars-Peter Clausen2010-05-291-14/+13
| | | | | | | | | | | | Driver had recursive spinlock locking: 1. jz4740_queue() acquires lock 2. done() is called in chain: jz4740_queue()->jz4740_ep0_kick()->jz4740_ep0_in()->write_fifo_ep0()->done() and it tries to acquire same lock. 3. Deadlock. Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com> SVN-Revision: 21619
* ASoC: Fix and cleaup dma configLars-Peter Clausen2010-05-291-95/+91
| | | | SVN-Revision: 21618
* core fixes * Mask timer irq on startup * Fix dma width constants * Do not ↵Lars-Peter Clausen2010-05-292-59/+55
| | | | | | try to ack intc irqs SVN-Revision: 21617
* Rename .trx2 image to openwrt-wrt54g3gv2-vf-squashfs-sysupgrade.bin and ↵Jo-Philipp Wich2010-05-291-2/+2
| | | | | | openwrt-wrt54g3gv2-vf-squashfs.bin to openwrt-wrt54g3gv2-vf-squashfs-factory.bin SVN-Revision: 21616
* jzcodec: Enable support for S8 formatLars-Peter Clausen2010-05-291-7/+7
| | | | SVN-Revision: 21615
* fb: Fix pseudo palette for non 32bit color depth.Lars-Peter Clausen2010-05-291-20/+32
| | | | SVN-Revision: 21614
* rtc: Put rtc Kconfig entry into the correct sectionLars-Peter Clausen2010-05-291-9/+7
| | | | SVN-Revision: 21613
* 6in4: - support to automatically determine the local endpoint address from ↵Jo-Philipp Wich2010-05-283-16/+86
| | | | | | the current IPv4 default gateway - support updating the tunnel endpoint for he.net SVN-Revision: 21612
* toolchain/eglibc: add preliminary support for eglibc-2.12Nicolas Thill2010-05-284-10/+92
| | | | SVN-Revision: 21611
* toolchain/eglibc: update to latest revision for 2.9, 2.10 & 2.11Nicolas Thill2010-05-282-5/+4
| | | | SVN-Revision: 21610
* x86: build fully functional images on Mac OS X, now that grub is fixedFelix Fietkau2010-05-281-11/+0
| | | | SVN-Revision: 21609
* grub: compile fixes for Mac OS X (based on patches by Jukka Ylitalo)Felix Fietkau2010-05-284-0/+118
| | | | SVN-Revision: 21608
* ramips: merge slab patchGabor Juhos2010-05-283-20/+2
| | | | SVN-Revision: 21607
* ramips: use COMMAND_LINE_SIZE directlyGabor Juhos2010-05-282-12/+1
| | | | SVN-Revision: 21606
* ramips: add missing 2.6.34 config filesGabor Juhos2010-05-282-0/+359
| | | | SVN-Revision: 21605
* ramips: refresh 2.6.34 patchesGabor Juhos2010-05-284-18/+15
| | | | SVN-Revision: 21604
* ramips: sync 2.6.32 configGabor Juhos2010-05-282-4/+0
| | | | SVN-Revision: 21603
* toolchain/eglibc: allow building eglibc-2.11 with gcc-4.5.xNicolas Thill2010-05-281-1/+1
| | | | SVN-Revision: 21601
* toolchain/gcc: add support for gcc-4.4.4Nicolas Thill2010-05-2813-0/+9832
| | | | SVN-Revision: 21600
* toolchain/gcc: add support for gcc-4.3.5Nicolas Thill2010-05-2818-0/+716
| | | | SVN-Revision: 21599
* base-files: revert r21595Jo-Philipp Wich2010-05-281-2/+0
| | | | SVN-Revision: 21597
* base-files: bring bridge port iface down before changing the mac (#7111)Jo-Philipp Wich2010-05-281-0/+2
| | | | SVN-Revision: 21595
* base-files: 3g connection interfaces are now called "3g-*" - adjust 10-net ↵Jo-Philipp Wich2010-05-282-2/+2
| | | | | | hotplug handler to match them SVN-Revision: 21591
* pptp: support interface sections without ifname by implementing scan_pptp()Jo-Philipp Wich2010-05-282-1/+5
| | | | SVN-Revision: 21590
* add 6in4 - support for static IPv6-in-IPv4 tunnels through /etc/config/networkJo-Philipp Wich2010-05-282-0/+120
| | | | SVN-Revision: 21589
* base-files: respect .auto option when running coldplug_interface_*() hooks ↵Jo-Philipp Wich2010-05-272-2/+5
| | | | | | on boot SVN-Revision: 21588
* madwifi: Fix 0dBm txpower setting displayVasilis Tsiligiannis2010-05-271-0/+30
| | | | SVN-Revision: 21584
* update linux kernel to 2.6.32.14Nicolas Thill2010-05-2725-26/+26
| | | | SVN-Revision: 21583