Commit Graph

453 Commits (3df6c9e72b87557805353ae32ed45c362dcd0f12)

Author SHA1 Message Date
Gabor Juhos f778c81d5f modules: fix several typos in block.mk
SVN-Revision: 15350
15 years ago
Hamish Guthrie e0694c7ca6 hci_usb.c has been replaced with btusb.c in 2.6.29 - modify makefile to handle this condition based upon kernel revision
SVN-Revision: 15336
15 years ago
Hamish Guthrie 1d511edc47 add joystick device support
SVN-Revision: 15295
15 years ago
Hamish Guthrie 9ced160263 correct typos in titles of event device and HID devices
SVN-Revision: 15294
15 years ago
Hamish Guthrie 2dcb4708a8 add hidp support
SVN-Revision: 15293
15 years ago
Hamish Guthrie 64b8d6ae89 update dependencies
SVN-Revision: 15292
15 years ago
Jo-Philipp Wich d9310ce132 add config option for RNDIS Adds the kernel config option for RNDIS, used by some USB ADSL modems. Not selected by default, yet.
Signed-off-by: Andrea Borgia <andrea@borgia.bo.it>

SVN-Revision: 15289
15 years ago
Jo-Philipp Wich 489252ab43 add sata_sil24 module Signed-off-by: Erik Inge Bols? <knan-openwrt@anduin.net>
SVN-Revision: 15261
15 years ago
Jo-Philipp Wich 964d68dcec Add support for CM109 USB VoIP phone
this patch adds support for USB VoIP-phones using the CM109 chipset.
the cm109.ko module was added to linux kernel 2.6.28
it was tested with SVN revision 15247 on a Asus WL-500G Premium.

Signed-off-by: Alfred E. Heggestad <aeh@db.org>

