Commit Graph

1141 Commits (6e7564b6409dd89e7b53940840021d9568593dae)

Author SHA1 Message Date
Rod Whitby cd95009fc6 Added support for /etc/default/fstab - a means of automatically mounting devices on boot.
SVN-Revision: 8916
17 years ago
Nicolas Thill 46e35b3481 add support for OV51x based USB video devices with in-kernel JPEG decompression (closes: #2315)
SVN-Revision: 8915
17 years ago
Nicolas Thill 90eeef5833 add support for NW8xx based USB video devices (closes: #2319)
SVN-Revision: 8914
17 years ago
Nicolas Thill cd56b5255c add support Konica based USB video devices
SVN-Revision: 8913
17 years ago
Nicolas Thill 0ce1d4773c add a kernel module for usb video devices
SVN-Revision: 8912
17 years ago
Nicolas Thill d725c9b25b revert [8907] and rename kmod-soundcore and kmod-ipip modules in 7.09 as well
SVN-Revision: 8910
17 years ago
Nicolas Thill 3a60e0ca9c add compat 'PROVIDES' for renamed kernel modules
SVN-Revision: 8907
17 years ago
Florian Fainelli fbc7e5e4fc Fix autotools with the arpd directory
SVN-Revision: 8883
17 years ago
Rod Whitby c538ef9899 Add reiserfs module and include it in the FSG-3 profile.
SVN-Revision: 8872
17 years ago
Nicolas Thill e54ed7065d move ntfs-3g to /packages, no need to be in /trunk
SVN-Revision: 8871
17 years ago
Nicolas Thill 22c6c0b076 disable another module on UML
SVN-Revision: 8869
17 years ago
Nicolas Thill b4d3ea5ec2 rename spca5xx to gspcav1 (match upstream name change)
SVN-Revision: 8868
17 years ago
Nicolas Thill 642abec3bc rename uvcvideo to linux-uvc (match source name)
SVN-Revision: 8867
17 years ago
Nicolas Thill cb41569988 oops, forgot a file in [8865]
SVN-Revision: 8866
17 years ago
Nicolas Thill 5d4246a015 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
SVN-Revision: 8865
17 years ago
Felix Fietkau ca32501abe add --no-coldplug to the hotplug2 process started by /etc/init.d/boot - should prevent duplicate ifup actions. thx, ffrrrr.
SVN-Revision: 8864
17 years ago
Nicolas Thill 926e05ef37 build IPsec transports as modules, rename kmod-ipip to kmod-iptunnel4 and add kmod-iptunnel6.
SVN-Revision: 8862
17 years ago
Felix Fietkau 1f000c666c add qos-scripts patch from #2385
SVN-Revision: 8860
17 years ago
Felix Fietkau 1e319bd6b6 fix kmod-sched kconfig value (#2380)
SVN-Revision: 8858
17 years ago
Nicolas Thill ff924a74c7 disable more modules not supported on UML
SVN-Revision: 8857
17 years ago
Nicolas Thill 092021f69b video modules changes: change dependency on kmod-video-core from select to depends, cleanup
SVN-Revision: 8856
17 years ago
Nicolas Thill 7ba4e5c3c0 prevent madwifi from building on UML
SVN-Revision: 8855
17 years ago
John Crispin f3b9e06a14 made HOME=/root global instead of x86 specific
SVN-Revision: 8845
17 years ago
Felix Fietkau ce63393e36 sync awk implementation of config_get_bool with the shell variant
SVN-Revision: 8841
17 years ago
Felix Fietkau 6b882b579f support true and false in config_get_bool
SVN-Revision: 8840
17 years ago
Nicolas Thill aa1c1c4aa3 only build sound-core module on targets supporting USB, since we don't have any PCI sound devices supported atm
SVN-Revision: 8838
17 years ago
Rod Whitby ee80b9c8f3 Added support for generating the cdc-ether kernel module (used to communicate with OpenMoko phone over usb networking).
SVN-Revision: 8833
17 years ago
Nicolas Thill ee57bac535 i2c changes: * split i2c algos in separate packages * remove deprecated i2c-sc2x00 and add i2c-gpio & i2c-sc2x00_acb instead
SVN-Revision: 8825
17 years ago
Nicolas Thill 0d56d48d9a disable package that can't build on atheros target (no pci/usb)
SVN-Revision: 8823
17 years ago
Nicolas Thill b396d629f2 fix wrong submenu for kmod-leds-wrap
SVN-Revision: 8821
17 years ago
Nicolas Thill 7179f0ea98 only build in-kernel bcm43xx on broadcom targets
SVN-Revision: 8820
17 years ago
Nicolas Thill 440f5b1df4 move CAPI/ISDN module from other.mk to network.mk
SVN-Revision: 8819
17 years ago
Matteo Croce 16d7058fac disable powersave, vlynq can't handle this
SVN-Revision: 8818
17 years ago
Matteo Croce f25342dd7f acx: Fix Makefile
SVN-Revision: 8817
17 years ago
Nicolas Thill c8b505560f add kernel module for PCengines WRAP leds
SVN-Revision: 8814
17 years ago
Nicolas Thill 353da29029 rename packages dependecies missed from [8806]
SVN-Revision: 8813
17 years ago
Nicolas Thill 309b0c7817 move kmod-nbd & kmod-loop from other.mk to block.mk, disable cryptoloop since it's not packaged anywhere
SVN-Revision: 8812
17 years ago
Nicolas Thill dbfc77de4c rename kmod-libata to kmod-ata-core, add some missing descriptions, sort and cleanup
SVN-Revision: 8811
17 years ago
Nicolas Thill b2a7210452 usb-atm fixes: * change dependency for usb-atm modules from kmod-atm to kmod-usb-atm * prefix package names with kmod-usb-atm- * title cleanup
SVN-Revision: 8809
17 years ago
Nicolas Thill 39db49a2ac cosmetic changes: rename submenu vars, add missing copyright headers
SVN-Revision: 8808
17 years ago
Nicolas Thill cd2cccd2ff various changes for kernel video support: * move kernel video related modules to a separate "Video Support" submenu and video.mk file * rename kmod-videodev to kmod-video-core * prefix all video modules with kmod-video- * add missing dependencies on USB support * rename kmod-usb-qc to kmod-video-quickcam
SVN-Revision: 8806
17 years ago
Nicolas Thill 16de5a873e change dependency on kmod-atm from depends to select for usb atm modules
SVN-Revision: 8805
17 years ago
Nicolas Thill efb8b66786 don't assume PCI support, cleanup
SVN-Revision: 8803
17 years ago
Nicolas Thill 3a713ff202 move exec permissions fix at Build/Prepare stage
SVN-Revision: 8802
17 years ago
Nicolas Thill 9ad89ea9cb add missing dependencies on PCI/PCMCIA/USB support
SVN-Revision: 8801
17 years ago
Nicolas Thill 6226b53b1b add dependencies on kmod-crypto for kmod-ipsec and kmod-mppe, change kmod-pppoa dependency on kmod-atm from depends to select
SVN-Revision: 8800
17 years ago
Nicolas Thill b262b81027 fix hostap dependencies
SVN-Revision: 8799
17 years ago
Matteo Croce f34b4c6e57 Updated acx (#2394) and fixed acx-mac80211 build
SVN-Revision: 8797
17 years ago
Florian Fainelli ea5e6f6571 Add ipv6 up/down using route (#2372)
SVN-Revision: 8794
17 years ago
Florian Fainelli a65a31d165 Fix macfiltering options (#2397)
SVN-Revision: 8792
17 years ago