| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 28724
|
|
|
|
| |
SVN-Revision: 28674
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
#8045)
SVN-Revision: 28666
|
|
|
|
| |
SVN-Revision: 28665
|
|
|
|
|
|
| |
sleep-deprived?)
SVN-Revision: 28663
|
|
|
|
| |
SVN-Revision: 28662
|
|
|
|
| |
SVN-Revision: 28661
|
|
|
|
| |
SVN-Revision: 28660
|
|
|
|
| |
SVN-Revision: 28659
|
|
|
|
| |
SVN-Revision: 28656
|
|
|
|
| |
SVN-Revision: 28655
|
|
|
|
| |
SVN-Revision: 28654
|
|
|
|
| |
SVN-Revision: 28653
|
|
|
|
| |
SVN-Revision: 28652
|
|
|
|
| |
SVN-Revision: 28651
|
|
|
|
|
|
| |
=m for older kernels automagically.
SVN-Revision: 28638
|
|
|
|
| |
SVN-Revision: 28600
|
|
|
|
| |
SVN-Revision: 28598
|
|
|
|
| |
SVN-Revision: 28515
|
|
|
|
| |
SVN-Revision: 28399
|
|
|
|
|
|
|
| |
Fix typo from previous submission with input-keys-polled.
Philip Prindeville - 2011-10-03 01:44:55
SVN-Revision: 28356
|
|
|
|
|
|
| |
it refers to what had been drivers/gpio/cs5535-gpio in more recent kernels. Philip Prindeville - 2011-08-29 04:55:59
SVN-Revision: 28354
|
|
|
|
|
|
|
|
| |
this module was missing from [28334]
buildbots timed out as the symbol was not defined
SVN-Revision: 28352
|
|
|
|
|
|
|
|
| |
This allows building the module for the national lm95241 i2c temperature sensor.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 28335
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch should bring support for several kernel modules related to
I2C to openwrt, which are existing for several years now. Namely there
is the i2c-tiny-usb bus driver, to hook up an I2C bus on any device with
usb support (prevent voiding warranty when opening and soldering).
Second, there is support for the i2c-mux driver and pca954x as a I2C
switch driver.
Finally there is support for common I2C gpio expander driver modules
pca953x and pcf857x. They work without providing platform data recently
(can be instantiated at runtime).
Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
SVN-Revision: 28334
|
|
|
|
|
|
| |
other platforms as well
SVN-Revision: 28314
|
|
|
|
|
|
| |
Closes #10143.
SVN-Revision: 28290
|
|
|
|
|
|
| |
Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
SVN-Revision: 28074
|
|
|
|
|
|
|
|
|
| |
Add kernel crypto user-space interface (af_alg). Includes interface for
hash algorithms (algif_hash) and skcipher algorithms (algif_skcipher).
Signed-off-by: Lars Hjersted <lars@hjersted.com>
SVN-Revision: 28026
|
|
|
|
|
|
| |
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 28010
|
|
|
|
|
|
| |
Based on a patch by Layne Edwards <ledwards76@gmail.com>
SVN-Revision: 27998
|
|
|
|
|
|
|
|
| |
Not all x86 profiles have CONFIG_INPUT=y in their configuration. Just remove kmod-input-core for them.
Thank you Philip Prindeville for pointing out this problem.
SVN-Revision: 27988
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SetDepends/...)
Since the SetDepends macro does a:
DEPENDS:= ...
it can't be used after setting DEPENDS:= explicitly, or it will clobber the previous value.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 27983
|
|
|
|
|
|
|
|
|
|
| |
The module definitions depend on 001-depends.mk being the first included,
but make 3.82 does not sort the results of wildcards anymore, so do an
explicit sort of the includes.
Found by Philip Prindeville, thanks!
SVN-Revision: 27982
|
|
|
|
|
|
| |
mvswitch does not compile because of VLAN API changes.
SVN-Revision: 27936
|
|
|
|
|
|
|
| |
Instead of depending on new kernel versions, depend on not having one
of the older ones (or vice versa for modules removed in current kernels).
SVN-Revision: 27934
|
|
|
|
|
|
| |
closes #9773
SVN-Revision: 27924
|
|
|
|
|
|
|
|
| |
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.
SVN-Revision: 27874
|
|
|
|
| |
SVN-Revision: 27862
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 27757
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
SVN-Revision: 27753
|
|
|
|
| |
SVN-Revision: 27732
|
|
|
|
| |
SVN-Revision: 27591
|
|
|
|
| |
SVN-Revision: 27543
|
|
|
|
| |
SVN-Revision: 27458
|
|
|
|
| |
SVN-Revision: 27436
|
|
|
|
| |
SVN-Revision: 27402
|
|
|
|
| |
SVN-Revision: 27401
|