summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [package] busybox: ntpd: indefinitely try to resolve peer addresses (#10361)jow2011-11-072-1/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: provide rpath-link flag, thanks mazilojow2011-11-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28792 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: change wireless ifname numbering schemajow2011-11-061-2/+9
| | | | | | | | | | Instead of simply counting up until we hit a free iface, group ifnames by wiphy so that the first wlanX on a phy gets the phy number and following ifaces an index-suffix, e.g. ath0 for network 1 on phy 1 and ath0-1 for network 2 on phy 1. This fixes state var confusion when operating multiple radios and allows to reliably take down and restart one radio only, even if the number of networks changes in between. This should, along with other changes in LuCI, fix #10335. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: change wireless ifname numbering schemajow2011-11-061-6/+3
| | | | | | | | | | Instead of simply counting up until we hit a free iface, group ifnames by wiphy so that the first wlanX on a phy gets the phy number and following ifaces an index-suffix, e.g. wlan0 for network 1 on phy 1 and wlan0-1 for network 2 on phy 1. This fixes state var confusion when operating multiple radios and allows to reliably take down and restart one radio only, even if the number of networks changes in between. This should, along with other changes in LuCI, fix #10335. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28784 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uhttpd: Fix wrong certificate options with multiple wordsjow2011-11-061-1/+1
| | | | | | | | | For instance two word city names will result in weird certificates. Therefore adding the missing quotations. Signed-off-by: Linus Lüssing <linus.luessing@web.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some fixes for radio reinit and frame flushnbd2011-11-052-0/+320
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-11-04nbd2011-11-052-73/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: improve reliability of PKG_CONFIG_DEPENDS, remove old .configured_* ↵nbd2011-11-051-0/+2
| | | | | | stamps before creating a new one git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28770 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: fix Makefiles and linking of tls pluginjow2011-11-052-7/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: process platform hotplug calls in the early launch of hotplug2 ↵nbd2011-11-052-1/+5
| | | | | | to avoid having crda calls get stuck at boot time (fixes #10350, #10354) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Add cbus tahvo locking fix.mb2011-11-052-17/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* omap24xx: Fix n810bm compilationmb2011-11-051-60/+58
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28766 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: bump versionjow2011-11-051-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28762 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: rework CyaSSL and OpenSSL integration; move protected ↵jow2011-11-055-51/+210
| | | | | | recv() and send() operations below the ssl layer - fixes hangs when accessing via https git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28761 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: swconfig: add a missing unlock in error pathjuhosg2011-11-041-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28753 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add timeserver config to target specific system configs as welljow2011-11-045-8/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28750 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to latest git versionnbd2011-11-0429-497/+487
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28746 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: ensure that a bridge gets created before hostapd needs it, hostapd ↵nbd2011-11-044-2/+14
| | | | | | must not attempt to create the bridge by itself git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28745 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a top level menuconfig option for enabling core dump supportnbd2011-11-041-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28744 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: start wifi at bootnbd2011-11-031-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fix redundant ifdown hotplug eventsnbd2011-11-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28737 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: refresh patchesnbd2011-11-035-20/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28736 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: update to 1.0.0e (patch by tripolar)nbd2011-11-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: merge regression fixes for the netfilter patches to the 3.1 kernel ↵nbd2011-11-033-9/+12
| | | | | | patches (patch by tripolar) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28734 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: load modules early, run wifi detect afterwards and only then ↵nbd2011-11-032-11/+12
| | | | | | | | process uci defaults this allows uci-defaults scripts to override wifi settings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28733 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: add some more protected services to sysupgrade kill ↵jow2011-11-032-2/+2
| | | | | | blacklist git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28732 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] qos-scripts: only use the lower 8 bits for firewall marks, allows ↵jow2011-11-033-11/+11
| | | | | | coexistence with other programs like nodogsplash - patch by Tobias Wolf (#10096) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28731 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lantiq: remove obseleted folder. we use 3.1 nowblogic2011-11-031-13/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to 1.19.3nico2011-11-0312-222/+26
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28725 3c298f89-4303-0410-b956-a3cf2f4a3e73
* modules: fixes ko files that were renamed in 3.1blogic2011-11-032-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28724 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ltq-dsl: fixes driver for targets other than danubeblogic2011-11-033-5/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ltq-vmmc: should be available for falcon and danube onlyblogic2011-11-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28722 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lantiq: bump to 3.1blogic2011-11-03113-47364/+1072
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28721 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/dropbear: fix segfault with remote port forwarding (closes: #10339)nico2011-11-032-1/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28718 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-mount: Fixed module loading (double cat is wrong)cshore2011-11-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28717 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] block-extroot: Finally remove empty dircshore2011-11-020-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28716 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: add missing proto handler conversion after r28632 (thx, Jonathan Bennet)nbd2011-11-011-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes handling of hotplug devices (for wifi)nbd2011-11-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28712 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-11-01nbd2011-11-0113-10646/+93
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28711 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: fix setting txpower (#10254)nbd2011-11-011-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28710 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add missing AR71XX_MACH_TL_WR741ND_V4juhosg2011-11-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28709 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: build image for the TL-WR741ND v4 boardjuhosg2011-11-011-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28708 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firmware-utils/mktplinkfw: add TL-WR741ND v4juhosg2011-11-011-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28707 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add initial support for the TL-WR741ND v4 boardjuhosg2011-11-019-1/+197
| | | | | | The ethernet port LEDs are not working yet. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add AR933X GMAC register definesjuhosg2011-11-011-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28705 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: combine LEDs setup in one filejuhosg2011-11-0113-305/+144
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28704 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: unify LED names on Planex boardsjuhosg2011-11-014-16/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28703 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: unify LED names on Buffalo boardsjuhosg2011-11-015-17/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28702 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: unify LED names on TP-Link boardsjuhosg2011-11-0112-47/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28701 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx/all0258n: sysupgrade supportjuhosg2011-11-012-0/+168
| | | | | | | | | | | | U-Boot on the ALL0258N needs offset, size and md5 for kernel and rootfs to be stored in the U-Boot environment. If the checksums don't match during boot, a failsafe-system is booted instead. This patch adds a board-specific sysupgrade hack for the all0258n which calculates and updates the checksums for the U-Boot environment. Signed-off-by: Daniel Golle <dgolle@allnet.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28700 3c298f89-4303-0410-b956-a3cf2f4a3e73