Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ath5k: in-flash macs and eeprom for mach-eap7660d | Gabor Juhos | 2010-07-15 | 3 | -1/+93 |
| | | | | | | | | | This adds ath5k_platform.h to mac80211 and patches ath5k to respect MAC addresses and eeprom content from platform_data, if supplied. Signed-off-by: Daniel Golle <daniel.golle@gmail.com> SVN-Revision: 22188 | ||||
* | ar71xx: in-flash macs and eeprom for mach-eap7660d | Gabor Juhos | 2010-07-15 | 3 | -3/+109 |
| | | | | | | | | | This adds in-flash mac-addresses and calibration data for the Senao EAP7660D board. Signed-off-by: Daniel Golle <daniel.golle@gmail.com> SVN-Revision: 22187 | ||||
* | target (base-files): Fixed failsafe mode by adding back insmod diag | Daniel Dickinson | 2010-07-15 | 1 | -0/+8 |
| | | | | SVN-Revision: 22186 | ||||
* | enable ipv6 support for packages by default | Felix Fietkau | 2010-07-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 22176 | ||||
* | broadcom-wl: fix md5sums | Jo-Philipp Wich | 2010-07-13 | 1 | -2/+2 |
| | | | | SVN-Revision: 22175 | ||||
* | add required exports for wl.ko | Jo-Philipp Wich | 2010-07-13 | 2 | -0/+68 |
| | | | | SVN-Revision: 22174 | ||||
* | broadcom-wl: - update to v5.10.56.27.3 - get fallback SPROM from SSB if ↵ | Jo-Philipp Wich | 2010-07-13 | 3 | -33/+91 |
| | | | | | | neither on-device SPROM nor nvram is available - working brcm63xx support SVN-Revision: 22173 | ||||
* | ramips: Fix bridging in ramips ethernet driver | Gabor Juhos | 2010-07-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Bridging between the ramips ethernet driver and rt2800pci was somewhat broken. Frames received by the ethernet driver which were passed to the wifi driver for transmission were sometimes corrupted or sent out with huge delays. The reason for this is the missing assignment of skb->tail in the ramips ethernet driver's rx path resulting in skb->tail pointing to skb->data. Since skb->tail is used by mac80211 it writes into skb->data which messes up the frames content. Fix this by using skb_put to correctly set skb->len and skb->tail. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 22172 | ||||
* | ramips: protect GPIO register access with a spinlock | Gabor Juhos | 2010-07-13 | 1 | -1/+11 |
| | | | | SVN-Revision: 22171 | ||||
* | ramips: sync kernel config | Gabor Juhos | 2010-07-13 | 2 | -22/+0 |
| | | | | SVN-Revision: 22170 | ||||
* | tools/firmware-utils: enhance mktplinkfw utility | Gabor Juhos | 2010-07-13 | 1 | -9/+278 |
| | | | | | | | | | | | Attached patch enhances the mktplinkfw utility: 1. existing firmware files in TP-Link format can now be inspected, showing eg. the used offsets 2. optionally the kernel and rootfs parts can be extracted (saves calculations for dd) 3. when generating firmwares, kernel entry point, load address and rootfs offset can be overwritten (for experienced users) Patch-by: Pieter "Fate" Hollants <pieter@hollants.com> SVN-Revision: 22169 | ||||
* | export SSB fallback SPROM - required for wl.ko | Jo-Philipp Wich | 2010-07-13 | 6 | -0/+120 |
| | | | | SVN-Revision: 22168 | ||||
* | mac80211: improve reliability of the keymiss handling fix, add another ↵ | Felix Fietkau | 2010-07-12 | 2 | -17/+52 |
| | | | | | | aggregation leak fix SVN-Revision: 22152 | ||||
* | block-mount: Attempt swapon a after mounting as well as before. This ensures ↵ | Daniel Dickinson | 2010-07-12 | 1 | -0/+1 |
| | | | | | | that swap on a filesystem is enabled. SVN-Revision: 22150 | ||||
* | block-mount: Fixed two bugs in fstab.init. /etc/fstab was used where ↵ | Daniel Dickinson | 2010-07-12 | 1 | -3/+7 |
| | | | | | | /tmp/fstab should have been, and locking was insufficiently careful and was such that it could result in deadlock when hotplug was in use. SVN-Revision: 22148 | ||||
* | block-mount: Enable swap before doing fsck so that large filesystem checks ↵ | Daniel Dickinson | 2010-07-12 | 1 | -1/+1 |
| | | | | | | have swap as well as memory (as they take large memory for large partitions). Closes #7599. SVN-Revision: 22147 | ||||
* | partially revert [22145], keep LINUX_KMOD_SUFFIX, needed to build external ↵ | Nicolas Thill | 2010-07-12 | 1 | -0/+2 |
| | | | | | | modules in ./packages SVN-Revision: 22146 | ||||
* | massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950 | Claudio Mignanti | 2010-07-12 | 63 | -576/+570 |
| | | | | SVN-Revision: 22145 | ||||
* | Add package for gpio rotary encoder | Claudio Mignanti | 2010-07-12 | 1 | -0/+16 |
| | | | | SVN-Revision: 22144 | ||||
* | Add package for gpio-pwm | Claudio Mignanti | 2010-07-12 | 1 | -0/+16 |
| | | | | SVN-Revision: 22143 | ||||
* | pwm: use coherent naming to avoid conflicts | Claudio Mignanti | 2010-07-12 | 2 | -1/+1 |
| | | | | SVN-Revision: 22142 | ||||
* | kernel: modules names changed with kernel 2.6.35 | Hauke Mehrtens | 2010-07-11 | 2 | -0/+14 |
| | | | | SVN-Revision: 22139 | ||||
* | broadcom-wl: fix compiling with kernel 2.6.35 | Hauke Mehrtens | 2010-07-11 | 1 | -0/+12 |
| | | | | SVN-Revision: 22138 | ||||
* | kernel: fix build problems with recent kernel versions | Hauke Mehrtens | 2010-07-11 | 4 | -1/+115 |
| | | | | SVN-Revision: 22137 | ||||
* | kernel: Add missing kernel config options | Hauke Mehrtens | 2010-07-11 | 1 | -0/+24 |
| | | | | SVN-Revision: 22136 | ||||
* | kernel: add missing dma_dev member to struct ssb_device to make ↵ | Hauke Mehrtens | 2010-07-11 | 1 | -0/+52 |
| | | | | | | b43/b43legacy compile with current mac80211 version SVN-Revision: 22135 | ||||
* | ath9k: remove support for hardware which was never sold. reduces binary size ↵ | Felix Fietkau | 2010-07-11 | 1 | -0/+5044 |
| | | | | | | by ~30k SVN-Revision: 22134 | ||||
* | kmod-usb-core is buildin on etrax target | Claudio Mignanti | 2010-07-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 22130 | ||||
* | enable usb support by default. | Claudio Mignanti | 2010-07-11 | 4 | -35/+7 |
| | | | | SVN-Revision: 22129 | ||||
* | add defautl config for eth0 | Claudio Mignanti | 2010-07-11 | 2 | -1/+9 |
| | | | | SVN-Revision: 22128 | ||||
* | ath9k: improve reliability of the noise floor calibration | Felix Fietkau | 2010-07-11 | 1 | -0/+399 |
| | | | | SVN-Revision: 22126 | ||||
* | fix typo in Makefile tgz -> targz | Claudio Mignanti | 2010-07-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 22125 | ||||
* | ath9k: add another batch of stability updates and misc fixes | Felix Fietkau | 2010-07-11 | 6 | -0/+188 |
| | | | | SVN-Revision: 22123 | ||||
* | brcm47xx: use kernel 2.6.34.1 as default kernel | Hauke Mehrtens | 2010-07-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 22119 | ||||
* | kernel: update to kernel 2.6.34.1 | Hauke Mehrtens | 2010-07-10 | 7 | -8/+8 |
| | | | | SVN-Revision: 22118 | ||||
* | brcm47xx: fix a small copy&paste error in the b44 fix for 2.6.34 and 2.6.35 | Felix Fietkau | 2010-07-10 | 2 | -6/+4 |
| | | | | SVN-Revision: 22116 | ||||
* | broadcom-diag: detect more variants of SimpleTech SimpleShare | Felix Fietkau | 2010-07-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 22112 | ||||
* | Get rid of the b44 'BUG! Timeout waiting for bit 80000000 of register 428 to ↵ | Felix Fietkau | 2010-07-10 | 6 | -2/+68 |
| | | | | | | | | | | clear.' spam. more and more users are getting confused by this, and consider it a regression in brcm47xx, because brcm-2.4 was not showing this message. It's not particularly interesting for debugging, most of the time it only happens because of an unconnected port. SVN-Revision: 22110 | ||||
* | fix a bug inside usb driver, thanks to Jesper Nilsson | Claudio Mignanti | 2010-07-09 | 1 | -2/+1 |
| | | | | SVN-Revision: 22105 | ||||
* | add some missing symbols | Claudio Mignanti | 2010-07-09 | 1 | -1/+4 |
| | | | | SVN-Revision: 22104 | ||||
* | 6in4: automatically determine wan interface in hotplug events | Jo-Philipp Wich | 2010-07-09 | 2 | -2/+2 |
| | | | | SVN-Revision: 22102 | ||||
* | hostapd: make rfkill support optional | Felix Fietkau | 2010-07-08 | 3 | -2/+272 |
| | | | | SVN-Revision: 22101 | ||||
* | hostapd: add preliminary wps script support (push-button only, does not ↵ | Felix Fietkau | 2010-07-08 | 3 | -2/+18 |
| | | | | | | handle multi-bss yet) SVN-Revision: 22100 | ||||
* | wifi: fix duplicate ht capabilities in the hostapd config file by clearing ↵ | Felix Fietkau | 2010-07-08 | 1 | -4/+13 |
| | | | | | | the list at config load time SVN-Revision: 22099 | ||||
* | hostapd: enable WPS for the full version of hostapd/wpa_supplicant/wpad | Felix Fietkau | 2010-07-08 | 2 | -1/+3 |
| | | | | SVN-Revision: 22098 | ||||
* | hostapd: update to 2010-07-05 | Felix Fietkau | 2010-07-08 | 13 | -47/+62 |
| | | | | SVN-Revision: 22097 | ||||
* | Revert r22094 and r22095 | Hamish Guthrie | 2010-07-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 22096 | ||||
* | Added --non-interactive flag to svn package downloads | Hamish Guthrie | 2010-07-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 22095 | ||||
* | add --trust-server-cert to svn checkout of feeds | Hamish Guthrie | 2010-07-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 22094 | ||||
* | gumstix: add luci | Hamish Guthrie | 2010-07-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 22093 |