Commit graph

6417 commits

Author SHA1 Message Date
Gabor Juhos
96c724bf3c fix description of Kconfig option for the Macronix flash chips boot-location fixup
SVN-Revision: 8904
2007-09-21 07:29:34 +00:00
Gabor Juhos
74ff5540f3 clean up jffs2 config options
SVN-Revision: 8903
2007-09-21 07:24:13 +00:00
Matteo Croce
951550023b fix silliness in [8886]
SVN-Revision: 8889
2007-09-20 19:46:58 +00:00
Matteo Croce
e2148dbae1 replace deprecated u_char with u8
SVN-Revision: 8887
2007-09-20 19:33:00 +00:00
Matteo Croce
8d162264af Make ar7_part more readable and endianness safe
SVN-Revision: 8886
2007-09-20 19:25:38 +00:00
Florian Fainelli
fbc7e5e4fc Fix autotools with the arpd directory
SVN-Revision: 8883
2007-09-20 18:15:30 +00:00
Matteo Croce
f0f0047aec small cpmac fixes
SVN-Revision: 8881
2007-09-20 16:31:23 +00:00
Matteo Croce
2bdbb3915b remove useless dependency
SVN-Revision: 8880
2007-09-20 16:20:40 +00:00
Felix Fietkau
e554dafa93 fix spontaneous rebuilds caused by make package/<name>/update with quilt
SVN-Revision: 8879
2007-09-20 16:17:50 +00:00
Rod Whitby
c538ef9899 Add reiserfs module and include it in the FSG-3 profile.
SVN-Revision: 8872
2007-09-20 11:11:41 +00:00
Nicolas Thill
e54ed7065d move ntfs-3g to /packages, no need to be in /trunk
SVN-Revision: 8871
2007-09-20 11:05:14 +00:00
Nicolas Thill
f5f47e1fbd cosmetic cleanup before more deep changes
SVN-Revision: 8870
2007-09-20 10:48:54 +00:00
Nicolas Thill
22c6c0b076 disable another module on UML
SVN-Revision: 8869
2007-09-20 10:46:23 +00:00
Nicolas Thill
b4d3ea5ec2 rename spca5xx to gspcav1 (match upstream name change)
SVN-Revision: 8868
2007-09-20 10:41:53 +00:00
Nicolas Thill
642abec3bc rename uvcvideo to linux-uvc (match source name)
SVN-Revision: 8867
2007-09-20 10:40:17 +00:00
Nicolas Thill
cb41569988 oops, forgot a file in [8865]
SVN-Revision: 8866
2007-09-20 10:29:14 +00:00
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
2007-09-20 10:27:38 +00:00
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
2007-09-20 10:19:24 +00:00
Felix Fietkau
bbde4161d5 remove two ip6t modules on linux 2.4, because they're causing conflicts with ipv4 stuff
SVN-Revision: 8863
2007-09-20 10:10:01 +00:00
Nicolas Thill
926e05ef37 build IPsec transports as modules, rename kmod-ipip to kmod-iptunnel4 and add kmod-iptunnel6.
SVN-Revision: 8862
2007-09-20 10:03:41 +00:00
Felix Fietkau
1f000c666c add qos-scripts patch from #2385
SVN-Revision: 8860
2007-09-20 09:19:48 +00:00
Felix Fietkau
1e319bd6b6 fix kmod-sched kconfig value (#2380)
SVN-Revision: 8858
2007-09-20 09:05:08 +00:00
Nicolas Thill
ff924a74c7 disable more modules not supported on UML
SVN-Revision: 8857
2007-09-20 07:46:00 +00:00
Nicolas Thill
092021f69b video modules changes: change dependency on kmod-video-core from select to depends, cleanup
SVN-Revision: 8856
2007-09-20 07:31:06 +00:00
Nicolas Thill
7ba4e5c3c0 prevent madwifi from building on UML
SVN-Revision: 8855
2007-09-20 07:11:52 +00:00
Eugene Konev
1af0f14c44 use set_irq_chip_and_handler (#2408)
SVN-Revision: 8852
2007-09-20 02:22:03 +00:00
Matteo Croce
5fac6f67f1 style cleanups (make checkpatch.pl happy)
SVN-Revision: 8851
2007-09-19 23:27:34 +00:00
Felix Fietkau
236d7e62ca clean up jffs2 config options
SVN-Revision: 8848
2007-09-19 20:58:16 +00:00
Felix Fietkau
15bc93fc03 fix kconfig.pl split for config symbols that have "0" as value
SVN-Revision: 8847
2007-09-19 20:55:05 +00:00
Felix Fietkau
abbe02e2fb enable jffs2 summary for faster mount time
SVN-Revision: 8846
2007-09-19 20:43:31 +00:00
John Crispin
f3b9e06a14 made HOME=/root global instead of x86 specific
SVN-Revision: 8845
2007-09-19 19:58:07 +00:00
John Crispin
0a08fde2dc root users folder is now in the fs and no longer /tmp
SVN-Revision: 8844
2007-09-19 19:51:11 +00:00
Felix Fietkau
ce63393e36 sync awk implementation of config_get_bool with the shell variant
SVN-Revision: 8841
2007-09-19 15:36:30 +00:00
Felix Fietkau
6b882b579f support true and false in config_get_bool
SVN-Revision: 8840
2007-09-19 14:43:29 +00:00
Eugene Konev
c4cd598161 cleanup (use dma API, use accessors, debugging/printk cleanup)
SVN-Revision: 8839
2007-09-19 12:58:12 +00:00
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
2007-09-19 11:56:26 +00:00
Eugene Konev
79c783309b We have generic irqs now.
SVN-Revision: 8835
2007-09-19 00:52:40 +00:00
Rod Whitby
ee80b9c8f3 Added support for generating the cdc-ether kernel module (used to communicate with OpenMoko phone over usb networking).
SVN-Revision: 8833
2007-09-18 13:55:03 +00:00
Nicolas Thill
022d0c92bd merge 3G usb serial card patches and move it at 802
SVN-Revision: 8827
2007-09-17 15:22:12 +00:00
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
2007-09-17 14:48:01 +00:00
Matteo Croce
aa1144ff37 detect ar7 at runtime in set_except_vector and remove useless volatile
SVN-Revision: 8824
2007-09-17 12:45:38 +00:00
Nicolas Thill
0d56d48d9a disable package that can't build on atheros target (no pci/usb)
SVN-Revision: 8823
2007-09-17 02:04:38 +00:00
Nicolas Thill
f6197eabda fix typo again (do i need some sleep?)
SVN-Revision: 8822
2007-09-17 01:51:57 +00:00
Nicolas Thill
b396d629f2 fix wrong submenu for kmod-leds-wrap
SVN-Revision: 8821
2007-09-17 01:48:35 +00:00
Nicolas Thill
7179f0ea98 only build in-kernel bcm43xx on broadcom targets
SVN-Revision: 8820
2007-09-17 01:36:18 +00:00
Nicolas Thill
440f5b1df4 move CAPI/ISDN module from other.mk to network.mk
SVN-Revision: 8819
2007-09-17 01:34:31 +00:00
Matteo Croce
16d7058fac disable powersave, vlynq can't handle this
SVN-Revision: 8818
2007-09-17 00:08:24 +00:00
Matteo Croce
f25342dd7f acx: Fix Makefile
SVN-Revision: 8817
2007-09-16 22:49:04 +00:00
Nicolas Thill
dcf795770c oops, fix typo
SVN-Revision: 8816
2007-09-16 22:41:24 +00:00
John Crispin
630713ece0 changed the timeout for grub to load the menu from 10 secs to 2 secs
SVN-Revision: 8815
2007-09-16 21:03:04 +00:00