Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add vim temp files (*~) to .gitignore | Jo-Philipp Wich | 2011-04-29 |
| | | | | SVN-Revision: 26785 | ||
* | exclude pktgen for uml target | Florian Fainelli | 2011-04-29 |
| | | | | SVN-Revision: 26781 | ||
* | ar71xx: use the ar8316 switch driver on the PB92 board and add a matching ↵ | Felix Fietkau | 2011-04-28 |
| | | | | | | default network config SVN-Revision: 26779 | ||
* | ar8316: automatically detect whether port4 is used as PHY or as a switch port | Felix Fietkau | 2011-04-28 |
| | | | | SVN-Revision: 26778 | ||
* | ar71xx: fix MDIO access on ar7242 (based on a patch by Jess Zhu) | Felix Fietkau | 2011-04-28 |
| | | | | SVN-Revision: 26777 | ||
* | ar8216: support AR8316 rev 0 devices | Felix Fietkau | 2011-04-28 |
| | | | | SVN-Revision: 26776 | ||
* | relayd: map "ipaddr" option to local ip (-L) | Jo-Philipp Wich | 2011-04-27 |
| | | | | SVN-Revision: 26773 | ||
* | linux/atheros: add 2.6.38 preliminary support | Alexandros C. Couloumbis | 2011-04-27 |
| | | | | SVN-Revision: 26772 | ||
* | madwifi: Fix compilation for 2.6.39 | Felix Fietkau | 2011-04-26 |
| | | | | | | | | | Fix compilation for 2.6.39 by replacing SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK(). Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26771 | ||
* | swconfig: Replace SPIN_LOCK_UNLOCKED with DEFINE_SPINLOCK | Felix Fietkau | 2011-04-26 |
| | | | | | | | | | SPIN_LOCK_UNLOCKED has been deprecated since 2.6.19 and will get removed in 2.6.39, so replace it with DEFINE_SPINLOCK(). Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26770 | ||
* | mac80211: backport some more compat fixes, fix compile issues on 2.6.31 and ↵ | Felix Fietkau | 2011-04-26 |
| | | | | | | earlier SVN-Revision: 26768 | ||
* | mac80211: broadcast the country IE by default if the country code is ↵ | Felix Fietkau | 2011-04-26 |
| | | | | | | configured (#9308) SVN-Revision: 26765 | ||
* | wpa_supplicant: make sure that the common 802.11 code gets linked in (fixes ↵ | Felix Fietkau | 2011-04-26 |
| | | | | | | #9299) SVN-Revision: 26764 | ||
* | mac80211: replace the regd revert patch with a proper fix, add some more ↵ | Felix Fietkau | 2011-04-26 |
| | | | | | | pending patches SVN-Revision: 26761 | ||
* | ath9k: remove the signal strength fix, it causes a lot of confusion and ↵ | Felix Fietkau | 2011-04-25 |
| | | | | | | seems to be just as inaccurate as the original version of the code SVN-Revision: 26753 | ||
* | cfg80211: revert upstream regdomain handling breakage | Felix Fietkau | 2011-04-25 |
| | | | | SVN-Revision: 26752 | ||
* | hostapd: fix a few compile errors and warnings | Felix Fietkau | 2011-04-24 |
| | | | | SVN-Revision: 26751 | ||
* | mac80211: do rate control updates when the HT configuration changes on an ↵ | Felix Fietkau | 2011-04-23 |
| | | | | | | interface SVN-Revision: 26750 | ||
* | hostapd: update to 2011-04-21 | Felix Fietkau | 2011-04-23 |
| | | | | SVN-Revision: 26749 | ||
* | linux/adm5120: update wget2nand script | Alexandros C. Couloumbis | 2011-04-21 |
| | | | | SVN-Revision: 26748 | ||
* | linux/ar71xx: update wget2nand script | Alexandros C. Couloumbis | 2011-04-21 |
| | | | | SVN-Revision: 26747 | ||
* | linux/ar71xx: add 2.6.38 preliminary support | Alexandros C. Couloumbis | 2011-04-21 |
| | | | | SVN-Revision: 26746 | ||
* | mac80211: remove unneeded patch | Hauke Mehrtens | 2011-04-21 |
| | | | | | | This was fixed upstream SVN-Revision: 26745 | ||
* | mac80211: update to wireless-testing 2011-04-19, contains several beacon ↵ | Felix Fietkau | 2011-04-20 |
| | | | | | | related fixes for ath9k SVN-Revision: 26744 | ||
* | ppp: extend the r26742 change to ip-down too | Jo-Philipp Wich | 2011-04-20 |
| | | | | SVN-Revision: 26743 | ||
* | ppp: prevent duplicate hotplug for non uci managed ppp interfaces (#9275) | Jo-Philipp Wich | 2011-04-20 |
| | | | | SVN-Revision: 26742 | ||
* | firewall: prevent excessive uci state data aggregation (#9152) | Jo-Philipp Wich | 2011-04-20 |
| | | | | SVN-Revision: 26740 | ||
* | busybox: refresh patches | Felix Fietkau | 2011-04-20 |
| | | | | SVN-Revision: 26738 | ||
* | busybox: fix issues with static routes and 6rd option parsing (thx, Florian ↵ | Felix Fietkau | 2011-04-20 |
| | | | | | | Fuessl) SVN-Revision: 26737 | ||
* | mac80211: b43: Expose N-PHY support | Hauke Mehrtens | 2011-04-19 |
| | | | | | | | | Allow enabling of N-PHY support for BCM4321 and BCM4322. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26736 | ||
* | mac80211: b43: Expose PIO mode fallback | Hauke Mehrtens | 2011-04-19 |
| | | | | | | | | Allow reenabling the PIO mode fallback for b43. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26735 | ||
* | mac80211: b43: Expose debug option | Hauke Mehrtens | 2011-04-19 |
| | | | | | | | | Allow enabling debug output and debugfs for B43. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26734 | ||
* | mac80211: b43: Add Firmware 5.10.56.27 | Hauke Mehrtens | 2011-04-19 |
| | | | | | | | | | | | | | Add the 5.10.56.27 firmware option. This includes updating b43-fwcutter to its newest release 14 and updating the b43-fwsquash.py to recognise rev 16 n phy files. Also rename the current options from STABLE/EXPERIMENTAL to their version numbers. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 26733 | ||
* | hostapd: fix bridge handling for wds stations (#9257) | Felix Fietkau | 2011-04-19 |
| | | | | SVN-Revision: 26724 | ||
* | mac80211: re-enable beacon channel hints | Felix Fietkau | 2011-04-19 |
| | | | | SVN-Revision: 26723 | ||
* | base-files: fix stale space in eglibc library install section (#9270) | Jo-Philipp Wich | 2011-04-19 |
| | | | | SVN-Revision: 26720 | ||
* | librpc: update to a newer version to fix issues with __set_errno | Felix Fietkau | 2011-04-18 |
| | | | | SVN-Revision: 26716 | ||
* | uml: fix the kernel config name override | Felix Fietkau | 2011-04-17 |
| | | | | SVN-Revision: 26715 | ||
* | use lazy evaluation to allow targets to override kernel config files | Felix Fietkau | 2011-04-17 |
| | | | | SVN-Revision: 26714 | ||
* | ath9k: assign a keycache slot per station for unencrypted links to fix ↵ | Felix Fietkau | 2011-04-17 |
| | | | | | | powersave frame filtering SVN-Revision: 26712 | ||
* | ath9k: add a patch to show excessive retry counts for single MPDUs | Felix Fietkau | 2011-04-17 |
| | | | | SVN-Revision: 26711 | ||
* | x86: remove 2.6.35 patches | Felix Fietkau | 2011-04-17 |
| | | | | SVN-Revision: 26710 | ||
* | brcm63xx: remove patches/configs for 2.6.35 | Felix Fietkau | 2011-04-17 |
| | | | | SVN-Revision: 26709 | ||
* | au1000: remove patches/configs for 2.6.35 | Felix Fietkau | 2011-04-17 |
| | | | | SVN-Revision: 26708 | ||
* | ar7: remove patches/configs for old kernel versions | Felix Fietkau | 2011-04-17 |
| | | | | SVN-Revision: 26707 | ||
* | adm5120: remove patches/configs for unused kernel versions | Felix Fietkau | 2011-04-17 |
| | | | | SVN-Revision: 26706 | ||
* | rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs. | Felix Fietkau | 2011-04-17 |
| | | | | | | | | | | Use offset from struct mtd_part instead of struct mtd_partition for defining the new partitions. This enables the usage of MTDPART_OFS_APPEND macro in struct mtd_partition. Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 26705 | ||
* | Remove 2.6.35. It's not used anymore. | Felix Fietkau | 2011-04-17 |
| | | | | | | Signed-off-by: Jochen Friedrich <jochen@scram.de> SVN-Revision: 26704 | ||
* | uClibc: update to latest version (rc3 + git changes), contains fixes for ↵ | Felix Fietkau | 2011-04-17 |
| | | | | | | ipv6 dns issues SVN-Revision: 26703 | ||
* | uClibc: fix issues with libpthread vs libc link order on mips | Felix Fietkau | 2011-04-17 |
| | | | | SVN-Revision: 26702 |