Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | kernel: add a configuration option for enabling printk timestamps (#10503) | Felix Fietkau | 2011-11-29 | 1 | -0/+4 | |
| | | | | SVN-Revision: 29353 | |||||
* | build: add a lib64 symlink in staging_dir/host and staging_dir/toolchain* ↵ | Felix Fietkau | 2011-11-28 | 2 | -0/+2 | |
| | | | | | | for systems that prefer this as library path (e.g. current SuSE), fixes mpfr and gcc build SVN-Revision: 29352 | |||||
* | omap24xx: bump to 3.1.3 | John Crispin | 2011-11-28 | 1 | -1/+1 | |
| | | | | SVN-Revision: 29349 | |||||
* | lantiq: bump to 3.1.3 | John Crispin | 2011-11-28 | 1 | -1/+1 | |
| | | | | SVN-Revision: 29348 | |||||
* | ath9k: fix a regression in touching power mode related registers | Felix Fietkau | 2011-11-27 | 1 | -0/+12 | |
| | | | | SVN-Revision: 29341 | |||||
* | dropbear: fix build breakage | Felix Fietkau | 2011-11-27 | 1 | -0/+9 | |
| | | | | SVN-Revision: 29340 | |||||
* | ath9k: enable ANI on ar913x, should noticeably improve stability in noisy ↵ | Felix Fietkau | 2011-11-27 | 1 | -0/+11 | |
| | | | | | | environments SVN-Revision: 29338 | |||||
* | targets: fix CONFIG_USB_STORAGE_* inconsistency | Nicolas Thill | 2011-11-25 | 16 | -116/+84 | |
| | | | | | | | | | | * all options were switched from bool to tristate in 2.6.30 * add/change/move them to generic, disabled by default * remove extinct CONFIG_USB_STORAGE_DPCM dropped in 2.6.29, merged with CONFIG_USB_STORAGE_SDDR09 * remove extinct CONFIG_USB_STORAGE_SIERRA option in 2.6 * cleanup ordering SVN-Revision: 29337 | |||||
* | package/dropbear: update to 2011.54 | Nicolas Thill | 2011-11-25 | 5 | -54/+14 | |
| | | | | SVN-Revision: 29330 | |||||
* | package/dnsmasq: update to 2.59 (thanks to Raphael Huck) | Nicolas Thill | 2011-11-25 | 2 | -15/+12 | |
| | | | | SVN-Revision: 29329 | |||||
* | ar71xx: modify phy mask of the WP543 board | Gabor Juhos | 2011-11-24 | 1 | -2/+2 | |
| | | | | | | This fixes ethernet on newer boards. Based on a patch from #9702. SVN-Revision: 29328 | |||||
* | firmware-utils/mktplinfw: use htonl/ntohl | Gabor Juhos | 2011-11-24 | 1 | -44/+39 | |
| | | | | | | Based on a patch by Adrian Chadd <adrian@freebsd.org> SVN-Revision: 29327 | |||||
* | ar71xx: fix wndr3800 machine name | Gabor Juhos | 2011-11-24 | 5 | -2/+9 | |
| | | | | | | | | This fixes the machine name in /proc/cpuinfo and luci status page machine name. Signed-off-by: Petri Rosenström <petri.rosenstrom@gmail.com> SVN-Revision: 29326 | |||||
* | ar71xx: copy atheros initramfs images to the image directory | Gabor Juhos | 2011-11-24 | 1 | -0/+2 | |
| | | | | SVN-Revision: 29325 | |||||
* | ar71xx: specify mtd layout in command line for the DB120 board | Gabor Juhos | 2011-11-24 | 1 | -1/+2 | |
| | | | | SVN-Revision: 29324 | |||||
* | package/busybox: wget: URL-decode user:password before base64-encoding it ↵ | Nicolas Thill | 2011-11-23 | 7 | -9/+246 | |
| | | | | | | into auth hdr (upstream fix) SVN-Revision: 29299 | |||||
* | mac80211: fix aggregation related kernel warnings when using wds | Felix Fietkau | 2011-11-23 | 1 | -0/+95 | |
| | | | | SVN-Revision: 29296 | |||||
* | ath9k: fix setting channel bandwidth before bringing up interfaces | Felix Fietkau | 2011-11-23 | 1 | -1/+1 | |
| | | | | SVN-Revision: 29295 | |||||
* | lantiq: drop 009-MIPS-make-oprofile-use-cp0_perfcount_irq-if-it-is-se.patch | John Crispin | 2011-11-23 | 1 | -51/+0 | |
| | | | | | | This patch is/was a duplicate of generic/patches-3.1/307-mips_oprofile_fix.patch SVN-Revision: 29294 | |||||
* | tools: use host build_dir instead of target build_dir | Nicolas Thill | 2011-11-23 | 3 | -3/+3 | |
| | | | | SVN-Revision: 29293 | |||||
* | lantiq: * fixes ath5k eeprom handling * fixes sx76x * adds sx76x to userland ↵ | John Crispin | 2011-11-22 | 9 | -65/+404 | |
| | | | | | | | | api * minor style cleanups Signed-of-by: Andrej Vlašić <andrej.vlasic0@gmail.com> SVN-Revision: 29292 | |||||
* | package/mac80211: fix atomic64 issues on x86 / uml | Nicolas Thill | 2011-11-21 | 1 | -1/+1 | |
| | | | | SVN-Revision: 29289 | |||||
* | don't package gpioctl by default | Florian Fainelli | 2011-11-21 | 1 | -1/+1 | |
| | | | | SVN-Revision: 29288 | |||||
* | target/uml: export atomic64_* functions on 32-bit x86 | Nicolas Thill | 2011-11-21 | 1 | -0/+13 | |
| | | | | SVN-Revision: 29287 | |||||
* | mac80211: revert unrelated change in previous commit | Jo-Philipp Wich | 2011-11-21 | 1 | -2/+0 | |
| | | | | SVN-Revision: 29285 | |||||
* | mac80211: fix reversed WARN_ON() condition which causes a stray stacktrace ↵ | Jo-Philipp Wich | 2011-11-21 | 2 | -0/+13 | |
| | | | | | | on boot SVN-Revision: 29284 | |||||
* | ar71xx: set GE0 phy_mask for AR933x | Gabor Juhos | 2011-11-20 | 1 | -0/+2 | |
| | | | | SVN-Revision: 29274 | |||||
* | ath9k: merge a pending aggregation fix | Felix Fietkau | 2011-11-20 | 3 | -13/+42 | |
| | | | | SVN-Revision: 29273 | |||||
* | mac80211: refresh p54spi patches | Felix Fietkau | 2011-11-20 | 3 | -12/+6 | |
| | | | | SVN-Revision: 29272 | |||||
* | mac80211: fix a workqueue compat backport | Felix Fietkau | 2011-11-20 | 1 | -0/+18 | |
| | | | | SVN-Revision: 29271 | |||||
* | fix D-Link DSL-2650U image generation | Jo-Philipp Wich | 2011-11-19 | 1 | -1/+1 | |
| | | | | SVN-Revision: 29266 | |||||
* | linux: update 3.0 to 3.0.9 | Jonas Gorski | 2011-11-19 | 22 | -55/+42 | |
| | | | | SVN-Revision: 29264 | |||||
* | scripts/env: improve the wording of the question when starting repository ↵ | Felix Fietkau | 2011-11-19 | 1 | -1/+1 | |
| | | | | | | (patch by Rolf Leggewie) SVN-Revision: 29262 | |||||
* | scripts/env: make mv and cp operations more robust (treat dotfiles ↵ | Felix Fietkau | 2011-11-19 | 1 | -0/+4 | |
| | | | | | | appropriately) (based on patch by Rolf Leggewie) SVN-Revision: 29261 | |||||
* | scripts/env: fix indentation (patch by Rolf Leggewie) | Felix Fietkau | 2011-11-19 | 1 | -1/+1 | |
| | | | | SVN-Revision: 29260 | |||||
* | Revert "package/mac80211: fix atomic64 compat" | Felix Fietkau | 2011-11-19 | 1 | -1/+1 | |
| | | | | SVN-Revision: 29258 | |||||
* | ath9k: allow run-time change of the chanbw debugfs file | Felix Fietkau | 2011-11-19 | 3 | -6/+74 | |
| | | | | SVN-Revision: 29257 | |||||
* | base-files: kill remaining processes after running user hooks (#10461) | Jo-Philipp Wich | 2011-11-19 | 2 | -3/+3 | |
| | | | | SVN-Revision: 29256 | |||||
* | mac80211: update to wireless-testing 2011-11-15 | Felix Fietkau | 2011-11-18 | 31 | -708/+544 | |
| | | | | SVN-Revision: 29240 | |||||
* | build images for D-Link DSL-2650U (#9003) | Florian Fainelli | 2011-11-18 | 1 | -0/+2 | |
| | | | | SVN-Revision: 29238 | |||||
* | omap24xx: Fix cbus nested IRQ acking | Michael Büsch | 2011-11-17 | 3 | -48/+114 | |
| | | | | SVN-Revision: 29237 | |||||
* | omap24xx: Fix initialization of software IRQ mask | Michael Büsch | 2011-11-17 | 1 | -0/+28 | |
| | | | | SVN-Revision: 29236 | |||||
* | omap24xx: Update 3.1 config | Michael Büsch | 2011-11-17 | 1 | -7/+10 | |
| | | | | SVN-Revision: 29234 | |||||
* | omap24xx: Some retu/tahvo IRQ fixes | Michael Büsch | 2011-11-17 | 2 | -0/+80 | |
| | | | | SVN-Revision: 29233 | |||||
* | omap24xx: Add basic kexec fixes. | Michael Büsch | 2011-11-17 | 1 | -0/+2415 | |
| | | | | SVN-Revision: 29232 | |||||
* | package/mac80211: fix atomic64 compat | Nicolas Thill | 2011-11-17 | 1 | -1/+1 | |
| | | | | SVN-Revision: 29209 | |||||
* | base-files: another empty password check fix (#10440) | Jo-Philipp Wich | 2011-11-17 | 2 | -2/+2 | |
| | | | | SVN-Revision: 29208 | |||||
* | base-files: now that we have date -k, adjust the kernel timezone after ↵ | Jo-Philipp Wich | 2011-11-17 | 2 | -2/+5 | |
| | | | | | | setting up TZ and localtime SVN-Revision: 29204 | |||||
* | busybox: add a "date -k" to set the kernel timezone from the current ↵ | Jo-Philipp Wich | 2011-11-17 | 2 | -1/+84 | |
| | | | | | | localtime utc offset SVN-Revision: 29203 | |||||
* | p54spi: workqueue deadlock fix | Michael Büsch | 2011-11-16 | 1 | -0/+22 | |
| | | | | SVN-Revision: 29202 |