Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | option to allow boot to run to completion before starting shell | Florian Fainelli | 2010-04-13 | 1 | -1/+6 |
| | | | | | | | | | | | | | 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 | ||||
* | fix jffs2 and mini_fo mount in failsafe (patch from #7134) | Felix Fietkau | 2010-04-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 20838 | ||||
* | ath9k: more fixes/cleanups for ar9280 and ar9300 | Felix Fietkau | 2010-04-13 | 10 | -427/+345 |
| | | | | SVN-Revision: 20835 | ||||
* | ath9k: fix a crash bug and a dma sync issue | Felix Fietkau | 2010-04-12 | 2 | -4/+8 |
| | | | | SVN-Revision: 20833 | ||||
* | Add uboot for xburst package | Lars-Peter Clausen | 2010-04-12 | 49 | -0/+15865 |
| | | | | SVN-Revision: 20832 | ||||
* | fix swconfig build failure on brcm63xx | Florian Fainelli | 2010-04-12 | 1 | -0/+1 |
| | | | | SVN-Revision: 20829 | ||||
* | fix linux-atm build failure on brcm63xx (and probably other targets) (#7145) | Florian Fainelli | 2010-04-12 | 1 | -2/+2 |
| | | | | SVN-Revision: 20826 | ||||
* | add kmod-ata-pdc202xx-old (#6950) | Florian Fainelli | 2010-04-11 | 1 | -0/+19 |
| | | | | SVN-Revision: 20808 | ||||
* | fix kmod-crc16 loading (#6949) | Florian Fainelli | 2010-04-11 | 1 | -1/+1 |
| | | | | SVN-Revision: 20807 | ||||
* | add net5501 support | Florian Fainelli | 2010-04-11 | 1 | -1/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | block-extroot: r20784 reverted r20735, add it back (#7104) | Jo-Philipp Wich | 2010-04-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 20788 | ||||
* | add debugging entry to hotplug config | Florian Fainelli | 2010-04-10 | 1 | -0/+6 |
| | | | | | | | | This is useful for seeing what devices are detected by the system. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 20785 | ||||
* | block-extroot depends on kmod-ata-core | Florian Fainelli | 2010-04-10 | 1 | -1/+1 |
| | | | | | | | | | | 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 | ||||
* | mac80211: update to wireless-testing 2010-04-09, add work-in-progress ar9300 ↵ | Felix Fietkau | 2010-04-10 | 27 | -137/+38248 |
| | | | | | | patches SVN-Revision: 20777 | ||||
* | broadcom-wl: fix 11bg hwmode, add lrs mode | Jo-Philipp Wich | 2010-04-09 | 1 | -4/+6 |
| | | | | SVN-Revision: 20768 | ||||
* | update to version 2010.3 httpd-failsafe: removed warnings, cleanup html ↵ | Ralph Hempel | 2010-04-09 | 6 | -1158/+1686 |
| | | | | | | | | 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 | ||||
* | fix firmware handling | Ralph Hempel | 2010-04-09 | 1 | -0/+2 |
| | | | | SVN-Revision: 20755 | ||||
* | broadcom-wl: implement "hwmode" uci option, supports 11b (B only), 11g (G ↵ | Jo-Philipp Wich | 2010-04-07 | 2 | -0/+16 |
| | | | | | | only), 11gst (G performance) and 11bg (default) SVN-Revision: 20740 | ||||
* | package/grub: play it safe, cross compile everywhere | Alexandros C. Couloumbis | 2010-04-07 | 1 | -10/+0 |
| | | | | SVN-Revision: 20739 | ||||
* | added WRT54G3GV2-VF detection to broadcom-diag | Markus Wigge | 2010-04-07 | 1 | -0/+16 |
| | | | | | | | | | + 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 | ||||
* | block-extroot: unblock package if kmod-broadcom-sdhc has been selected | Jo-Philipp Wich | 2010-04-06 | 1 | -1/+1 |
| | | | | SVN-Revision: 20735 | ||||
* | package/block-mount: disable config options altering busybox configuration, ↵ | Nicolas Thill | 2010-04-06 | 1 | -24/+1 |
| | | | | | | fix dependencies SVN-Revision: 20727 | ||||
* | package/busybox: enable blkid, mkswap & swaponoff applets, enable ↵ | Nicolas Thill | 2010-04-06 | 2 | -16/+16 |
| | | | | | | uuid/volumeid support, bumb release number SVN-Revision: 20726 | ||||
* | switch: explicitely clear port mappings in unsused vlans (#7082) | Jo-Philipp Wich | 2010-04-05 | 2 | -1/+7 |
| | | | | SVN-Revision: 20717 | ||||
* | netfilter: fix extension list in package descriptions (closes: #7045) | Nicolas Thill | 2010-04-04 | 1 | -93/+44 |
| | | | | SVN-Revision: 20694 | ||||
* | cyassl: shouldn't depend on zlib when compiled with --without-zlib | Steven Barth | 2010-04-04 | 1 | -1/+0 |
| | | | | SVN-Revision: 20692 | ||||
* | opkg: add upstream patch fixing the order packages are configured (closes: ↵ | Nicolas Thill | 2010-04-03 | 2 | -1/+16 |
| | | | | | | #7057, #7058), bump release number SVN-Revision: 20686 | ||||
* | hotplug2: Refresh patches | Vasilis Tsiligiannis | 2010-04-03 | 4 | -39/+31 |
| | | | | SVN-Revision: 20685 | ||||
* | hotplug2: Fix event blocking when there are no available children (#6958, #7030) | Vasilis Tsiligiannis | 2010-04-03 | 1 | -0/+203 |
| | | | | SVN-Revision: 20684 | ||||
* | base-files: Use hotplug2 to download firmware | Vasilis Tsiligiannis | 2010-04-03 | 2 | -16/+5 |
| | | | | SVN-Revision: 20683 | ||||
* | hotplug2: Always fork rules flagged as slow | Vasilis Tsiligiannis | 2010-04-03 | 1 | -0/+21 |
| | | | | SVN-Revision: 20682 | ||||
* | hotplug2: Fix forking (#7033) | Vasilis Tsiligiannis | 2010-04-03 | 1 | -0/+59 |
| | | | | SVN-Revision: 20681 | ||||
* | hotplug2: Cancel firmware loading on file openning errors | Vasilis Tsiligiannis | 2010-04-03 | 1 | -0/+19 |
| | | | | SVN-Revision: 20680 | ||||
* | hotplug2: Fix sysfs path (#7031) | Vasilis Tsiligiannis | 2010-04-03 | 1 | -0/+15 |
| | | | | SVN-Revision: 20679 | ||||
* | hostapd: fixup madwifi turbo modes (#7060) | Jo-Philipp Wich | 2010-04-03 | 1 | -1/+2 |
| | | | | SVN-Revision: 20675 | ||||
* | mac80211: update rt2x00 mcu patch (thanks to Luis Correia) | Gabor Juhos | 2010-04-03 | 2 | -42/+12 |
| | | | | SVN-Revision: 20674 | ||||
* | base-files: also regenerate wifi config if existing config contains only ↵ | Jo-Philipp Wich | 2010-04-03 | 2 | -3/+6 |
| | | | | | | whitespace SVN-Revision: 20669 | ||||
* | uhttpd: - cope with options instead of lists in uci config - fix compilation ↵ | Jo-Philipp Wich | 2010-04-03 | 3 | -16/+13 |
| | | | | | | without tls (#7050) - bump to rev 7 SVN-Revision: 20668 | ||||
* | kernel: move support for generic IDE chipsets out of ide-core in their own ↵ | Nicolas Thill | 2010-04-03 | 1 | -23/+47 |
| | | | | | | packages, fix ixp4xx build issue (closes: #6939) SVN-Revision: 20664 | ||||
* | busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner) | Nicolas Thill | 2010-04-03 | 28 | -116/+302 |
| | | | | SVN-Revision: 20661 | ||||
* | busybox: add myself as maintainer | Nicolas Thill | 2010-04-02 | 1 | -1/+2 |
| | | | | SVN-Revision: 20657 | ||||
* | dnsmasq: allow multiple hostnames per domain section | Jo-Philipp Wich | 2010-04-02 | 2 | -5/+11 |
| | | | | SVN-Revision: 20656 | ||||
* | mac80211: remove MCU requests for SoC platforms in the rt2x00 driver | Gabor Juhos | 2010-04-01 | 2 | -1/+60 |
| | | | | | | | | The ralink SoC platforms do not have an MCU. Signed-off-by: Luis Correia <luis.f.correia@gmail.com> SVN-Revision: 20650 | ||||
* | base-files: Cancel firmware loading if file doesn't exist | Vasilis Tsiligiannis | 2010-04-01 | 1 | -1/+1 |
| | | | | SVN-Revision: 20649 | ||||
* | add a subtarget and drivers for the Intel Tolapai SoC | Imre Kaloz | 2010-04-01 | 23 | -0/+13255 |
| | | | | SVN-Revision: 20648 | ||||
* | load firmware to /lib/firmware | John Crispin | 2010-03-31 | 2 | -6/+13 |
| | | | | SVN-Revision: 20642 | ||||
* | adds proper md5sum to ifxos | John Crispin | 2010-03-31 | 1 | -1/+1 |
| | | | | SVN-Revision: 20640 | ||||
* | update os abstraction layer | John Crispin | 2010-03-31 | 2 | -24/+9 |
| | | | | SVN-Revision: 20639 | ||||
* | hostapd: fix build error caused by r20631 | Gabor Juhos | 2010-03-31 | 1 | -1/+10 |
| | | | | SVN-Revision: 20638 | ||||
* | adds voip support | John Crispin | 2010-03-31 | 15 | -1/+1303 |
| | | | | SVN-Revision: 20637 |