Hauke Mehrtens
18aa0b3d4c
mac80211: cfg80211 should not depend on rfkill.
...
If rfkill is build as an module CONFIG_RFKILL_MODULE is set and cfg80211 will also depend on that.
Now all modules build from compat-wireless will not use rfkill.
SVN-Revision: 24143
2010-11-25 14:45:18 +00:00
Florian Fainelli
e8881e29b6
patch 972-cpmac_multi_probe.patch correctly, thanks sn9
...
SVN-Revision: 24142
2010-11-25 12:18:41 +00:00
Florian Fainelli
4b3ffba803
rename 973-cpmac_handle_mvswitch.c to 973-cpmac_handle_mvswitch.patch
...
SVN-Revision: 24141
2010-11-25 12:18:36 +00:00
Florian Fainelli
80785891e8
handle mvswitch in cpmac, rework MII probing logic, patch from sn9 and Wipster
...
SVN-Revision: 24140
2010-11-25 11:58:02 +00:00
Florian Fainelli
e7ecbdcaa8
handle new revisions of vlynq wrt reset sequence, patch from sn9
...
SVN-Revision: 24139
2010-11-25 11:57:57 +00:00
Florian Fainelli
6f825a0be3
increase flash window size to 32MiB, patch from sn9.
...
SVN-Revision: 24138
2010-11-25 11:57:52 +00:00
Florian Fainelli
156c3aad1c
update acx-mac80211 to 20101030 snapshot, patch from sn9
...
SVN-Revision: 24137
2010-11-25 11:57:48 +00:00
Imre Kaloz
ead8ab8403
update to the latest stable kernels
...
SVN-Revision: 24136
2010-11-24 18:50:11 +00:00
Jo-Philipp Wich
2c63c1543e
mtd: whitespace cleanup
...
SVN-Revision: 24135
2010-11-24 16:21:25 +00:00
Jo-Philipp Wich
04b604704b
mtd: fix r24132
...
SVN-Revision: 24134
2010-11-24 16:18:34 +00:00
Jo-Philipp Wich
1fd328fb78
opkg: write error messages to stdout
...
SVN-Revision: 24133
2010-11-24 14:54:26 +00:00
Alexandros C. Couloumbis
f5a54d6601
package/mtd: (enhancement) add option to prevent erase when writing to flash. ( closes #8308 )
...
SVN-Revision: 24132
2010-11-24 14:10:01 +00:00
Felix Fietkau
695a1268e1
change the recursive dependency template to use more make evaluation - the shell command got so long that it triggered "Argument list too long" on some systems ( #8231 )
...
SVN-Revision: 24131
2010-11-24 14:07:12 +00:00
Alexandros C. Couloumbis
721a005dc2
tools/e2fsprogs: fix freebsd compile issue
...
SVN-Revision: 24130
2010-11-24 14:00:36 +00:00
Alexandros C. Couloumbis
8a5b26afd1
tools/mtd-utils: update to mtd-utils-20101124
...
SVN-Revision: 24129
2010-11-24 12:05:06 +00:00
Alexandros C. Couloumbis
65a07aa7cf
tools/e2fsprogs: update to e2fsprogs-1.41.12
...
SVN-Revision: 24128
2010-11-24 11:59:51 +00:00
Daniel Dickinson
195d1d7446
image Makefile: Removed extraneous tab from Image/LimitName16 macro definition. The solves the strange whitespace in front of the image name in the info1 section
...
SVN-Revision: 24127
2010-11-24 11:06:13 +00:00
Gabor Juhos
21c8d63505
ramips: add support for Belkin F5D8235 v2 board
...
No support for usb for now.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 24126
2010-11-24 10:01:23 +00:00
Gabor Juhos
90c0618011
generic: add rtl8366rb switch vlan fid support
...
Allows to use fids 0 to 7. Default is 0.
Those who will use this don't forget to `set vlan fid` every time
after `set vlan ports` if you want non default behavior.
Minor changes. Version bump.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 24125
2010-11-24 10:01:21 +00:00
Gabor Juhos
64b16b9f34
ramips: Use NET_IP_ALIGN instead of hardcoding 2
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24124
2010-11-24 10:01:18 +00:00
Gabor Juhos
624cfc5c91
ramips: DMA map the correct RX skb size
...
The skb_reserve call prior to DMA mapping the RX skb reduced the skb
data len by 2. To not allow DMA to write behind the skb we should pass
the correct skb data len to the device.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24123
2010-11-24 10:01:16 +00:00
Gabor Juhos
f833e399f2
ramips: Don't trigger BUG_ON due to skb allocation failure
...
Instead just drop the rx'ed frame silently and reuse the already
available buffer.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24122
2010-11-24 10:01:12 +00:00
Gabor Juhos
c6e4124855
ramips: Remove unnecessary skb_put
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 24121
2010-11-24 10:01:08 +00:00
Felix Fietkau
f21c0cacf8
uClibc: add back a few cflags that were being overwritten, might fix a few segfauls (thx, framer99)
...
SVN-Revision: 24120
2010-11-24 00:30:26 +00:00
Daniel Dickinson
0c0c1f017f
image: Limited image name put into the info1 field to 16 characters and eliminted the OpenWRT revision. This makes using the image (router) name as the board name possible, so that boards with same real boardid but different GPIOs can be detected and the correct GPIOs used.
...
SVN-Revision: 24118
2010-11-23 20:17:08 +00:00
Alexandros C. Couloumbis
8f94a9a224
linux/brcm47xx: sync yhe BCM4710 fix with the upcoming upstream patch.
...
SVN-Revision: 24116
2010-11-23 16:41:34 +00:00
Alexandros C. Couloumbis
6a3cc2583b
linux/generic: add 2.6.37 support for the Cisco 7941/7945 IP phones: http://lkml.org/lkml/2010/11/21/219 (thank you Kevin Cernekee)
...
SVN-Revision: 24114
2010-11-23 14:36:15 +00:00
Alexandros C. Couloumbis
16dd69760f
linux/brcm47xx: add missing patch on r24112
...
SVN-Revision: 24113
2010-11-23 14:12:42 +00:00
Alexandros C. Couloumbis
40b5fad48d
linux/brcm47xx: Broadcom BCM4710 does not belong in the BMIPS4KC family.
...
SVN-Revision: 24112
2010-11-23 14:08:41 +00:00
Alexandros C. Couloumbis
60cbd62791
linux/generic: refresh 2.6.37 patches
...
SVN-Revision: 24111
2010-11-23 14:04:42 +00:00
Hamish Guthrie
4cee84f7d0
Fix ext4 build
...
SVN-Revision: 24110
2010-11-23 12:07:50 +00:00
Hamish Guthrie
2ebd82b518
Bump kernel version
...
SVN-Revision: 24109
2010-11-23 11:59:03 +00:00
Hamish Guthrie
73e38425a2
Remove NAND support
...
SVN-Revision: 24108
2010-11-23 10:16:37 +00:00
Felix Fietkau
3988c6d5e3
mac80211: improve station mode nullfunc probing
...
SVN-Revision: 24107
2010-11-23 02:13:54 +00:00
Felix Fietkau
233c6672a9
e2fsprogs: fix libuuid installation
...
SVN-Revision: 24106
2010-11-22 21:56:15 +00:00
Felix Fietkau
fce0634c9c
mac80211: improve ad-hoc multicast rate handling
...
SVN-Revision: 24105
2010-11-22 19:59:19 +00:00
Felix Fietkau
059613f4d1
iw: sync nl80211 header to fix the multicast rate setting
...
SVN-Revision: 24104
2010-11-22 19:59:13 +00:00
Felix Fietkau
380ea005e1
use PREFIX/bin instead of PREFIX/sbin for all host builds (fixes e2fsprogs path)
...
SVN-Revision: 24103
2010-11-22 18:49:18 +00:00
Alexandros C. Couloumbis
26df9231fa
linux/brcm47xx: properly fix r24096
...
SVN-Revision: 24102
2010-11-22 18:16:55 +00:00
Felix Fietkau
1a0a584ea6
uClibc: fix ubicom32 compile error with 0.9.32
...
SVN-Revision: 24101
2010-11-22 17:50:08 +00:00
Felix Fietkau
c0915e5983
uClibc: fix headers install on prepare with QUILT=1
...
SVN-Revision: 24100
2010-11-22 17:50:01 +00:00
Felix Fietkau
ff46ed446d
uClibc: make UCLIBC_HAS_LONG_DOUBLE_MATH generic
...
SVN-Revision: 24099
2010-11-22 17:49:51 +00:00
Felix Fietkau
d67201d8cc
ath9k_htc: fix eeprom access breakage
...
SVN-Revision: 24098
2010-11-22 17:28:35 +00:00
Felix Fietkau
2cec381e97
ath9k: fix key search for a-mpdu on ar9300
...
SVN-Revision: 24097
2010-11-22 17:28:26 +00:00
Alexandros C. Couloumbis
aab31771f8
linux/brcm47xx: mainline 2.6.37 602977b0d672687909b0cb0542ede134ed6ef858 commit broke CPU revision: 00024000, MIPS (cc 0x805, rev 0x00, vendor 0x4243) functionality. Revert that patch until we get a proper fix.
...
SVN-Revision: 24096
2010-11-22 17:17:15 +00:00
Alexandros C. Couloumbis
47d7ed3d09
target/linux: sync kernel patches to 2.6.37-rc3
...
SVN-Revision: 24095
2010-11-22 16:29:27 +00:00
Felix Fietkau
bfe53cdbbe
uClibc: fix cris compile on 0.9.32
...
SVN-Revision: 24094
2010-11-22 16:18:43 +00:00
Felix Fietkau
9494ddd30f
uClibc: fix compile error on avr32
...
SVN-Revision: 24093
2010-11-22 15:14:16 +00:00
Felix Fietkau
df5509a30e
uClibc: disable nptl on a few targets where it is not supported yet
...
SVN-Revision: 24092
2010-11-22 14:50:33 +00:00
Felix Fietkau
5b2df455f0
e2fsprogs: clean up the makefile and install libuuid
...
SVN-Revision: 24091
2010-11-22 14:26:06 +00:00