1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-25 09:26:15 +03:00
Commit Graph

462 Commits

Author SHA1 Message Date
nico
db98388370 targets: fix CONFIG_USB_STORAGE_* inconsistency
* all options were switched from bool to tristate in 2.6.30
 * add/change/move them to generic, disabled by default
 * remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09
 * remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6
 * cleanup ordering

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29337 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-25 20:47:44 +00:00
jogo
fff36017cf linux: update 3.0 to 3.0.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29264 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-19 18:39:12 +00:00
florian
6916a71abc [kernel] refresh 3.0 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29043 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 19:19:14 +00:00
florian
dee25761b4 [kernel] refresh 2.6.39 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29042 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 19:19:10 +00:00
jogo
85ec5ce98d linux: update 3.1 to 3.1.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29007 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-13 10:48:05 +00:00
juhosg
9394e4a065 kernel: ar8216: add support for the AR8236 switch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28993 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-12 14:09:52 +00:00
juhosg
63898b07cc kernel: ar8216: move port vlan setup into a separate function
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28992 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-12 14:09:50 +00:00
jogo
4ef5b94744 target: linux: mtd: fix MTDREFRESH to an arbitrary high number
To make the ioctl number "stable", use an arbitrary high number to prevent
conflicts with new mtd ioctls that would push MTDREFRESH's number.

Also make mtd use the in-kernel mtd headers.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28893 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-09 21:16:36 +00:00
nbd
d212a08b1c kernel: add a top level menuconfig option for enabling lockdep
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28848 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-08 00:32:57 +00:00
kaloz
5e628c6e90 [generic/3.1]: update arm mach-types
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28813 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-07 21:12:26 +00:00
juhosg
47cebba347 kernel: swconfig: add a missing unlock in error path
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28753 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-04 14:38:31 +00:00
nbd
e5fc3fcde5 kernel: merge regression fixes for the netfilter patches to the 3.1 kernel patches (patch by tripolar)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28734 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-11-03 20:02:31 +00:00
jow
543e578b89 target: remove CONFIG_IDE_PROC_FS support as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28586 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-25 16:40:06 +00:00
jow
3275a393fc target: globally disable BSD process accounting
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28584 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-25 16:18:36 +00:00
jogo
ad05c99253 linux: generic: refresh patches for 3.1-rc10
Hopefully the last one and identical to final.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28492 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-20 10:32:44 +00:00
jogo
c57886b49b ar8216: use mdiobus_{read,write} to ensure proper locking
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28421 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-11 23:05:10 +00:00
jow
aef22c2190 [generic] add IDs for Huawai K3770, K3771, K4510 and K4511 to option driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28376 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-06 18:23:16 +00:00
cshore
fdb6efb1bc Was specifying input-polled-keys and not input-keys-polled as the module name.
Philip Prindeville - 2011-10-03 03:58:17

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28357 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-10-03 04:39:54 +00:00
acoul
1ec1b71c3c linux/generic: commit an upstream kernel 3.0 patch (fixes busubox-1.19.2 build failure)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28293 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-23 10:00:13 +00:00
juhosg
a176de7d8d generic: jumbo frames support for rtl8366s
This patch adds the option to enable jumbo frames on the rtl8366s
switch. This is almost exactly the same as the first patch at
https://dev.openwrt.org/ticket/7977 and it has been requested
in a comment there.

I have tested this and it successfully allows devices on the switch
using jumbo frames to communicate.

