aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* AA: iwinfo: merge r34982, r35005, r35007, r35471, r36292, r36339, r36417, ↵Jo-Philipp Wich2013-04-277-174/+393
| | | | | | r36449, r36450 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: uci: merge r36377Jo-Philipp Wich2013-04-271-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: fix one more instance of a stray -rc1Felix Fietkau2013-04-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: base-files: backport r36107Jo-Philipp Wich2013-04-252-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36423 3c298f89-4303-0410-b956-a3cf2f4a3e73
* attitude_adjustment: fix default opkg url in version.mkJo-Philipp Wich2013-04-251-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36421 3c298f89-4303-0410-b956-a3cf2f4a3e73
* attitude_adjustment: change default version number to 12.09 instead of -rc1Felix Fietkau2013-04-241-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: use the original mac address for the first virtual interfaceFelix Fietkau2013-04-231-1/+3
| | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r36408 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: rework mac address allocationFelix Fietkau2013-04-171-10/+24
| | | | | | | | | | | | | | | | | | | | | If the first byte is available in the address mask, use only that one - set the local bit and xor it with the id << 2. This ensures that there are no hardware BSSID & BSSID-mask conflicts with devices that have almost the same MAC address with just a small offset. The MAC address conflict has been observed in a deployment with some devices from the same batch when running with multiple interfaces. If only some bits of the last byte are available, xor the id onto the last MAC address byte (relevant mostly for Ralink devices). In other cases (should not happen at this point), use the previous MAC address offset calculation but without the local bit. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r36353 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: backport openssl update from r35600v12.09Florian Fainelli2013-03-192-4/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a fix to reduce the number of spurious tx hang detectionsFelix Fietkau2013-03-151-0/+37
| | | | | | Backport of r36040 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix client reassociation after too many ACK failuresFelix Fietkau2013-03-121-0/+11
| | | | | | Backport of r35973 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35974 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: om2p-hs: use correct bit mask to disable JTAG functionalityGabor Juhos2013-03-111-1/+1
| | | | | | | | Backport of r35966. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add AR934X_GPIO_FUNC_* definesGabor Juhos2013-03-111-4/+10
| | | | | | | | Backport of r35965. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35967 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: backport of r35671: b43: Increase number of RX DMA slotsHauke Mehrtens2013-03-101-0/+11
| | | | | | | | | | | | | | | Bastian Bittorf reported that some of the silent freezes on a Linksys WRT54G were due to overflow of the RX DMA ring buffer, which was created with 64 slots. That finding reminded me that I was seeing similar crashed on a netbook, which also has a relatively slow processor. After increasing the number of slots to 128, runs on the netbook that previously failed now worked; however, I found that 109 slots had been used in one test. For that reason, the number of slots is being increased to 256. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable building ramdisk images for WZRHPG30XNH board typesLuka Perkov2013-03-051-0/+4
| | | | | | Backport of r35874. git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35891 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: hotplug2: restore accidentally deleted patchGabor Juhos2013-03-031-0/+21
| | | | | | | | | | | | | | | Backport of r35863. Without the 170-non_fatal_include.patch hotplug2 throws this: Unable to include '/etc/hotplug2-platform.rules' Syntax error (/etc/hotplug2-common.rules, line 9): Syntax error: Internal parser error. Unable to include '/etc/hotplug2-common.rules' Syntax error (/etc/hotplug2-init.rules, line 3): Syntax error: Internal parser error. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35864 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hotplug2: fix a memory leak and wrong variables leaking into the fork worker ↵Felix Fietkau2013-03-031-13/+24
| | | | | | | | process (#12436, maybe also #12765) Backport of r35857 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35859 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hotplug2: merge worker related fixes into one patchFelix Fietkau2013-03-034-251/+179
| | | | | | Backport of r35856 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35858 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cns3xxx: backport laguna UART setup crash fix from r33719, r33721Felix Fietkau2013-03-012-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35839 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: don't build documentationLuka Perkov2013-02-265-0/+115
| | | | | | | | backport of r35807 Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35817 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: issue a cold reset after failures or after bringing the chip out of ↵Felix Fietkau2013-02-256-7/+18
| | | | | | | | full sleep - fixes many kinds of DMA issues Backport of r35785 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35786 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] fixes lantiq dsl firmware naming conventionsJohn Crispin2013-02-252-16/+11
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35783 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ramips] backport esw led switch fixJohn Crispin2013-02-251-0/+4
| | | | | | | | fixes #12989 Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35782 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] fixes mbssid on ralink hardwareJohn Crispin2013-02-251-2/+4
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35781 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [mac80211] adds missing backport needed for ralink mbssidJohn Crispin2013-02-251-0/+94
| | | | | | | | fixes #12952 Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35780 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: bcm63xx: Fix sysupgrade for tag-version 7 and 8Jonas Gorski2013-02-251-1/+1
| | | | | | | | Backport of r35724. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35779 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA kernel: modules: don't skip built-in modules for i2cJonas Gorski2013-02-251-1/+1
| | | | | | | | Backport of r35755. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35778 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: mac80211: add missing DRIVER_11N_SUPPORT selectsJonas Gorski2013-02-251-3/+3
| | | | | | | | Backport of r35711. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35777 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: register the micro sd card reader on RB493GJonas Gorski2013-02-251-0/+3
| | | | | | | | Backport of r35535. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35776 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix rssi issuesFelix Fietkau2013-02-221-0/+11
| | | | | | Backport of r35750 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k_htc: fix signal strength reporting issuesFelix Fietkau2013-02-221-0/+29
| | | | | | Backport of r35749 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: fix MAC address assignment on the DIR-825-Bx boardsGabor Juhos2013-02-211-7/+10
| | | | | | | | | | | | | Backport of r35730. Use the same MAC addresses as the original firmware. Based on a patch from #10421. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> Tested-by: Gabor Varga <vargagab@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35731 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: fix name of kmod-ocf-ubsec-ssbHauke Mehrtens2013-02-211-1/+1
| | | | | | | backport of r35509. git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35725 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix the scan wait patch for multiple interfacesFelix Fietkau2013-02-161-21/+13
| | | | | | Backport of r35630 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35631 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: add back the patch that waits for interface bringup in ht40, it got ↵Felix Fietkau2013-02-161-0/+73
| | | | | | | | lost with the update Backport of r35619 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35620 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: Routerboard 751 Mac Address Offset FixGabor Juhos2013-02-091-2/+10
| | | | | | | | | | | | | | | | | Backport of r35519. We utilize many Routerboard 751's and discovered that our latest batch of RB751's would not initialize the wireless radio. We have determined Mikrotik has changed where the mac address was located inside hardconfig. As such we utilize "routerboot_find_tag" to find the location of the mac address. We should remove "RB751_MAC_ADDRESS_OFFSET" as it is ambiguous by machine manufacturing date. The newer batch of RB751's that we received had a RB751_MAC_ADDRESS_OFFSET 0x10. Signed-off-by: Davey Hutchison <dhutchison@bluemesh.net> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* openssl: backport r35524Tim Yardley2013-02-086-79/+17
| | | | | | | | Signed-off-by: Tim Yardley <yardley@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35530 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: update to latest version, fixes a string corruption issue on JSON ↵Felix Fietkau2013-01-291-3/+3
| | | | | | | | formatting Backport of r35399 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest versionFelix Fietkau2013-01-293-6/+6
| | | | | | | | | fixes DNS servers on reload (#12910) fixes ubus object race on reload or down/up (#12612) Backport of r35383 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35384 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, fixes setting addresses/routes on alias ↵Felix Fietkau2013-01-281-2/+2
| | | | | | | | interfaces Backport of r35362 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: feeds: switch to LuCI v0.11.1 tagJo-Philipp Wich2013-01-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: firewall: backport r35348Jo-Philipp Wich2013-01-282-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netfilter: add support for flushing conntrack via /procFelix Fietkau2013-01-271-0/+46
| | | | | | Backport of r35330 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35331 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: sync with trunk r35297, adds another alias support fixFelix Fietkau2013-01-221-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: revert the package install section from the trunk sync commitFelix Fietkau2013-01-211-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35267 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: feeds: switch to LuCI v0.11.0 tagJo-Philipp Wich2013-01-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35263 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: sync with trunk r35251Felix Fietkau2013-01-203-4/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35254 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: sync with trunk r35141Felix Fietkau2013-01-201-5/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: sync with trunk r35128Felix Fietkau2013-01-201-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35252 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: busybox: merge r35239Jo-Philipp Wich2013-01-194-9/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@35241 3c298f89-4303-0410-b956-a3cf2f4a3e73