Commit Graph

15040 Commits (ac5279e6bcdd29b24060365fc790d39e2b8de26d)
 

Author SHA1 Message Date
Felix Fietkau ac5279e6bc enable ipv6 support for packages by default
SVN-Revision: 22176
14 years ago
Jo-Philipp Wich c08ea36e81 broadcom-wl: fix md5sums
SVN-Revision: 22175
14 years ago
Jo-Philipp Wich abdf25b045 add required exports for wl.ko
SVN-Revision: 22174
14 years ago
Jo-Philipp Wich 4ae595a3aa broadcom-wl: - update to v5.10.56.27.3 - get fallback SPROM from SSB if neither on-device SPROM nor nvram is available - working brcm63xx support
SVN-Revision: 22173
14 years ago
Gabor Juhos d14e9e706e ramips: Fix bridging in ramips ethernet driver
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
14 years ago
Gabor Juhos 27375c5139 ramips: protect GPIO register access with a spinlock
SVN-Revision: 22171
14 years ago
Gabor Juhos 9ee8b1f8c6 ramips: sync kernel config
SVN-Revision: 22170
14 years ago
Gabor Juhos a06400d432 tools/firmware-utils: enhance mktplinkfw utility
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
14 years ago
Jo-Philipp Wich 9978dd7637 export SSB fallback SPROM - required for wl.ko
SVN-Revision: 22168
14 years ago
Felix Fietkau d0e2e4f693 mac80211: improve reliability of the keymiss handling fix, add another aggregation leak fix
SVN-Revision: 22152
14 years ago
Daniel Dickinson b9dfb5d483 block-mount: Attempt swapon a after mounting as well as before. This ensures that swap on a filesystem is enabled.
SVN-Revision: 22150
14 years ago
Daniel Dickinson 117590a2ce block-mount: Fixed two bugs in fstab.init. /etc/fstab was used where /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
14 years ago
Daniel Dickinson b6d521ea33 block-mount: Enable swap before doing fsck so that large filesystem checks have swap as well as memory (as they take large memory for large partitions). Closes #7599.
SVN-Revision: 22147
14 years ago
Nicolas Thill 5cc5f15047 partially revert [22145], keep LINUX_KMOD_SUFFIX, needed to build external modules in ./packages
SVN-Revision: 22146
14 years ago
Claudio Mignanti 2d86ea7bf3 massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
SVN-Revision: 22145
14 years ago
Claudio Mignanti bbcb9de935 Add package for gpio rotary encoder
SVN-Revision: 22144
14 years ago
Claudio Mignanti 828919b2ba Add package for gpio-pwm
SVN-Revision: 22143
14 years ago
Claudio Mignanti 86f3d57a00 pwm: use coherent naming to avoid conflicts
SVN-Revision: 22142
14 years ago
Hauke Mehrtens 88eb1b7ad0 kernel: modules names changed with kernel 2.6.35
SVN-Revision: 22139
14 years ago
Hauke Mehrtens 9aa7a94047 broadcom-wl: fix compiling with kernel 2.6.35
SVN-Revision: 22138
14 years ago
Hauke Mehrtens 02a147de0c kernel: fix build problems with recent kernel versions
SVN-Revision: 22137
14 years ago
Hauke Mehrtens 91ce82ef77 kernel: Add missing kernel config options
SVN-Revision: 22136
14 years ago
Hauke Mehrtens d6e8db7e6a kernel: add missing dma_dev member to struct ssb_device to make b43/b43legacy compile with current mac80211 version
SVN-Revision: 22135
14 years ago
Felix Fietkau 58232503a9 ath9k: remove support for hardware which was never sold. reduces binary size by ~30k
SVN-Revision: 22134
14 years ago
Claudio Mignanti 6a46e15720 kmod-usb-core is buildin on etrax target
SVN-Revision: 22130
14 years ago
Claudio Mignanti 07ccad1f99 enable usb support by default.
SVN-Revision: 22129
14 years ago
Claudio Mignanti ba56a699a9 add defautl config for eth0
SVN-Revision: 22128
14 years ago
Felix Fietkau b28b2b9590 ath9k: improve reliability of the noise floor calibration
SVN-Revision: 22126
14 years ago
Claudio Mignanti 581dfd912c fix typo in Makefile tgz -> targz
SVN-Revision: 22125
14 years ago
Felix Fietkau 99698373f9 ath9k: add another batch of stability updates and misc fixes
SVN-Revision: 22123
14 years ago
Hauke Mehrtens 3310fdf6fa brcm47xx: use kernel 2.6.34.1 as default kernel
SVN-Revision: 22119
14 years ago
Hauke Mehrtens e2ce2feedb kernel: update to kernel 2.6.34.1
SVN-Revision: 22118
14 years ago
Felix Fietkau 9c8d55541a brcm47xx: fix a small copy&paste error in the b44 fix for 2.6.34 and 2.6.35
SVN-Revision: 22116
14 years ago
Felix Fietkau c788e49ab7 broadcom-diag: detect more variants of SimpleTech SimpleShare
SVN-Revision: 22112
14 years ago
Felix Fietkau fbff44c98a Get rid of the b44 'BUG! Timeout waiting for bit 80000000 of register 428 to 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
14 years ago
Claudio Mignanti 482557bc88 fix a bug inside usb driver, thanks to Jesper Nilsson
SVN-Revision: 22105
14 years ago
Claudio Mignanti 63a7fad924 add some missing symbols
SVN-Revision: 22104
14 years ago
Jo-Philipp Wich 9b5e8c5913 6in4: automatically determine wan interface in hotplug events
SVN-Revision: 22102
14 years ago
Felix Fietkau 1d45111aa5 hostapd: make rfkill support optional
SVN-Revision: 22101
14 years ago
Felix Fietkau ca4a8b1bee hostapd: add preliminary wps script support (push-button only, does not handle multi-bss yet)
SVN-Revision: 22100
14 years ago
Felix Fietkau 3e75044a95 wifi: fix duplicate ht capabilities in the hostapd config file by clearing the list at config load time
SVN-Revision: 22099
14 years ago
Felix Fietkau 4c0da9863a hostapd: enable WPS for the full version of hostapd/wpa_supplicant/wpad
SVN-Revision: 22098
14 years ago
Felix Fietkau af6d19ac96 hostapd: update to 2010-07-05
SVN-Revision: 22097
14 years ago
Hamish Guthrie 1d2f157928 Revert r22094 and r22095
SVN-Revision: 22096
14 years ago
Hamish Guthrie 6a7c2c244f Added --non-interactive flag to svn package downloads
SVN-Revision: 22095
14 years ago
Hamish Guthrie 6615374f13 add --trust-server-cert to svn checkout of feeds
SVN-Revision: 22094
14 years ago
Hamish Guthrie 0a82d07f4b gumstix: add luci
SVN-Revision: 22093
14 years ago
Felix Fietkau c2e40eeace mac80211: update to wireless-testing 2010-07-06, add another patch to finally fix the annoying buffer leak in ath9k
SVN-Revision: 22088
14 years ago
Hamish Guthrie 29ac8cfbf7 crda: remove superfluous dependency
SVN-Revision: 22087
14 years ago
Hamish Guthrie 35539f9709 Add kmod-usb-hid
SVN-Revision: 22086
14 years ago