Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | init: don't start hotplug2 if it doesn't exist | Felix Fietkau | 2007-11-28 | 1 | -1/+2 |
| | | | | | | | | | | | | The current init script always tries to start hotplug 2, even if it's not present, so we get an error on boot. This change checks for the presence of the hotplug2 binary before trying to start it. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9606 | ||||
* | ps3: use readable video mode descriptions in readme | Felix Fietkau | 2007-11-28 | 2 | -5/+8 |
| | | | | | | | | | The ps3 video modes can be specified as readable names (eg "720p"), so use those instead. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9605 | ||||
* | ps3: build-in ps3 system manager | Felix Fietkau | 2007-11-28 | 1 | -3/+3 |
| | | | | | | | | | This changes the ps3 kernel config to build-in the System Manager module, which is required for proper shutdown and reboot. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9604 | ||||
* | update to latest madwifi snapshot - fixes some noderef bugs | Felix Fietkau | 2007-11-27 | 9 | -371/+298 |
| | | | | SVN-Revision: 9602 | ||||
* | fix remaining netif_rx calls in napi polling patch | Felix Fietkau | 2007-11-27 | 1 | -6/+28 |
| | | | | SVN-Revision: 9601 | ||||
* | add Edimax BR-61x4WG board support to the LED driver, thanks to scream_ ↵ | Gabor Juhos | 2007-11-26 | 1 | -0/+16 |
| | | | | | | (closes: #2756) SVN-Revision: 9600 | ||||
* | more USB driver fixes, now it passes usbtests 1-14 | Gabor Juhos | 2007-11-26 | 2 | -9/+30 |
| | | | | SVN-Revision: 9599 | ||||
* | work around kernel config issues with sound modules | Felix Fietkau | 2007-11-25 | 2 | -9/+18 |
| | | | | SVN-Revision: 9598 | ||||
* | add missing dependency | Felix Fietkau | 2007-11-25 | 1 | -0/+1 |
| | | | | SVN-Revision: 9597 | ||||
* | fix USB driver to compile with ADMH_VERBOSE_DEBUG defined | Gabor Juhos | 2007-11-23 | 3 | -36/+34 |
| | | | | SVN-Revision: 9593 | ||||
* | USB driver updates, the driver passes usbtests 1-10 now | Gabor Juhos | 2007-11-23 | 6 | -452/+948 |
| | | | | SVN-Revision: 9592 | ||||
* | disable INITRAMFS_EXTRA_FILES, in initramfs it cause errors | Gabor Juhos | 2007-11-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 9591 | ||||
* | fix build issues that happen when the staging dir is cleared and the build ↵ | Felix Fietkau | 2007-11-20 | 1 | -1/+5 |
| | | | | | | directories stay SVN-Revision: 9588 | ||||
* | fix a few stampfile locations | Felix Fietkau | 2007-11-20 | 2 | -3/+3 |
| | | | | SVN-Revision: 9587 | ||||
* | add external kernel tree support | Eugene Konev | 2007-11-20 | 2 | -0/+15 |
| | | | | SVN-Revision: 9584 | ||||
* | update stripped subset of l7 patterns to 11-03-2007 patterns | Tim Yardley | 2007-11-19 | 17 | -128/+151 |
| | | | | SVN-Revision: 9582 | ||||
* | fix libnl include issues which broke a few packages | Felix Fietkau | 2007-11-19 | 2 | -2/+3 |
| | | | | SVN-Revision: 9581 | ||||
* | remove madwifi tx locking patch - i don't trust it | Felix Fietkau | 2007-11-18 | 1 | -77/+0 |
| | | | | SVN-Revision: 9580 | ||||
* | fix path to .config (#2722) | Felix Fietkau | 2007-11-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 9579 | ||||
* | prevent mac80211 from accidentally starting to build on older kernel ↵ | Felix Fietkau | 2007-11-17 | 1 | -6/+8 |
| | | | | | | versions because of dependencies (#2718) SVN-Revision: 9578 | ||||
* | comment out dependencies that are not supposed to be used yet (#2723) | Felix Fietkau | 2007-11-17 | 1 | -2/+3 |
| | | | | SVN-Revision: 9577 | ||||
* | clean up stale stampfiles | Felix Fietkau | 2007-11-17 | 1 | -0/+1 |
| | | | | SVN-Revision: 9576 | ||||
* | fix hostapd rebuild check, isolate the common src/ directory for hostapd ↵ | Felix Fietkau | 2007-11-17 | 2 | -14/+16 |
| | | | | | | variants as well to fix compile errors when both variants are selected (#2722) SVN-Revision: 9575 | ||||
* | fix hostapd build with openssl | Felix Fietkau | 2007-11-16 | 1 | -2/+3 |
| | | | | SVN-Revision: 9574 | ||||
* | kernel: add a kernel module for the usbtest driver | Gabor Juhos | 2007-11-16 | 1 | -0/+14 |
| | | | | SVN-Revision: 9572 | ||||
* | Fix build on non-SMP machines of the remote GDB debugging (#2666) | Florian Fainelli | 2007-11-16 | 1 | -0/+20 |
| | | | | SVN-Revision: 9571 | ||||
* | Fix tx stats (#2705) | Florian Fainelli | 2007-11-16 | 1 | -0/+1 |
| | | | | SVN-Revision: 9570 | ||||
* | Allow specifying static IPv6 gateways (#2710) | Florian Fainelli | 2007-11-16 | 2 | -0/+3 |
| | | | | SVN-Revision: 9569 | ||||
* | hostapd: turn libnl into a build dependency | Felix Fietkau | 2007-11-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 9568 | ||||
* | prefer http downloads over svn/git checkouts, remove git dependency | Felix Fietkau | 2007-11-16 | 2 | -11/+1 |
| | | | | SVN-Revision: 9567 | ||||
* | better scope handling for the configured stamp | Felix Fietkau | 2007-11-16 | 1 | -2/+5 |
| | | | | SVN-Revision: 9566 | ||||
* | fix config change detect for hostapd | Felix Fietkau | 2007-11-16 | 2 | -2/+5 |
| | | | | SVN-Revision: 9565 | ||||
* | update hostapd patches to the latest from ↵ | Felix Fietkau | 2007-11-16 | 7 | -57/+75 |
| | | | | | | http://johannes.sipsolutions.net/patches/hostap/all/2007-11-14-16:31/ SVN-Revision: 9564 | ||||
* | improve build checks for hostapd (combinations of madwifi and mac80211) | Felix Fietkau | 2007-11-16 | 1 | -3/+4 |
| | | | | SVN-Revision: 9563 | ||||
* | use the static version of libnl for hostapd | Felix Fietkau | 2007-11-16 | 1 | -1/+1 |
| | | | | SVN-Revision: 9562 | ||||
* | make libnl build a static version as well | Felix Fietkau | 2007-11-16 | 1 | -0/+46 |
| | | | | SVN-Revision: 9561 | ||||
* | fix wl-700gE ide init (patch by biblbroks, fixes #2686) | Felix Fietkau | 2007-11-16 | 1 | -0/+32 |
| | | | | SVN-Revision: 9560 | ||||
* | add lzma compressed initramfs for bcm947xx | Felix Fietkau | 2007-11-16 | 1 | -0/+121 |
| | | | | SVN-Revision: 9559 | ||||
* | add missing config symbols for ide on broadcom 4780 | Felix Fietkau | 2007-11-16 | 1 | -0/+2 |
| | | | | SVN-Revision: 9558 | ||||
* | fix initramfs images | Felix Fietkau | 2007-11-16 | 1 | -1/+9 |
| | | | | SVN-Revision: 9557 | ||||
* | create broadcom initramfs images and move the lzma decompressor area a bit ↵ | Felix Fietkau | 2007-11-16 | 2 | -1/+5 |
| | | | | | | further SVN-Revision: 9556 | ||||
* | fix adm switch misdetection, which led to bogus button events that caused ↵ | Felix Fietkau | 2007-11-16 | 2 | -7/+7 |
| | | | | | | the system to shut down SVN-Revision: 9555 | ||||
* | fix up hostapd for mac80211 | Felix Fietkau | 2007-11-16 | 85 | -171/+5802 |
| | | | | SVN-Revision: 9554 | ||||
* | add git checkout support | Felix Fietkau | 2007-11-16 | 2 | -2/+30 |
| | | | | SVN-Revision: 9553 | ||||
* | add libnl | Felix Fietkau | 2007-11-16 | 1 | -0/+51 |
| | | | | SVN-Revision: 9552 | ||||
* | fix copy&paste mistake | Felix Fietkau | 2007-11-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 9551 | ||||
* | more USB driver changes | Gabor Juhos | 2007-11-15 | 5 | -215/+142 |
| | | | | SVN-Revision: 9550 | ||||
* | fix the image builder | Felix Fietkau | 2007-11-14 | 4 | -89/+85 |
| | | | | SVN-Revision: 9549 | ||||
* | Add detection support for Buffalo WHR-G125 from #2611 | Florian Fainelli | 2007-11-13 | 1 | -0/+18 |
| | | | | SVN-Revision: 9548 | ||||
* | Add bcm5354 fixes from #2611 | Florian Fainelli | 2007-11-13 | 2 | -0/+78 |
| | | | | SVN-Revision: 9547 |