Felix Fietkau
1dada293bf
add kmod-fs-configfs to replace kernel bloat added by selecting kmod-mmc-over-gpio
...
SVN-Revision: 34998
2013-01-03 18:04:04 +00:00
John Crispin
075ea0d52e
fix typo in HFS kernel module
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
SVN-Revision: 34963
2013-01-02 10:29:45 +00:00
Gabor Juhos
cbc9dfc56a
package/kernel: select crypto-sha256 for cifs on 3.7+
...
Based on a patch from #12711
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34956
2013-01-01 19:04:20 +00:00
Jonas Gorski
c0eb827265
kernel: modules: ext4 depends on crypto-hash on 3.6
...
SVN-Revision: 34159
2012-11-11 19:42:35 +00:00
Felix Fietkau
a5e2890ecb
fuse: move kmod-fuse to package/kernel
...
SVN-Revision: 32394
2012-06-16 21:06:24 +00:00
Felix Fietkau
2360a53116
kernel: remove obsolete dependencies and conditionals
...
SVN-Revision: 31779
2012-05-17 15:28:17 +00:00
Felix Fietkau
8ff9b93dfa
kernel: remove obsolete CompareKernelPatchVer calls
...
SVN-Revision: 31775
2012-05-17 15:28:02 +00:00
Hauke Mehrtens
8ff6417c41
kernel: remove kernel modules and references to kernels <= 2.6.36
...
OpenWrt does not support kernel version <= 2.6.36 any more, remove all modules only build for those kernels and all conditions specific for those kernel versions.
SVN-Revision: 31634
2012-05-06 20:43:17 +00:00
Jonas Gorski
7ccf25f7da
kernel: add some more missing kernel config symbols
...
SVN-Revision: 31458
2012-04-24 09:25:32 +00:00
Travis Kemen
a0bbc34816
disable xfs on avr32
...
SVN-Revision: 31291
2012-04-15 16:22:59 +00:00
Travis Kemen
569e56f1d2
revert bad change
...
SVN-Revision: 31154
2012-04-01 02:53:06 +00:00
Travis Kemen
40f8b19c57
Disable xfs on avr32, it has been failing the build for at least a month
...
SVN-Revision: 31153
2012-04-01 01:45:18 +00:00
Jonas Gorski
c336de3d85
kernel: update module names and add new config symbols for linux 3.3
...
SVN-Revision: 29985
2012-02-02 08:23:44 +00:00
Nicolas Thill
0a84f6a74e
package/kernel: various NLS handling fixes
...
* move AddDepends/nls to 001-depends.mk for proper use by other packages (closes : #7639 )
* make kmod-usb-core use it
* fix deps generated from its arguments (as used in kmod-fs-hfsplus)
SVN-Revision: 28668
2011-10-29 15:03:56 +00:00
Nicolas Thill
0c95fe5de1
package/kernel: add dependency on kmod-lib-crc-itu-t to kmod-fs-udf ( closes : #8045 )
...
SVN-Revision: 28666
2011-10-29 13:20:36 +00:00
Nicolas Thill
04f03b149d
package/kernel: fix my previous kmod-fs-cifs fix in r28661 (could I be sleep-deprived?)
...
SVN-Revision: 28663
2011-10-28 22:22:13 +00:00
Nicolas Thill
897ab36e93
package/kernel: fix kmod-fs-cifs dependencies ( closes : #9381 , #10055 )
...
SVN-Revision: 28661
2011-10-28 19:16:21 +00:00
Nicolas Thill
4eeb0e1246
package/kernel: fix kmod-fs-btrfs dependencies (missed in r28656)
...
SVN-Revision: 28659
2011-10-28 14:31:29 +00:00
Nicolas Thill
fb1297dd1f
package/kernel: add dependency on kmod-lib-lzo to kmod-fs-btrfs
...
SVN-Revision: 28655
2011-10-28 13:11:17 +00:00
Jonas Gorski
eb90f30ce7
package/kernel: move kmod-fs-mbcache into fs-ext4
...
mbcache is only needed if xattr support is enabled, but this is only true
for ext4 on 2.6.37+, so just bundle it with ext4 when needed.
SVN-Revision: 27849
2011-07-31 17:58:46 +00:00
Vasilis Tsiligiannis
2850136ae8
package/kernel: Remove all 2.4 definitions
...
With no 2.4 support in trunk, we can safely remove any 2.4 definitions for
kmods and merge the 2.6 definitions into the generic ones.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
SVN-Revision: 26901
2011-05-15 09:37:28 +00:00
Lars-Peter Clausen
8ba2d8098a
kernel: revert r24160 (remove the bogus ext2/ext3 dependency on linux 2.6.30/31)
...
For kernel versions newer then 2.6.31 the ext4 module can be used to mount
ext2/3 filesystems.
Building ext2/3 as modules on the other hand breaks using ext4 for mounting ext2
or ext3, which breaks booting from ext2/3 on machines where the ext4 module is
built into the kernel.
SVN-Revision: 26645
2011-04-13 13:37:40 +00:00
Vasilis Tsiligiannis
4f6f0cbe38
kernel/modules: Add zlib package
...
SVN-Revision: 26636
2011-04-12 23:18:53 +00:00
Vasilis Tsiligiannis
627438d0ff
kernel/modules: fix kmod-fs-btrfs deps / zlib_deflate / makefile
...
btrfs needs zlib_deflate, which was built but not included
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 26632
2011-04-12 23:18:30 +00:00
Hauke Mehrtens
8067116c10
kernel: deactivate ext4 SElinux support and extended attributes support in general config. This effects the build in kmod-fs-ext4 and when it is build into the kernel in the x86 target.
...
Thank you Philip Prindeville
SVN-Revision: 24951
2011-01-09 22:43:06 +00:00
Felix Fietkau
11564e8efe
kernel: remove the bogus ext2/ext3 dependency on linux 2.6.30/31 - some people still want to use those modules
...
SVN-Revision: 24160
2010-11-27 22:33:08 +00:00
Imre Kaloz
db689e1d5c
fix typos
...
SVN-Revision: 24086
2010-11-22 13:01:21 +00:00
Imre Kaloz
67d797821c
use ext4 for ext2/3 on 2.6.32+
...
SVN-Revision: 24083
2010-11-22 12:11:50 +00:00
Florian Fainelli
573f15826d
kmod-sctp: Add SCTP kernel support
...
This adds a new kmod-sctp option that enables support of SCTP in 2.6x
kernels.
The patch also contains a small cleanup in the dependencies.
Signed-off-by: Sebastien Decugis <sdecugis@nict.go.jp>
SVN-Revision: 22917
2010-09-04 18:06:49 +00:00
Felix Fietkau
48c7c56dcb
kernel: add a missing config symbol for ext4
...
SVN-Revision: 22717
2010-08-19 12:49:19 +00:00
Claudio Mignanti
2d86ea7bf3
massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
...
SVN-Revision: 22145
2010-07-12 14:06:13 +00:00
Felix Fietkau
ff3d5025ac
remove obsolete kernel dependencies and version checks
...
SVN-Revision: 21956
2010-06-26 20:44:28 +00:00
Nicolas Thill
36ee230fca
package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 only
...
SVN-Revision: 21251
2010-04-29 10:25:57 +00:00
Nicolas Thill
f02dad6aca
package/kernel: sort FS package definitions
...
SVN-Revision: 21126
2010-04-24 12:09:30 +00:00
Nicolas Thill
75534ab4ae
package/kernel: move NLS modules to their own file & submenu
...
SVN-Revision: 21125
2010-04-24 11:50:44 +00:00
Nicolas Thill
194b6b20ea
package/kernel: rename KernelPackage/*/Depends to AddDepends/*
...
SVN-Revision: 21124
2010-04-24 11:42:17 +00:00
Nicolas Thill
5034b75865
package/kernel: introduce a new file that will be sourced first and holding complex dependencies spread over multiple files, use it for kmod-crc16
...
SVN-Revision: 21101
2010-04-23 04:01:03 +00:00
Florian Fainelli
0bb16e35b2
add missing dependency to kmod-crypto-misc, patch from Benjamin Cama
...
SVN-Revision: 20312
2010-03-20 10:27:30 +00:00
Nicolas Thill
f00bcb24be
kernel: mark kmod-nfs-common-v4 as BROKEN (enabling it will interfere with the other stable nfs modules)
...
SVN-Revision: 20123
2010-03-10 17:53:04 +00:00
Felix Fietkau
61c2b29295
mark relevant kmod-* packages as being required for rootfs mounting (patch by cshore)
...
SVN-Revision: 19879
2010-02-26 22:46:00 +00:00
Hauke Mehrtens
f56666bde4
ext4: fix for commit r19799
...
SVN-Revision: 19800
2010-02-21 20:26:37 +00:00
Hauke Mehrtens
ad11f6881a
ext4: add Support for large (2TB+) block devices and files
...
CONFIG_LBDAF is needed for mounting ext4 filesystems with huge_file enabled.
This is the default option.
This closes #6714 .
SVN-Revision: 19799
2010-02-21 20:14:24 +00:00
Jo-Philipp Wich
3651c9804b
kernel: make NFSv4 optional and add kmods for it - patch by Peter Wagner <tripolar@gmx.at>
...
SVN-Revision: 19772
2010-02-20 05:17:39 +00:00
Felix Fietkau
39b2af1f5b
remove obsolete dependencies and checks
...
SVN-Revision: 19292
2010-01-23 17:07:59 +00:00
Nicolas Thill
6e3bbe7843
kernel: remove more calls to CompareKernelPatchVer and use 2.4 exceptions instead
...
SVN-Revision: 19049
2010-01-06 01:11:31 +00:00
Florian Fainelli
b6f5eeb1ee
fix wrong paths after r18955.
...
SVN-Revision: 18957
2009-12-28 14:55:38 +00:00
Imre Kaloz
29a020ffb3
remove handling of older unsupported kernels
...
SVN-Revision: 18955
2009-12-27 21:54:09 +00:00
Imre Kaloz
4e71b48c2a
remove 2.6.28 specific stuff from kernel packages
...
SVN-Revision: 18954
2009-12-27 21:42:38 +00:00
Florian Fainelli
6a4814517f
package nls cp866 support ( #6281 )
...
SVN-Revision: 18690
2009-12-07 23:59:06 +00:00
Nicolas Thill
0cd7179165
change ext2/ext3 load order so that lazy mount tries ext3 before ext2
...
SVN-Revision: 18442
2009-11-17 21:29:27 +00:00