florian
97d0245acb
[kernel] fix mtd warnings
...
Fixes for the following warnings:
drivers/mtd/devices/block2mtd.c: In function '_open_bdev':
drivers/mtd/devices/block2mtd.c:272:3: warning: ISO C90 forbids mixed declarations and code
drivers/mtd/devices/block2mtd.c: In function 'add_device':
drivers/mtd/devices/block2mtd.c:399:13: warning: assignment discards qualifiers from pointer target type
In the case of 442-block2mtd_probe.patch, it's not until the insertion of a executable statement before the definition that causes a warning, so I've chosen to resolve the issue here by splitting the definition and the initialization into a definition and a statement (and assignment) instead.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27007 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-25 19:16:58 +00:00
nbd
5478db1fd5
kernel: backport some ssb changes to support a mac80211 update
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26911 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-16 21:50:20 +00:00
jow
4ce6c0f0f2
[generic] add definitions for Alcatel X220D and Huawai E173s to option.ko ( #9422 )
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26906 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-15 19:17:31 +00:00
hauke
95ef6e1d42
kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patches
...
Thank you Peter Wagner for the patch. I refreshed the kernel patches and added the md5sum of the kernel.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26905 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-15 17:23:02 +00:00
blogic
10f03e0475
[PATCH v3] (respin) 802.1Q VLAN support for ADM6996M/ADM6996FC
...
This patch adds 802.1Q VLAN support for the ADM6996M chip.
The driver is loaded for both the FC and M model. It will detect which of the
two chips is connected. The FC model is initialised, but no further
functionality is offered.
The PHY driver will always report "100 Mbit/s, link up", for both the M and FC
models. This reflects the fact that the link between switch chip and Ethernet
MAC is always on[1].
Further documentation can be found in the kernel's
Documentation/networking/adm6996.txt
Signed-of-By: Peter Lebbing <peter@digitalbrains.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-09 15:21:58 +00:00
thepeople
318f8f9eeb
[PATCH] ipv6: restore correct ECN handling on TCP xmit
...
Thanks Dave Taht
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26858 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-08 17:08:06 +00:00
nbd
8b102012a0
rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.
...
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-17 18:32:28 +00:00
nbd
5ed970594e
kernel: reorganize 2.6.38 patches, clean up block2mtd patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26690 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-16 18:30:57 +00:00
juhosg
e557904236
generic: add support for the MX25L1606E SPI flash
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26596 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-11 17:37:13 +00:00
hauke
530ba0e928
kernel: l2tp: fix possible oops on l2tp_eth module unload
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26440 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-03 13:20:41 +00:00
nbd
42a5c80ab9
kernel: add a missing dependency for the mv_cesa crypto driver
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26406 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 15:25:22 +00:00
cshore
bf4af64e06
[generic] flash_chips: Removed forced recognition of Macronix MX29LV640T flash chip. It should be recognized by the CFI and not need forcing. User has not since replied.
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26400 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 05:44:46 +00:00
mb
a2c0b00b00
shmem_set_file: Remove ima_counts_get()
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26378 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-30 16:49:18 +00:00
mb
8e18f4c4a0
2.6.38 vm_exports.patch: Fix merge error introduced in r26332
...
Thanks to acoul for noticing.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26377 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-30 16:43:23 +00:00
mb
4828b8d8e3
Update 2.6.38 to 2.6.38.2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26332 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-28 15:44:03 +00:00
nbd
d99103d375
Revert "kernel: remove all local symbols from kernel modules at link time to reduce their size"
...
Use -x when stripping kernel modules instead
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26305 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-26 15:29:53 +00:00
nbd
1e0188b074
kernel: use -fno-caller-saves
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26301 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-26 01:07:16 +00:00
nbd
ae1204a33a
kernel: remove all local symbols from kernel modules at link time to reduce their size
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-25 23:47:04 +00:00
nbd
5278b87b26
kernel: remove wrong chunks from the 2.6.37 and 2.6.38 version of the mips oprofile fix
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-25 22:18:17 +00:00
nbd
1938e7e2b9
kernel: fix an overlayfs deadlock on rmdir
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26215 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 23:14:17 +00:00
nbd
fb563ad26b
kernel: replace mini_fo with overlayfs for 2.6.38
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26213 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-17 20:23:14 +00:00
nbd
c2f8669f74
kernel: refresh 2.6.38 patches for final release
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26194 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-16 18:31:23 +00:00
hauke
f61f0b7178
ssb: update ssb to version from linux-next-20110311
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26127 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-13 17:24:28 +00:00
nbd
55557928c6
kernel: allow EAP frames to pass through bridges even in learning state - fixes issues with WDS
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26015 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-10 18:00:41 +00:00
mb
0814286378
2.6.38: Let mac80211 select CONFIG_AVERAGE
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25818 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 18:55:00 +00:00
kaloz
21a7664a9c
[generic/2.6.38]: update arm mach-types
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25806 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 11:24:43 +00:00
kaloz
a0a75427ac
[generic/2.6.38]: refresh patches with -rc6
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25805 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-01 11:24:08 +00:00
mb
699c51f7b3
block2mtd: More 2.6.38 fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25791 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-28 15:52:03 +00:00
mb
237ebe3d4c
mtd: Fix compile warning
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25790 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-28 15:32:45 +00:00
mb
7af65ab22a
jffs2-lzma: Fix compile warning
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25789 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-28 15:19:45 +00:00
mb
b6f411ac28
mini_fo: More 2.6.38 fixes
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25788 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-28 15:10:55 +00:00
nbd
2d0a8e16f9
kernel: the usb pci quirks removal patch was a bit overzealous, leave in some functions referenced from other modules
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25785 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-28 01:20:49 +00:00
nbd
09a75bcf9c
kernel: when disabling common quirks, disable them in the usb subsystem as well - bios handover is useless for most platforms
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25768 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-27 19:52:43 +00:00
nbd
33bee11d7c
kernel: de-bloat the lzma library used by jffs2
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25767 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-27 19:52:38 +00:00
nbd
762fc5cb5a
kernel: add a patch for isolating individual bridge ports
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25762 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-27 19:52:13 +00:00
acoul
14dd9445ff
linux/generic: fix block2mtd for 2.6.38
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25704 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-24 19:13:05 +00:00
acoul
e484add481
linux/generic: fix r25699 take II
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25703 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-24 19:08:49 +00:00
acoul
2945eb2cd0
linux/generic: fix r25699 (thanks nbd)
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25700 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-24 14:52:13 +00:00
acoul
a6ac3b9cfa
linux/generic: fix mini_fo for kernels >= 2.6.38
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25699 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-24 14:45:53 +00:00
nbd
94e553f489
kernel: the patch to disable the crypto tests is no longer necessary since 2.6.36, remove it
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25689 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-24 01:11:11 +00:00
mb
f3c50cd796
2.6.38: Remove patches that are upstream in -rc6
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25680 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-23 23:44:59 +00:00
nbd
55664ae04b
kernel: remove imq support, refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25641 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-21 02:06:51 +00:00
nbd
5b934a6fcf
kernel: add a new scheduler action for restoring the connection tracking mark - useful for ingress shaping, will be used for replacing IMQ later
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25639 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-21 00:03:20 +00:00
florian
9de1efd6be
[kernel] add two solos-releated patches from Philip Prindeville
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25630 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-20 19:59:25 +00:00
jow
e9bccfee63
[generic] update ARM mach-types
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-02 23:13:09 +00:00
kaloz
83a46ae9f3
[target/generic/mips]: we don't support gcc 4.1.x
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25147 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-27 13:33:53 +00:00
juhosg
fc69050270
generic: remove en25pxx support patch, it is in mainline since 2.6.36
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25097 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-25 10:24:27 +00:00
nbd
b50e3f0e07
kernel: when bridging, do not forward EAP frames to other ports, only deliver them locally
...
fixes WPA authentication issues with multiples APs that are connected to each other via bridges
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25095 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-25 00:25:49 +00:00
kaloz
05f753b7a6
[target/generic/2.6.38]: refresh patches
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25089 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-24 12:36:18 +00:00
kaloz
aca0f4cdf8
[target/generic/2.6.38]: replace the mips_boot patch with one that makes BOOT_RAW selectable, and enable it in the generic config
...
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25088 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-24 12:33:25 +00:00