aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* AA: ar71xx: use the ath79_set_ar934x_eth_cfg helper in machine setup routinesjuhosg2012-10-185-97/+7
| | | | | | | | Backport of r33818. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33836 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add a helper function for setting up ETH_CFG register on AR934xjuhosg2012-10-182-0/+25
| | | | | | | | Backport of r33817. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33835 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: merge a client mode state handling fix, refresh patchesnbd2012-10-173-3/+62
| | | | | | Backport of r33821 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33822 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: merge a security fix for a TLS message buffer overflow (CVE-2012-4445)nbd2012-10-171-0/+17
| | | | | | Backport of r33815 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33816 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: OM2P-HS sysupgrade supportjuhosg2012-10-171-0/+2
| | | | | | | | | Backport of r33803. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33811 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: uboot-envtools: OM2P-HS partition informationjuhosg2012-10-171-0/+1
| | | | | | | | | Backport of r33802. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33810 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: package/om-watchdog: add OM2P-HS supportjuhosg2012-10-171-5/+8
| | | | | | | | | Backport of r33801. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: add support for the OpenMesh OM2P-HS boardjuhosg2012-10-176-2/+85
| | | | | | | | | Backport of r33800. Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33808 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: fix menuconfig segfaults; backport of r33773jow2012-10-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33774 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: fix sysupgrade for jjPlus JWAP003juhosg2012-10-141-4/+6
| | | | | | | | | | | Backport of r33769. [juhosg: change commit message] Signed-off-by: Artur Wronowski <arteqw@gmail.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: ew-dorin: added ethernet switch configurationjuhosg2012-10-141-1/+6
| | | | | | | | | Backport of r33768. Signed-off-by: embedded wireless GmbH <info at embeddedwireless.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33771 3c298f89-4303-0410-b956-a3cf2f4a3e73
* AA: ar71xx: unbreak building images for OpenMesh OM2P/OM2P-LCjuhosg2012-10-141-2/+2
| | | | | | | | | | | | | | | Backport of r33767. Commit r33248 introduced a regression by passing the board name plus 'board=' in the third argument. The board name string has to be put into the image as identifier of the image type. [juhosg: fix OpenMesh template instead of use of string substitution] Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33770 3c298f89-4303-0410-b956-a3cf2f4a3e73
* attitude_adjustment: backport ar7 changes r33744 to r33756 changesflorian2012-10-1417-136/+659
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33764 3c298f89-4303-0410-b956-a3cf2f4a3e73
* attitude_adjustment: backport r33741 to x86/kvm_guestjow2012-10-121-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33742 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: use ieee80211_free_txskb in a few more placesnbd2012-10-101-0/+51
| | | | | | Backport of r33695 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx, cns3xx: backport the latest round of fixes (as of r33684)nbd2012-10-106-3/+69
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: add compilation for arm11nbd2012-10-101-0/+4
| | | | | | | | Add compilation support for arm11 CPUs (ie cns3xxx) Signed-off-by: Tim Harvey <tharvey@gateworks.com> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33678 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: add missing reboot handlers (fixes #11577, backport of r33672)nbd2012-10-0912-12/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33673 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: backport upstream fixes for ext2 related tools (backport of r33662)nbd2012-10-081-0/+1441
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [attitude adjustment] bcm63xx: disable not properly supported imagesjogo2012-10-081-12/+12
| | | | | | | Disable building of images for boards not in a really usable state (e.g. no working ethernet, no configurable switch and/or no wifi). git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33658 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: merge r33653 (fix entering failsafe through button)jogo2012-10-081-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33656 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cns3xxx: merge fixes and improvements from trunknbd2012-10-075-5/+712
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ixp4xx: merge fixes and improvements from trunknbd2012-10-079-675/+3379
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33651 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: use ieee80211_free_txskb in a few more places to prevent skb leaks ↵nbd2012-10-072-1/+108
| | | | | | (backport of r33635) git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33637 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix parallel build issues and spurious object file rebuilds ↵nbd2012-10-061-0/+1
| | | | | | (backport of r33630) git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33632 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix invalid register access on single-stream ar93xx devices (backport ↵nbd2012-10-051-0/+13
| | | | | | of r33628) git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set Attitude Adjustment specifc names and urlsblogic2012-10-053-6/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33627 3c298f89-4303-0410-b956-a3cf2f4a3e73
* branch Attitude Adjustmentblogic2012-10-055331-0/+1685618
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33625 3c298f89-4303-0410-b956-a3cf2f4a3e73