1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-21 00:40:14 +03:00
Commit Graph

16 Commits

Author SHA1 Message Date
kaloz
7c0785c307 [generic]: upgrade to 3.0-rc7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27600 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-12 13:44:16 +00:00
kaloz
53512ff331 [generic/3.0]: add mpcore_wdt fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27557 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-08 09:33:13 +00:00
kaloz
72a7b90977 [cns3xxx]: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27527 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-07 17:18:06 +00:00
kaloz
af0b474c6e [generic/3.0]: 3.0 is at rc6 now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-07 13:30:41 +00:00
kaloz
a720db70de [generic/3.0]: add support for and switch to XZ compressed kernels on ARM
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27518 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-07 10:26:16 +00:00
kaloz
23fde26a5c [generic]: fixup mtd refresh and co.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27491 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-06 12:55:21 +00:00
kaloz
146c7d6f10 [generic/3.0]: fix myloader patch, thanks KanjiMonster
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27490 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-06 12:48:17 +00:00
kaloz
b936a9b656 [generic/3.0]: replace the cut down machtype with the full one, as we support a lot of not-yet-upstreamed stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27485 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-06 10:09:15 +00:00
florian
bc9fd85f57 [kernel] sched_connmark depends on NF_CONNTRACK_MARK (#8976, #9423)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27457 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-05 12:40:50 +00:00
nbd
ce9cff2576 fix the gpio_dev driver: remove existing forward port patches, use unlocked_ioctl on all platforms and fix the arguments to the ioctl handler (based on patch from #9198)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27322 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-01 03:20:13 +00:00
hauke
a89d3f1a9b kernel: refresh patches for kernel 3.0-rc5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27300 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-28 20:25:39 +00:00
hauke
6936562161 kernel: update ssb and bcma to linux-next next-20110628
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27299 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-28 19:33:50 +00:00
hauke
85dd88a3c6 kernel: update ssb and bcma to linux-next next-20110627
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27293 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-27 20:18:49 +00:00
hauke
b40c3fc29b kernel: refresh patches for kernel 3.0-rc4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27247 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-21 18:39:47 +00:00
jow
7733d536b3 [PATCH] generic: Remove IPv6 depependency of bridge in 2.6.38+
Since 2.6.38 the bridge module has a dependency to IPv6 if IPv6 is
enabled. Since the IPv6 module isn't exactly lightweight and bridge also
only needs a single function from IPv6, it's rather easy to create a
common "lib" module with a RCU pointer to the actual implementation, if
the IPv6 module is loaded (although slightly hackish).

The codepath seems to be only taken when using IPv6, so there should be
no negative side effects when IPv6 isn't loaded. I did not measure how
big the performance impact is.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27237 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-19 22:48:53 +00:00
hauke
ed6be451a0 linux/generic: Add support for 3.0-rc3
Also make linux identify itself properly as 3.0, not 3.0.0.

Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27191 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-15 21:31:01 +00:00