Felix Fietkau
3ea657a3e9
kernel: bring ssb in sync with upstream (as of current wireless-testing)
...
SVN-Revision: 21269
2010-04-30 15:53:08 +00:00
Florian Fainelli
24726a0cdc
refresh 2.6.31 patches
...
SVN-Revision: 21240
2010-04-28 19:59:28 +00:00
Florian Fainelli
d1ed288d6c
refresh 2.6.32 patches
...
SVN-Revision: 21233
2010-04-28 13:55:15 +00:00
Alexandros C. Couloumbis
ee7569f3e5
refresh kernel patches
...
SVN-Revision: 21217
2010-04-28 09:26:19 +00:00
Gabor Juhos
4be3c3e48c
kernel: refresh patches for 2.6.34-rc5 and update md5sum
...
SVN-Revision: 21082
2010-04-22 07:13:21 +00:00
Gabor Juhos
81062a12ac
kernel: refresh patches for 2.6.33.2, and drop md5sum for older 2.6.32 kernels
...
SVN-Revision: 21081
2010-04-22 07:12:09 +00:00
Gabor Juhos
b303c5e2b9
kernel: add KEY_WPS_BUTTON definition
...
SVN-Revision: 21073
2010-04-21 19:07:11 +00:00
Hauke Mehrtens
78981f6f3c
kernel: refresh patches with 2.6.34-rc4
...
SVN-Revision: 20999
2010-04-18 18:35:47 +00:00
Hauke Mehrtens
3ed2f88bba
kernel: add missing symbols
...
SVN-Revision: 20995
2010-04-18 18:03:49 +00:00
Hauke Mehrtens
c4079adad8
kernel: fix build with kernel 2.6.34-rc4
...
SVN-Revision: 20992
2010-04-18 17:14:49 +00:00
Hauke Mehrtens
0af96ede5f
kernel: add missing symbols
...
SVN-Revision: 20991
2010-04-18 17:12:20 +00:00
Gabor Juhos
1e8f91502e
kernel: refresh 2.6.32 patches
...
SVN-Revision: 20952
2010-04-17 09:29:29 +00:00
Gabor Juhos
f7cc3d576c
swconfig: Add cpu port index to help output.
...
Let swconfig provide the cpu port index in its help page. This is
needed as e.g. Atheros switches have their cpu port at port 0, not
port 5.
This could allow e.g. luci to get a rough overview of the layout of
the switch.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 20939
2010-04-16 19:32:40 +00:00
Alexandros C. Couloumbis
af45b63a85
2.6.34: fix kzalloc error
...
SVN-Revision: 20881
2010-04-15 16:46:24 +00:00
Alexandros C. Couloumbis
b5cfd7bde5
add lzma/jffs2 patches for 2.6.34
...
SVN-Revision: 20845
2010-04-13 21:45:03 +00:00
Alexandros C. Couloumbis
668fd62080
don't use lzma/jffs2 on <2.6.33, set lzma/jffs2 as default for >=2.6.33. switch verbose mode on compresor statistics.
...
SVN-Revision: 20844
2010-04-13 21:36:58 +00:00
Nicolas Thill
e2b57ecf5f
define a shared IMG_PREFIX variable used as a basename for image files, it contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files
...
SVN-Revision: 20834
2010-04-12 23:15:56 +00:00
Alexandros C. Couloumbis
c2c88d315f
add jffs2/lzma support (not activated by default yet)
...
SVN-Revision: 20828
2010-04-12 13:14:42 +00:00
Lars-Peter Clausen
d3f097bfde
Add missing symbols to 2.6.34 config
...
SVN-Revision: 20816
2010-04-11 22:30:27 +00:00
Florian Fainelli
fba1a0a074
swconfig: Check vlan/port indexes for validity.
...
Swconfig needs to make sure that requested vlans/ports actually exist,
else it might read or modify memory not belonging to itself.
This patch adds a quick range check in swconfig's kernel part to
prevent accidential or intentional memory modification.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 20811
2010-04-11 20:51:37 +00:00
Florian Fainelli
2a018eb380
refresh 2.6.33 patches for 2.6.33.2
...
SVN-Revision: 20803
2010-04-11 18:15:15 +00:00
John Crispin
b4d0b6cbb3
adss 2.6.33 kernel patches, not defult yet as linux-atm breaks on 2.6.33
...
SVN-Revision: 20789
2010-04-10 20:11:28 +00:00
Gabor Juhos
3491026cbb
Generic: Clean up output of AR8216 driver.
...
This patch is rather a cosmetic patch. It fixes the following issues:
* Demote the unknown device message to debug level to not spam
the log.
* Fix the version print of the unknown device message.
* Output the 'attach' message only when attaching as switch driver,
not when attaching as phy driver.
* Correctly return NET_RX_DROP when dropping packets.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
Cc: bacfire@openwrt.org
SVN-Revision: 20773
2010-04-10 11:34:11 +00:00
Florian Fainelli
222390bafc
refresh patches
...
SVN-Revision: 20767
2010-04-09 19:26:57 +00:00
Gabor Juhos
72d4353728
generic: make chip detection more reliable in the AR8216 driver
...
Fixes broken ethernet on the Planex MZK-W04NU/W300NH boards.
Cc: bacfire@openwrt.org
SVN-Revision: 20753
2010-04-09 08:40:12 +00:00
Florian Fainelli
722e75f066
fix kexec for mips, patch from Adrian Byszuk ( #7115 )
...
SVN-Revision: 20745
2010-04-08 07:53:14 +00:00
Jo-Philipp Wich
23bebe33a7
Add support for the ar8316 switch. This patch enhances the ar8216 driver with ar8316 support and fixes some minor issues with the ar8216 driver itself. It should not break anything, but isn't tested on ar8216 devices.
...
[PATCH 2/2] ar71xx: Add the ar8316 driver to rs pro/rb-450g.
Add the ar8216 driver to the ar71xx target, and add network
configurations for the RouterStation Pro and the RouterBoard RB-450G.
SVN-Revision: 20722
2010-04-05 23:03:16 +00:00
Imre Kaloz
d3b9b93dd3
add a subtarget and drivers for the Intel Tolapai SoC
...
SVN-Revision: 20648
2010-04-01 12:05:27 +00:00
Felix Fietkau
5f89a1f096
netfilter: fix ABI breakage caused by the netfilter match optimization ( fixes #5628 )
...
SVN-Revision: 20552
2010-03-28 19:05:59 +00:00
Felix Fietkau
e4a6acf9b8
enable IP175A support in the IP175C PHY driver (based on patch from jh in #6733 )
...
SVN-Revision: 20551
2010-03-28 18:57:42 +00:00
Gabor Juhos
e66a368bd1
kernel: update to 2.6.32.10
...
SVN-Revision: 20444
2010-03-26 10:45:25 +00:00
Florian Fainelli
8805ead76c
add missing CONFIG_CB1400_CORE symbol, spotted by buildbot
...
SVN-Revision: 20426
2010-03-25 15:27:08 +00:00
Alexandros C. Couloumbis
129d8a88f4
generic-2.6: fix r20386 (thanks nico), update missing symbols on config-2.6.32 too
...
SVN-Revision: 20388
2010-03-23 15:02:29 +00:00
Alexandros C. Couloumbis
c0ea2a6257
generic-2.6: config-2.6.33 add missing symbols, closes #6913 (thanks maddes)
...
SVN-Revision: 20386
2010-03-23 12:42:17 +00:00
Hauke Mehrtens
c1f9037135
kernel: Add some missing config symbols
...
This adds some missing config symbols and opens the menu
behind CONFIG_SND_PCI and CONFIG_ISDN.
SVN-Revision: 20339
2010-03-21 13:57:07 +00:00
Alexandros C. Couloumbis
0fa2deaa28
generic-2.6: sync patches to 2.6.34-rc2
...
SVN-Revision: 20329
2010-03-21 06:53:08 +00:00
Gabor Juhos
706b6b846f
base-files: show boot state on intramfs images
...
SVN-Revision: 20289
2010-03-18 19:19:21 +00:00
Florian Fainelli
9859330fc3
add missing configuration symbols
...
SVN-Revision: 20255
2010-03-17 20:21:49 +00:00
Alexandros C. Couloumbis
dc49c59a07
generic-2.6: sync patches to 2.6.33.1
...
SVN-Revision: 20236
2010-03-16 08:15:47 +00:00
Florian Fainelli
1b39ce11a8
also fix invalid hunks in 2.6.33 patch
...
SVN-Revision: 20209
2010-03-14 17:21:47 +00:00
Florian Fainelli
558f9342d5
add 2.6.34 support
...
SVN-Revision: 20208
2010-03-14 17:20:45 +00:00
Florian Fainelli
2e94e94a09
fix invalid hunks in 060-block2mtd_init.patch file
...
SVN-Revision: 20207
2010-03-14 17:20:40 +00:00
Florian Fainelli
16603d025c
export rescan_partitions to prevent linking failures in block2mtd ( #6741 )
...
SVN-Revision: 20205
2010-03-14 16:21:33 +00:00
Gabor Juhos
9d9296adb1
kernel: refresh lzo patch for 2.6.33
...
SVN-Revision: 20199
2010-03-14 13:22:46 +00:00
Florian Fainelli
f93c17cba4
fix the building of the lzo decompressor on some architectures
...
SVN-Revision: 20157
2010-03-12 14:24:12 +00:00
Nicolas Thill
0c13287c9d
remove CONFIG_PCI=y missed from [20136] in generic 2.6.30 config
...
SVN-Revision: 20156
2010-03-12 11:50:45 +00:00
Felix Fietkau
07e59c7bc7
mips: allow the compiler to optimize memset, memcmp, memcpy for better performance and (in some instances) smaller code
...
SVN-Revision: 20151
2010-03-11 18:49:01 +00:00
Felix Fietkau
0849a208ce
ar71xx: fix oprofile support
...
SVN-Revision: 20150
2010-03-11 18:48:57 +00:00
Felix Fietkau
2d305bdc23
the mips -ffreestanding patch has been unnecessary for a long time now, remove it
...
SVN-Revision: 20149
2010-03-11 18:48:50 +00:00
Alexandros C. Couloumbis
d138f99bb2
generic-2.6: add 2.6.34 preliminary support (patches)
...
SVN-Revision: 20140
2010-03-11 12:24:17 +00:00