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

49 Commits

Author SHA1 Message Date
nbd
10b3a6c001 kernel: disable bridge igmp snooping by default to avoid multicast issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29744 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-01-14 13:50:25 +00:00
jow
2c7dddc2ce [generic] add missing config symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29610 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-12-25 13:33:18 +00:00
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
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
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
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
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
nbd
8636d9b4a4 kernel: enable inotify by default (#8055)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27853 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-31 18:12:23 +00:00
hauke
32dec7075a ocf-linux: version bump to 20110720
Fixes problem with TFM allocation in cryptosoft.c


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

Hauke:
 * remove ubsec_ssb package and take it from ocf-linux
 * use patches from ocf-linux package
 * refresh all patches
 * readd some build fixes for OpenWrt.
 * readd CRYPTO_MANAGER dependency


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27753 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-24 14:17:58 +00:00
hauke
297e15bc70 kernel: update bcma and ssb to version master-2011-07-22 from wireless-testing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27731 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-23 11:17:00 +00:00
nbd
9ec7437e17 add missing kernel config symbols for usb on powerpc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27181 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-06-15 18:07:26 +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
florian
21f2f27579 [kernel] add missing 2.6.38 touchscreen config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26872 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-11 13:33:30 +00:00
florian
fd174f110c [kernel] add missing 2.6.38 symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26832 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-05 16:35:40 +00:00
florian
4c6cfc925c [uml] update to 2.6.38
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26803 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-05-02 07:57:25 +00:00
hauke
3d37807283 kernel: add symbols, small fixes
* Some module should be loaded later to load them after the modules they are depending on
* add some more missing config symbols
* make CS5535 build again


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26570 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-09 23:34:20 +00:00
hauke
1f7f8ddfd9 kernel: add missing config options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26552 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-09 17:39:44 +00:00
nbd
2ba82703c7 kernel: add a missing kconfig symbol for 2.6.38
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26417 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-04-02 19:48:45 +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
kaloz
5bac5842dd enable the 'big kernel lock' by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26267 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-22 09:20:34 +00:00
hauke
1c84f069b6 kernel: add missing config options
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26238 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-19 17:40:58 +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
4edd0fb0ba kernel: disable xz for 2.6.38 for now, it is unused
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26193 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-16 18:31:18 +00:00
nbd
6eaa8a398a kernel: add a few more missing config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26192 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-16 18:31:14 +00:00
nbd
d4d0088bc7 kernel: add a few missing kernel config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26189 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-16 18:04:45 +00:00
jow
dc91f6e5ec [generic] add two missing symbol for Kernel >= 2.6.37
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-09 21:50:27 +00:00
kaloz
c0b7eece82 only support EABI on ARM targets
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25928 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-07 12:59:19 +00:00
jow
5122acf256 [kernel] yet another missing symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25875 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-05 06:51:06 +00:00
jow
76c03da31e [generic] add more missing kernel symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25846 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 10:15:55 +00:00
jow
1b656dca36 [kernel] add missing symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25843 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-03-03 02:31:48 +00:00
nbd
b3b72e94be kernel: disable sysctl syscall support - nothing uses it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25773 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-27 20:06:13 +00:00
nbd
32dee30938 kernel: disable scheduler actions by default, they will be enabled only when kmod-sched is selected
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25771 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-27 19:52:57 +00:00
nbd
05f54bcaf4 kernel: disable /proc/kcore
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25770 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-27 19:52:52 +00:00
nbd
5d59c7822c kernel: disable CONFIG_CRYPTO_ALGAPI* by default, it will be built into the kmod-crypto-core package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25766 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-27 19:52:34 +00:00
nbd
20b1cd6996 kernel: disable CONFIG_SYSCTL_SYSCALL_CHECK by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25765 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-27 19:52:29 +00:00
nbd
1481ea14f5 kernel: disable CONFIG_LEDS_TRIGGER_HEARTBEAT by default, nothing uses it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25764 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-27 19:52:25 +00:00
nbd
7af979ee37 kernel: disable CONFIG_WIRELESS_EXT_SYSFS by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25763 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-27 19:52:17 +00:00
nbd
142231da0d kernel 2.6.38: add a few missing config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25748 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-27 11:22:21 +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
nbd
da95571cb4 kernel config: disable the pcomp api + zlib decompressor by default - it has not been used for a while now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25684 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-24 00:30:02 +00:00
nbd
9784c617dd kernel config: refresh using kconfig.pl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25682 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-24 00:29:52 +00:00
nbd
b022d5b04d kernel: add missing config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25643 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-21 02:45:56 +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
2c9c08b825 add a few missing kernel config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25284 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-01 18:39:55 +00:00
kaloz
537e1055b8 config symbol cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25272 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-01 13:18:26 +00:00
kaloz
6f36e43344 add missing symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25271 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-02-01 12:44:16 +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
kaloz
f6ceb966a6 [target/generic]: preliminary 2.6.38 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25057 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-01-21 17:52:22 +00:00