Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | base-files: introduce option "broadcast" for proto=dhcp interface to enable ↵ | Jo-Philipp Wich | 2010-06-02 | 1 | -2/+11 |
| | | | | | | the broadcast flag in DHCP requests, required by certain providers SVN-Revision: 21661 | ||||
* | fix eglibc INET_ANL option selection | Florian Fainelli | 2010-06-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 21660 | ||||
* | base-files: remove IPv6 LL addr from interfaces before adding them to a bridge | Jo-Philipp Wich | 2010-06-02 | 1 | -0/+9 |
| | | | | SVN-Revision: 21659 | ||||
* | mac80211: reduce the size of the debugfs code | Felix Fietkau | 2010-06-02 | 1 | -0/+262 |
| | | | | SVN-Revision: 21657 | ||||
* | firewall: - support alias ifnames different from parent ifname - properly ↵ | Jo-Philipp Wich | 2010-06-02 | 1 | -10/+23 |
| | | | | | | handle multiple subnets per alias (v4+v6) SVN-Revision: 21656 | ||||
* | base-files: - add aliases to device by default (not ifname) - introduce ↵ | Jo-Philipp Wich | 2010-06-02 | 2 | -4/+24 |
| | | | | | | option "layer" to select the target ifname to attach the alias to: - 3 use tun device (tun over bridge over device) fallback to bridge or device - 2 use bridge (bridge over device) fallback to device - 1 use device SVN-Revision: 21655 | ||||
* | mac80211: remove the pid rate control algorithm to save a few kbytes | Felix Fietkau | 2010-06-01 | 2 | -1/+11 |
| | | | | SVN-Revision: 21654 | ||||
* | firewall: Initial alias interface support. This allows to define zones ↵ | Jo-Philipp Wich | 2010-06-01 | 3 | -29/+86 |
| | | | | | | covering alias interfaces and associated entries like rules and forwardings. SVN-Revision: 21653 | ||||
* | base-file: move alias setup to route hotplug, this fixes alias sections for ↵ | Jo-Philipp Wich | 2010-06-01 | 3 | -37/+45 |
| | | | | | | non-static interfaces like ppp, dhcp, 6in4 etc. SVN-Revision: 21652 | ||||
* | ath9k: one more queue stop/start fix | Felix Fietkau | 2010-06-01 | 1 | -0/+10 |
| | | | | SVN-Revision: 21651 | ||||
* | ath9k: fix queue stopping/starting logic, should slightly reduce RAM usage ↵ | Felix Fietkau | 2010-06-01 | 1 | -0/+144 |
| | | | | | | under load and make throughput more smooth SVN-Revision: 21650 | ||||
* | orion: fix lan and wan mac address for wrt530n v2 (patch by maddes from #7113) | Felix Fietkau | 2010-06-01 | 1 | -0/+17 |
| | | | | SVN-Revision: 21647 | ||||
* | ar71xx: fix rootfs mount issue (closes #7319) | Alexandros C. Couloumbis | 2010-06-01 | 1 | -0/+1 |
| | | | | SVN-Revision: 21645 | ||||
* | Fix ramips build when CONFIG_RALINK_DEV_GPIO_BUTTONS is not set. | John Crispin | 2010-05-31 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Helmut Schaa SVN-Revision: 21643 | ||||
* | firewall: change the order of IPv4/IPv6 address detection, fixes mixed ↵ | Jo-Philipp Wich | 2010-05-31 | 2 | -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 Wich | 2010-05-31 | 1 | -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 sections | Jo-Philipp Wich | 2010-05-30 | 4 | -8/+8 |
| | | | | SVN-Revision: 21640 | ||||
* | base-files: - use add_dns() and remove_dns() for when changing ↵ | Jo-Philipp Wich | 2010-05-30 | 4 | -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 Dickinson | 2010-05-30 | 1 | -0/+0 |
| | | | | | | brcm-specific SVN-Revision: 21637 | ||||
* | brcm-2.4: preinit: Removed duplicate failsafe switch config file | Daniel Dickinson | 2010-05-30 | 1 | -10/+0 |
| | | | | SVN-Revision: 21636 | ||||
* | ramips: Added preinit scriptlet to set vars based on cpuinfo during ↵ | Daniel Dickinson | 2010-05-30 | 1 | -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 Dickinson | 2010-05-30 | 1 | -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 Dickinson | 2010-05-30 | 1 | -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 scriptlet | Daniel Dickinson | 2010-05-30 | 1 | -0/+0 |
| | | | | SVN-Revision: 21632 | ||||
* | brcm63xx: Fixed 96348GW (Tecom Gx00) LED definitions to match reality (vs ↵ | Daniel Dickinson | 2010-05-30 | 8 | -125/+160 |
| | | | | | | reference design) SVN-Revision: 21631 | ||||
* | brcm63xx: Tecom GW6x00 profile: Added hotplug button events and gpio-leds kmods | Daniel Dickinson | 2010-05-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 21630 | ||||
* | brcm63xx: Fixed vlan packet leakage in preinit for known devices with a ↵ | Daniel Dickinson | 2010-05-30 | 4 | -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 Dickinson | 2010-05-30 | 1 | -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 Dickinson | 2010-05-30 | 1 | -0/+67 |
| | | | | SVN-Revision: 21627 | ||||
* | brcm63xx: Added preinit board-type detection (currently only 96348GW - Tecom ↵ | Daniel Dickinson | 2010-05-30 | 2 | -0/+35 |
| | | | | | | 6x00) SVN-Revision: 21626 | ||||
* | kernel: add missing config symbols. | Hauke Mehrtens | 2010-05-29 | 2 | -1/+16 |
| | | | | | | | | Thank you Maddes for your patch This closes #7375. SVN-Revision: 21623 | ||||
* | kernel: add lzma support for arm cpu. | Hauke Mehrtens | 2010-05-29 | 1 | -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 fail | Felix Fietkau | 2010-05-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 21621 | ||||
* | udc: Fix recursive spinlocks | Lars-Peter Clausen | 2010-05-29 | 1 | -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 config | Lars-Peter Clausen | 2010-05-29 | 1 | -95/+91 |
| | | | | SVN-Revision: 21618 | ||||
* | core fixes * Mask timer irq on startup * Fix dma width constants * Do not ↵ | Lars-Peter Clausen | 2010-05-29 | 2 | -59/+55 |
| | | | | | | try to ack intc irqs SVN-Revision: 21617 | ||||
* | Rename .trx2 image to openwrt-wrt54g3gv2-vf-squashfs-sysupgrade.bin and ↵ | Jo-Philipp Wich | 2010-05-29 | 1 | -2/+2 |
| | | | | | | openwrt-wrt54g3gv2-vf-squashfs.bin to openwrt-wrt54g3gv2-vf-squashfs-factory.bin SVN-Revision: 21616 | ||||
* | jzcodec: Enable support for S8 format | Lars-Peter Clausen | 2010-05-29 | 1 | -7/+7 |
| | | | | SVN-Revision: 21615 | ||||
* | fb: Fix pseudo palette for non 32bit color depth. | Lars-Peter Clausen | 2010-05-29 | 1 | -20/+32 |
| | | | | SVN-Revision: 21614 | ||||
* | rtc: Put rtc Kconfig entry into the correct section | Lars-Peter Clausen | 2010-05-29 | 1 | -9/+7 |
| | | | | SVN-Revision: 21613 | ||||
* | 6in4: - support to automatically determine the local endpoint address from ↵ | Jo-Philipp Wich | 2010-05-28 | 3 | -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.12 | Nicolas Thill | 2010-05-28 | 4 | -10/+92 |
| | | | | SVN-Revision: 21611 | ||||
* | toolchain/eglibc: update to latest revision for 2.9, 2.10 & 2.11 | Nicolas Thill | 2010-05-28 | 2 | -5/+4 |
| | | | | SVN-Revision: 21610 | ||||
* | x86: build fully functional images on Mac OS X, now that grub is fixed | Felix Fietkau | 2010-05-28 | 1 | -11/+0 |
| | | | | SVN-Revision: 21609 | ||||
* | grub: compile fixes for Mac OS X (based on patches by Jukka Ylitalo) | Felix Fietkau | 2010-05-28 | 4 | -0/+118 |
| | | | | SVN-Revision: 21608 | ||||
* | ramips: merge slab patch | Gabor Juhos | 2010-05-28 | 3 | -20/+2 |
| | | | | SVN-Revision: 21607 | ||||
* | ramips: use COMMAND_LINE_SIZE directly | Gabor Juhos | 2010-05-28 | 2 | -12/+1 |
| | | | | SVN-Revision: 21606 | ||||
* | ramips: add missing 2.6.34 config files | Gabor Juhos | 2010-05-28 | 2 | -0/+359 |
| | | | | SVN-Revision: 21605 | ||||
* | ramips: refresh 2.6.34 patches | Gabor Juhos | 2010-05-28 | 4 | -18/+15 |
| | | | | SVN-Revision: 21604 | ||||
* | ramips: sync 2.6.32 config | Gabor Juhos | 2010-05-28 | 2 | -4/+0 |
| | | | | SVN-Revision: 21603 |