Signed-off-by: Ash Hughes <ashley.hughes@blueyonder.co.uk>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28267 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-21 11:47:38 +00:00
kaloz
7f477c2308 [generic/3.1]: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28163 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-04 15:01:56 +00:00
kaloz
a009b6951b [generic/3.1]: add missing symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28162 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-09-04 15:01:25 +00:00
florian
1d08fd80b1 [x86] update alix2 platform driver
Add support for Ed Wildgoose's alix platform driver plus my
enhancement to add GPIO soft button support.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28081 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-25 09:35:45 +00:00
jogo
345bc95690 kernel: add two missing config symbols for 3.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28080 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-24 11:43:25 +00:00
hauke
0f6d21f8f6 kernel: update to version 3.0.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28043 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-18 12:54:12 +00:00
hauke
4bf096096c kernel: update kernel to version 2.6.39.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28022 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-16 22:04:10 +00:00
jogo
100f1cd12e kernel: generic: refresh patches for 3.1-rc2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28021 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-16 21:42:15 +00:00
juhosg
ce883e3127 generic: ar8216: add support for get link status
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27989 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-15 14:11:41 +00:00
nbd
f890117582 kernel: disable cfi cmdset 0002 erase suspend
on some platforms, erase suspend leads to data corruption and lockups when write
ops collide with erase ops. this has been observed on the buffalo wzr-hp-g300nh.
rather than play whack-a-mole with a hard to reproduce issue on a variety of devices,
simply disable erase suspend, as it will usually not produce any useful gain on
the small filesystems used on embedded hardware.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-15 00:15:36 +00:00
nbd
80bda1f3e5 initramfs: allow preinit to enable switching from initramfs to tmpfs to allow overlayfs to be mounted on top of it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27960 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-11 20:32:57 +00:00
florian
2084beb89a [kernel] add more missing touchscren symbols (3.0+)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27956 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-11 11:18:41 +00:00
hauke
88288cdd8a kernel: revert r27953
KanjiMonster did the right patch, I was just confused because of linux-3.0 and linux-2.6.30


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27954 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-11 09:54:02 +00:00
hauke
494bc2d399 kernel: fix ocf patch for kernel 2.6.30
find_task_by_vpid is already exported by the kernel without any patches needed.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27953 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-11 09:47:36 +00:00
jogo
f574e02f6c kernel: 2.6.30: remove bogus additional find_task_by_vpid export from OCF
find_task_by_vpid is already exported, thus breaking builds.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27952 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-11 09:46:30 +00:00
florian
c3e75d5014 [kernel] add ignore_oc in struct ehci_hcd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27945 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-10 11:37:21 +00:00
florian
d5fae80121 [kernel] add CONFIG_EARLY_PRINTK
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27942 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-09 13:13:16 +00:00
jogo
b460d9e23f linux: generic: add support for 3.1-rc1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27940 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-09 12:19:43 +00:00
nbd
3184365fbb kernel: fix another typo in the netfilter optimization patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27927 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-07 21:17:18 +00:00
hauke
f20076467a kernel: add missing option
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27925 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-06 16:46:04 +00:00
nbd
8b822f6071 kernel: add missing checks in the netfilter optimization patch which broke some rules containing only source/destination address checks
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27923 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-06 12:39:31 +00:00
hauke
812af8f7b1 kernel: add some missing config options
These options where found by buildbot


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27920 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-06 10:41:15 +00:00
hauke
57411a3935 kernel: update to kernel version 3.0.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27918 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-06 09:51:55 +00:00
florian
a9f0a9191c [kernel] add more missing config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27911 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-05 13:48:38 +00:00
florian
8be08aa65d [kernel] add 101-perf_arm_uclibc.patch to 3.0 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27909 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-05 13:48:31 +00:00
florian
5c96e06c25 [kernel] add missing config symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27908 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-05 13:48:28 +00:00
jogo
d34c1068ff [kernel] generic: Add missing config symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27887 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-03 23:28:00 +00:00
florian
e6f9e5c2e9 [kernel] remove 8*1-usb_serial_endpoint_size.patch
This is breaking some devices out there such as Winchiphead CH341 adapters (#9601)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27885 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-03 13:23:21 +00:00
florian
6c0f1d3157 [kernel] refresh 3.0 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27879 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-02 18:55:38 +00:00
jogo
aad169e573 linux/generic: remove obsolete kernel options from 3.0
Also fix one typo.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27875 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-02 09:58:16 +00:00
jogo
2120753685 kernel: Fix firewire for 2.6.37+
The old ieee1394 stack was removed in 2.6.37. The new firewire stack is
available for all kernel versions, but experimental for the older one, so
make both available where appropriate.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27874 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-08-02 09:53:19 +00:00