Nicolas Thill
bbbdc421c7
package/kexec-tools: move configuration in submenu, rename 'kexec-config.in' in 'Config.in' for coherency
...
SVN-Revision: 20916
2010-04-16 11:03:50 +00:00
Nicolas Thill
8f683d6fe1
package/openssl: move configuration in submenu
...
SVN-Revision: 20915
2010-04-16 10:50:45 +00:00
Nicolas Thill
98cc7650b5
package/ar7-atm: move configuration in submenu
...
SVN-Revision: 20914
2010-04-16 10:48:09 +00:00
Nicolas Thill
5a1b5c9fe9
package/kernel: add dependencies on kmod-crc16 and kmod-rfkill to kmod-bluetooth ( closes : #7063 )
...
SVN-Revision: 20913
2010-04-16 10:44:11 +00:00
Nicolas Thill
5611e4d94d
package/busybox: rename 'target-config.in' to 'Config.in' for coherency, move submenu to it and source main busybox Config.in from there
...
SVN-Revision: 20912
2010-04-16 10:42:10 +00:00
Nicolas Thill
01ff61d127
package/madwifi: move configuration in submenu
...
SVN-Revision: 20911
2010-04-16 10:34:21 +00:00
Nicolas Thill
782beb1cc4
package/mac80211: move all configuration items in submenus, merge Config.in* into the main Makefile
...
SVN-Revision: 20910
2010-04-16 10:31:12 +00:00
Nicolas Thill
5e7cd9d05b
package/libpcap: move configuration to submenu
...
SVN-Revision: 20909
2010-04-16 10:03:53 +00:00
Nicolas Thill
76feb97404
package/udev: move configuration in submenu, rename udev-config.in to Config.in for consistency
...
SVN-Revision: 20908
2010-04-16 10:03:09 +00:00
Nicolas Thill
0d27dafcbd
package/mmc_over_gpio: more configuration in submenu
...
SVN-Revision: 20907
2010-04-16 09:56:19 +00:00
Nicolas Thill
a1bd421899
package/compcache: move configuration in submenu
...
SVN-Revision: 20906
2010-04-16 09:54:27 +00:00
Nicolas Thill
8b5bc8a9b3
package/kernel: remove references to old TARGET_olpc now that it has been merged with TARGET_x86
...
SVN-Revision: 20905
2010-04-16 09:15:02 +00:00
Nicolas Thill
6b9e04991d
package/busybox: add 3 upstream fixes, bump release number
...
SVN-Revision: 20904
2010-04-16 08:48:19 +00:00
Nicolas Thill
f1eb6dd095
package/kernel: add dependency on kmod-input-core to kmod-sound-core ( closes : #7140 )
...
SVN-Revision: 20901
2010-04-16 03:52:49 +00:00
Nicolas Thill
83e4e40e22
package/kernel: add missing modules autoloading for kmod-ipsec, kmod-ipsec4 & kmod-ipsec6 (partially closes : #7164 )
...
SVN-Revision: 20893
2010-04-16 00:08:52 +00:00
Felix Fietkau
28718f2d5f
ath9k: fix crash issues caused by the ar9300 support patch
...
SVN-Revision: 20887
2010-04-15 20:37:20 +00:00
Jo-Philipp Wich
14428874ae
uhttpd: fix bug in path canonization introduced by r20883
...
SVN-Revision: 20885
2010-04-15 20:08:56 +00:00
Jo-Philipp Wich
20ef055c2f
uhttpd: - make network timeout configurable, increase default to 30 seconds ( #7067 ) - follow symlinks in docroot and add option to disable that - fix mimetype detection for files with combined extensions (.tar.gz, ...)
...
SVN-Revision: 20883
2010-04-15 19:46:35 +00:00
Nicolas Thill
e5e0966186
package/base-files: fix typo in r20874 (thanks to rhk for spotting it)
...
SVN-Revision: 20878
2010-04-15 08:22:39 +00:00
Nicolas Thill
ed4a1186c6
package/block-mount: mark /etc/config/fstab as conffiles ( closes : #7130 )
...
SVN-Revision: 20875
2010-04-15 07:24:00 +00:00
Nicolas Thill
15542fcdd8
package/base-files: use a single $(CP) instead of two to copy shared library files
...
SVN-Revision: 20874
2010-04-15 06:01:45 +00:00
Nicolas Thill
138a5b8b4f
package/broadcom-diag: fix USB led polarity on Asus WL-HDD ( closes : #7055 )
...
SVN-Revision: 20869
2010-04-15 03:20:28 +00:00
Nicolas Thill
d009c8ed97
package/iptables: update to 1.4.7
...
SVN-Revision: 20862
2010-04-14 23:27:36 +00:00
Nicolas Thill
8543722ed5
package/ipset: update to 4.2
...
SVN-Revision: 20861
2010-04-14 23:26:48 +00:00
Felix Fietkau
4c7f399cd6
openssl: fix timestamp patch - previous version patched the wrong file
...
SVN-Revision: 20859
2010-04-14 22:56:05 +00:00
Felix Fietkau
1b02bf3cfa
openssl: remove the makefile timestamp check, it breaks on some host systems
...
SVN-Revision: 20858
2010-04-14 22:52:49 +00:00
Felix Fietkau
da1f79f93c
ath9k: fix a crash in ath9k_hw_reset on older hw
...
SVN-Revision: 20852
2010-04-14 02:35:56 +00:00
Felix Fietkau
396a3c5385
mac80211: update to wireless-testing 2010-04-13, add some more fixes for the ar9300 patch set, fixes #7135
...
SVN-Revision: 20849
2010-04-14 00:09:26 +00:00
Nicolas Thill
5f5ed3f109
package/mac80211: add a patch to fix package/carl9170 build failure
...
SVN-Revision: 20848
2010-04-13 23:47:41 +00:00
Florian Fainelli
eafa2ec962
option to allow boot to run to completion before starting shell
...
Setting the system variable "foreground" to yes causes the system to run
the init scripts in series and wait for completion.
This is useful if (a) you don't want the user getting into the console
until the system is initialized, or (b) you have things going on in your
scripts that require strict ordering (and no possible race conditions).
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 20841
2010-04-13 19:57:25 +00:00
Felix Fietkau
c82bcb2a29
fix jffs2 and mini_fo mount in failsafe (patch from #7134 )
...
SVN-Revision: 20838
2010-04-13 14:24:58 +00:00
Felix Fietkau
0ff59f87b0
ath9k: more fixes/cleanups for ar9280 and ar9300
...
SVN-Revision: 20835
2010-04-13 01:03:49 +00:00
Felix Fietkau
040c064388
ath9k: fix a crash bug and a dma sync issue
...
SVN-Revision: 20833
2010-04-12 22:30:47 +00:00
Lars-Peter Clausen
393541dce8
Add uboot for xburst package
...
SVN-Revision: 20832
2010-04-12 18:17:26 +00:00
Florian Fainelli
9ef27ce538
fix swconfig build failure on brcm63xx
...
SVN-Revision: 20829
2010-04-12 14:01:55 +00:00
Florian Fainelli
b54bf53833
fix linux-atm build failure on brcm63xx (and probably other targets) ( #7145 )
...
SVN-Revision: 20826
2010-04-12 12:59:09 +00:00
Florian Fainelli
2de2c9ead2
add kmod-ata-pdc202xx-old ( #6950 )
...
SVN-Revision: 20808
2010-04-11 18:39:03 +00:00
Florian Fainelli
7258f9e4ba
fix kmod-crc16 loading ( #6949 )
...
SVN-Revision: 20807
2010-04-11 18:38:56 +00:00
Florian Fainelli
15e8d2e0b7
add net5501 support
...
This patch brings up the net5501 platform.
Note that the x86/ target included support for all x86/ class
processors. That's not technically correct. This should be constrained
only to the "generic" subtarget. Every x86-class target that isn't
generic should be able to select only the optimizations/capabilities
applicable to that architectural variant.
It's also assumed that all x86 processors have keyboard & mouse ports,
ISA, DMI, ACPI... the embedded ones typically don't. Again, moving
that to the generic subtarget.
Fortunately, this was a fairly benign tweak.
The net5501 board includes the following logic:
Geode/LX processor
CS5535 super-I/O chip
PC87360 sensor chip
Via Rhine Ethernet controllers
Via Sata controllers
USB, LEDS, I2C
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 20794
2010-04-11 12:36:55 +00:00
Jo-Philipp Wich
be4d9660e8
block-extroot: r20784 reverted r20735, add it back ( #7104 )
...
SVN-Revision: 20788
2010-04-10 19:54:00 +00:00
Florian Fainelli
135c4b8d05
add debugging entry to hotplug config
...
This is useful for seeing what devices are detected by the system.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 20785
2010-04-10 18:35:14 +00:00
Florian Fainelli
54e62a3f38
block-extroot depends on kmod-ata-core
...
The package block-extroot depends on some builtin package like
kmod-ide-core or kmod-usb-storage. But kmod-ata-core was forgotten; this
patch fixes it.
Signed-off-by: Benjamin Cama <benoar@free.fr>
SVN-Revision: 20784
2010-04-10 18:35:08 +00:00
Felix Fietkau
f98e55faf0
mac80211: update to wireless-testing 2010-04-09, add work-in-progress ar9300 patches
...
SVN-Revision: 20777
2010-04-10 16:50:15 +00:00
Jo-Philipp Wich
6134e99bee
broadcom-wl: fix 11bg hwmode, add lrs mode
...
SVN-Revision: 20768
2010-04-09 20:47:28 +00:00
Ralph Hempel
f7b6aa6a44
update to version 2010.3 httpd-failsafe: removed warnings, cleanup html pages httpd-failsafe: kicking in if boot command fails httpd-failsafe: support of ctrl-c httpd-failsafe: fixed ether addr
...
thanks to Stas
SVN-Revision: 20756
2010-04-09 10:44:47 +00:00
Ralph Hempel
c81d122238
fix firmware handling
...
SVN-Revision: 20755
2010-04-09 10:25:08 +00:00
Jo-Philipp Wich
d240d8edad
broadcom-wl: implement "hwmode" uci option, supports 11b (B only), 11g (G only), 11gst (G performance) and 11bg (default)
...
SVN-Revision: 20740
2010-04-07 21:33:05 +00:00
Alexandros C. Couloumbis
843ac4a11a
package/grub: play it safe, cross compile everywhere
...
SVN-Revision: 20739
2010-04-07 21:23:09 +00:00
Markus Wigge
44c1a9e5e5
added WRT54G3GV2-VF detection to broadcom-diag
...
+ diag now recognizes the router
+ basic LEDs work
- 3G LED for blink does not work as for the old version
so I removed it. Maybe some GPIO probing might help.
SVN-Revision: 20737
2010-04-07 07:45:54 +00:00
Jo-Philipp Wich
6b4eb9901a
block-extroot: unblock package if kmod-broadcom-sdhc has been selected
...
SVN-Revision: 20735
2010-04-06 22:57:17 +00:00