Commit Graph

235 Commits (b5e0831f1e38330b2c18ec2634d447200e04414f)

Author SHA1 Message Date
Gabor Juhos a6f6c97b57 [adm5120] new experimental driver for the CF slot on the RouterBOARD 153
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9707 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-11 09:00:06 +00:00
Felix Fietkau 07eb3c2e6c fixes Ticket #2792 (unresolved symbols) - added module snd-seq-device to package/kernel/modules/sound.mk
Signed-off-by: Mirko Vogt <dev@nanl.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9696 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-09 20:46:10 +00:00
Felix Fietkau b8b9b889de add i8x0 audio driver
Signed-off-by: Jan Willies <jan@willies.info>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9652 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-03 21:21:17 +00:00
Florian Fainelli 42a9931bd0 Fix AutoLoad macro typos (#2765)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9615 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 13:33:59 +00:00
Felix Fietkau cdf18ea514 package/kernel/modules: Fixed (3)DES crypto kmod, closes #2749 (Thanks jon)
Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9613 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-28 12:50:20 +00:00
Felix Fietkau 4e482e0b58 work around kernel config issues with sound modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9598 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-25 17:15:30 +00:00
Felix Fietkau c81bf1c9f7 add missing dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9597 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-25 16:26:39 +00:00
Gabor Juhos 9a6dacf9ae [packages] kernel: add a kernel module for the usbtest driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9572 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-16 09:38:18 +00:00
Felix Fietkau c4493197b4 fix up ata/scsi core depends
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9526 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-10 16:56:51 +00:00
Felix Fietkau 6845f7d37b turn kmod-crypto-core dep into a select, so that packages like mac80211 are always selectable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9521 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-10 15:22:56 +00:00
Florian Fainelli 7d9441b5fb Fix the r8169 kernel module (#2554)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9436 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-24 19:23:47 +00:00
Florian Fainelli b40a6c7c52 The RB513 CF driver is now a module, enable it by default for the RB1xx profile.
Fix the membase of the CF driver.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9416 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-23 10:46:19 +00:00
Felix Fietkau 50d845e7ba fix up a few ide related kernel config issues (related to #2516)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9364 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20 14:39:17 +00:00
Gabor Juhos d2354353d1 make morse LED trigger available as a package, and fix it to compile with 2.6.23
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9363 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20 14:32:13 +00:00
Gabor Juhos 01166f129e [adm5120] add LEDs trigger for switch port states, thanks to Bernhard Held (closes: #2153)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9362 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-20 07:45:08 +00:00
John Crispin 933299f7cc added rtl8169, from #2554
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9339 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-16 21:02:36 +00:00
Gabor Juhos 9c08fe97f0 [kernel] netfilter/ipset cleanups
* rename patches to follow our naming conventions
 * update ipset patches with revision 7096 of [https://svn.netfilter.org/netfilter/trunk/patch-o-matic-ng pom]
 * add CONFIG_IP_NF_SET_IPTREEMAP to default kernel configs
 * add ip_set_iptreemap to include/netfilter.mk
 * update kmod-ipt-ipset module description

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9269 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-12 14:58:35 +00:00
Gabor Juhos 3de85fb81c [packages] add a kernel module for GPIO LEDs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9262 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-11 11:05:16 +00:00
Nicolas Thill 6058b35c5f split ipip & iptunnel4 and ipv6 & sit into separate packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9241 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-10 13:27:06 +00:00
Gabor Juhos 5398dbecb7 [adm5120] build leds-adm5120 as a module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9219 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-09 19:37:30 +00:00
Gabor Juhos 199c2d1ca5 [adm5120] add custom GPIO-based I2C driver
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9218 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-09 19:23:22 +00:00
Nicolas Thill ec1d54906f remove trailing spaces to fix errors at dump time
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9209 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-09 01:49:55 +00:00
John Crispin 2df11fa49b added sdparm and scsi-generic module, from #2481
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9201 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-08 21:54:13 +00:00
Gabor Juhos 6958bdb20a add TARPIT support to netfilter/iptables
* netfilter: add the xt_TARPIT target module required by xt_CHAOS
 * include/netfilter.mk: reorder, xt_CHAOS depends on xt_TARPIT and xt_DELUDE
 * iptables: add libipt_TARPIT to the kmod-ipt-extra package, bump release number
 * original patchset can be found [http://tinyurl.com/2mjk2kx here]

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9178 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-07 17:17:04 +00:00
Florian Fainelli 7c8650ad7e Add support for the network packet generator
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-02 11:10:29 +00:00
Nicolas Thill c4d5ba64e4 fix kernel config item for 3c95x/vortex network cards (closes: #2441)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9068 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-29 14:18:47 +00:00
Rod Whitby 58e10b5af4 modules/usb.mk: Fixed the module autoload name for cdc_ether, and removed a typo from usbnet.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9047 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-27 14:20:53 +00:00
Nicolas Thill fc4a2e8ad9 fix kmod-hostap build on 2.4, add kmod-hostap-cs (closes: #1957)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9030 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-26 02:49:50 +00:00
Nicolas Thill 8bc2dad681 fix kmod-crypto-core error missing crypto_hash (closes: #2422)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9004 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-23 23:47:08 +00:00
Nicolas Thill d1df563d1f add LM77 sensors support (closes: #2419)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9002 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-23 21:21:51 +00:00
Nicolas Thill 34e8faefa1 add ipv6 conntrack support (closes: #2192)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8984 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-23 17:22:17 +00:00
Nicolas Thill 1b4fe71cff move hardware monitoring support in a separate hwmon.mk (before adding other modules)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8983 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-23 17:14:24 +00:00
Nicolas Thill edfea6d60d move crypto support to a seperate crypto.mk file, split modules into multiple packages and adjust dependencies, sync crypto options in kconfigs.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8980 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-23 15:12:12 +00:00
Felix Fietkau f764e7a337 add missing kconfig option for pppoa
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8965 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-22 23:34:39 +00:00
Nicolas Thill 0ac40cb953 add back scx200 gpio i2c module removed in [8825] (too early for generic gpio), rename scx200 access bus i2c module to scx200-acb
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8944 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-22 04:27:35 +00:00
Nicolas Thill 80435b68a3 add 2 new kernel modules for USB webcams: ovc511 and ovcamchip
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8942 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-22 04:17:24 +00:00
Nicolas Thill 160152a9db add support Konica based USB video devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8913 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-21 13:05:13 +00:00
Nicolas Thill 27032020c1 add a kernel module for usb video devices
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8912 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-21 12:58:13 +00:00
Nicolas Thill 2ff24f0327 revert [8907] and rename kmod-soundcore and kmod-ipip modules in 7.09 as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8910 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-21 12:01:22 +00:00
Nicolas Thill 40d8d6024c add compat 'PROVIDES' for renamed kernel modules
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8907 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-21 10:08:01 +00:00
Rod Whitby 5ed0c7a3b1 Add reiserfs module and include it in the FSG-3 profile.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8872 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20 11:11:41 +00:00
Nicolas Thill f17b69fce3 disable another module on UML
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8869 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20 10:46:23 +00:00
Nicolas Thill a16666d23b oops, forgot a file in [8865]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8866 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20 10:29:14 +00:00
Nicolas Thill 28a4cca917 move kernel sound support in its own file from other.mk to sound.mk, rename kmod-soundcore to kmod-sound-core to be consistent, cleanup alsa-lib
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8865 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20 10:27:38 +00:00
Nicolas Thill 9aee7df772 build IPsec transports as modules, rename kmod-ipip to kmod-iptunnel4 and add kmod-iptunnel6.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20 10:03:41 +00:00
Felix Fietkau 83018815ab fix kmod-sched kconfig value (#2380)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8858 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20 09:05:08 +00:00
Nicolas Thill af1de545ab disable more modules not supported on UML
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8857 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20 07:46:00 +00:00
Nicolas Thill a9c1893fa7 video modules changes: change dependency on kmod-video-core from select to depends, cleanup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8856 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-20 07:31:06 +00:00
Nicolas Thill 78c661a842 only build sound-core module on targets supporting USB, since we don't have any PCI sound devices supported atm
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8838 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-19 11:56:26 +00:00
Rod Whitby 6c2721eab8 Added support for generating the cdc-ether kernel module (used to communicate with OpenMoko phone over usb networking).
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8833 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-18 13:55:03 +00:00