| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
incorperate it into the kernel metapackage version, make kmods depend on this specific version. The aim of this change is to invalidate kmods which are built against a different kernel config on the opkg metadata level. Manual copying and insmod of custom *.ko files, e.g. for development purpose, is still possible.
SVN-Revision: 29686
|
|
|
|
| |
SVN-Revision: 29664
|
|
|
|
| |
SVN-Revision: 29643
|
|
|
|
|
|
| |
This new usb driver uses an extra device so the ehci and the ohci driver are not depending on ech other any more.
SVN-Revision: 29575
|
|
|
|
|
|
| |
underscores in package names
SVN-Revision: 29518
|
|
|
|
|
|
|
|
|
| |
This allows to enable rtl8366 switches family support, which are
optional (present on few boards).
Based on a patch by Roman Yeryomin <roman@advem.lv>
SVN-Revision: 29388
|
|
|
|
|
|
|
|
|
| |
This is a patch that adds kernel drivers for TI's USB 3410/5052
devices to the `make menuconfig` GUI during setup.
Signed-off-by: Nemanja Stefanovic <nemik@nemik.net>
SVN-Revision: 29366
|
|
|
|
|
|
|
|
| |
Useful for kirkwood and probably other Marvell SoCs.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 29364
|
|
|
|
| |
SVN-Revision: 29163
|
|
|
|
| |
SVN-Revision: 29162
|
|
|
|
| |
SVN-Revision: 28898
|
|
|
|
| |
SVN-Revision: 28897
|
|
|
|
| |
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
|