SVN-Revision: 15258
15 years ago
Felix Fietkau 34939cad39 get rid of $Id$ - it has never helped us and it has broken too many patches ;)
SVN-Revision: 15242
15 years ago
Florian Fainelli ca240aa0df package ext4 (#4434)
SVN-Revision: 15218
15 years ago
Hauke Mehrtens e90294b99d The ssb module in also integrated into the kernel on brcm63xx target.
SVN-Revision: 15197
15 years ago
Hauke Mehrtens 2c6fe6c446 ieee80211-softmac is only avaliable in old kernels. It was removed with 2.6.26.
SVN-Revision: 15196
15 years ago
Hauke Mehrtens 88644c048c kmod-crypto-hmac and kmod-crypto-core both are packing hmac.ko kmod-crypto-hmac only needs the symbol for building crypto_hash, this was done in r9004. With r13850 hmac.ko was also packed with kmod-crypto-core.
SVN-Revision: 15015
15 years ago
Hamish Guthrie 4af13017ff Add ps3vram kernel module
SVN-Revision: 14950
16 years ago
Hauke Mehrtens 35df977921 activate CONFIG_SND_PCM_OSS and CONFIG_SND_MIXER_OSS in kmod-sound-core. These symbols are not set at an other place.
SVN-Revision: 14947
16 years ago
Felix Fietkau b1e8b4677d NET_CLS_ACT can no longer be built as module in newer kernels, force it to =y
SVN-Revision: 14935
16 years ago
Florian Fainelli 58a11bcb40 package the bcm63xx-spi driver
SVN-Revision: 14794
16 years ago
Hauke Mehrtens 5d57dbaeba turn some of the kernel dependencies the other way around to make it easier to support new kernel.
SVN-Revision: 14783
16 years ago
Hauke Mehrtens 53c375c606 add kmod-crc16 dependency to ax25 module, CONFIG_MKISS needs CONFIG_CRC16
SVN-Revision: 14782
16 years ago
Hauke Mehrtens 44aa0b5dac extract the rfkill module to an extra package, only build rfkill module if it is not integrated into the kernel.
SVN-Revision: 14780
16 years ago
Hauke Mehrtens 2b64ecf391 ipt-extra not broken on kernel 2.6.28 any more as CHAOS, TARPIT and DELUDE references were removed in r14461
SVN-Revision: 14779
16 years ago
Hauke Mehrtens 0b03ed454b add textsearch, NF_CONNTRACK_AMANDA and NETFILTER_XT_MATCH_STRING need it.
SVN-Revision: 14778
16 years ago
Hauke Mehrtens ea14544283 load module capifs before capi
SVN-Revision: 14775
16 years ago
Hauke Mehrtens e626930ea6 add ssb dependency to b44
SVN-Revision: 14774
16 years ago
Hauke Mehrtens f752ec4bbd aec62xx is working with kernel 2.6.28 agagin.
SVN-Revision: 14773
16 years ago
Hauke Mehrtens 8bf437c095 Add isdn4linux and gigaset kernel modules.
SVN-Revision: 14772
16 years ago
Hauke Mehrtens 07926f29f6 Some symbols were missing or wrong. Tested with x86.
SVN-Revision: 14751
16 years ago
Markus Wigge bb17a3dd1b fixed KCONFIG selection of "CONFIG_CRYPTO_AES_586".
SVN-Revision: 14725
16 years ago
Hauke Mehrtens 1b922ab410 add missing symbols
SVN-Revision: 14721
16 years ago
Hauke Mehrtens 7d1e275cef add missing symbols for some packages needed by x86 target
SVN-Revision: 14717
16 years ago
Felix Fietkau 474b55fe55 add missing kconfig symbols for kmod-sched
SVN-Revision: 14616
16 years ago
Hauke Mehrtens e5934ebb42 Fixes kernel configuration error.
SVN-Revision: 14606
16 years ago
Felix Fietkau e1799d3835 fix IMQ on linux 2.6.27 and 2.6.28
SVN-Revision: 14599
16 years ago
Felix Fietkau 68d73be80c remove support for ipp2p - it's unmaintained, broken, overmatching and undermatching => not that useful for QoS
SVN-Revision: 14596
16 years ago
Michael Büsch 87a2d3888c Add CRC16 kernel module
SVN-Revision: 14548
16 years ago
Jo-Philipp Wich fdd629c851 add kmod for 2.6.26+ in-kernel uvc video driver (#4637, thanks moh_de)
SVN-Revision: 14526
16 years ago
Florian Fainelli fc19f3f372 add cp852 code page (#4607)
SVN-Revision: 14522
16 years ago
Michael Büsch c3565fdf31 Port SPI-GPIO driver from 2.6.29-rc4
SVN-Revision: 14465
16 years ago
Michael Büsch 335117b87c Deprecate the old SPI-GPIO driver.
SVN-Revision: 14464
16 years ago
Gabor Juhos e5c9f00637 netfilter: remove CHAOS, TARPIT and DELUDE references
SVN-Revision: 14461
16 years ago
Hamish Guthrie f5842e2ba4 Added PS3 sound driver
SVN-Revision: 14422
16 years ago
Florian Fainelli 25ba908993 kmod-ssb should not be visible on 2.4 kernels
SVN-Revision: 14419
16 years ago
Florian Fainelli 20cccc1c10 correct kernel modules dependencies against kmod-i2c-core, they already depend on kmod-i2c-algo-bit, which depends on kmod-i2c-core (#4330)
SVN-Revision: 14401
16 years ago
Florian Fainelli 1645cc529b fix tg3 libphy dependency, thanks Acinonyx
SVN-Revision: 14390
16 years ago
Nicolas Thill b1ba71cbd2 kernel: mark modules that won't build on 2.6.28 as broken
SVN-Revision: 14356
16 years ago
Florian Fainelli d23edab321 package libphy separately and make tg3 depend on it for kernels 2.6.27 and superior
SVN-Revision: 14354
16 years ago
Florian Fainelli c27492ab1c add libphy module to tg3 driver package - fixes unresolved symbols (#4353)
SVN-Revision: 14310
16 years ago
Nicolas Thill 6360bd2798 kernel: add modules for nfnetlink based packet logging & queuing and conntracking
SVN-Revision: 14308
16 years ago
Nicolas Thill c8c15f3b9d accomodate a change in msdos.ko path that appeared on 2.6.28
SVN-Revision: 14273
16 years ago