| Commit message (Expand) | Author | Age | Files | Lines |
* | hostapd: fixup madwifi turbo modes (#7060) | Jo-Philipp Wich | 2010-04-03 | 1 | -1/+2 |
* | mac80211: update rt2x00 mcu patch (thanks to Luis Correia) | Gabor Juhos | 2010-04-03 | 2 | -42/+12 |
* | ar71xx: fix broken LAN ports on the boards with AR8216 switch (closes #7024) | Gabor Juhos | 2010-04-03 | 3 | -8/+12 |
* | base-files: also regenerate wifi config if existing config contains only whit... | Jo-Philipp Wich | 2010-04-03 | 2 | -3/+6 |
* | uhttpd: - cope with options instead of lists in uci config - fix compilation ... | Jo-Philipp Wich | 2010-04-03 | 3 | -16/+13 |
* | kernel: move support for generic IDE chipsets out of ide-core in their own pa... | Nicolas Thill | 2010-04-03 | 1 | -23/+47 |
* | busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner) | Nicolas Thill | 2010-04-03 | 28 | -116/+302 |
* | busybox: add myself as maintainer | Nicolas Thill | 2010-04-02 | 1 | -1/+2 |
* | dnsmasq: allow multiple hostnames per domain section | Jo-Philipp Wich | 2010-04-02 | 2 | -5/+11 |
* | do not set CONFIG_NET_DEV_OPS (#7005) | Florian Fainelli | 2010-04-02 | 1 | -1/+0 |
* | flashmap and image generation: reduced union bcm_tag to a single struct combi... | Florian Fainelli | 2010-04-01 | 5 | -679/+266 |
* | brcm-2.4: fix commit r18413 "128MB ram problem" | Hauke Mehrtens | 2010-04-01 | 1 | -9/+16 |
* | mac80211: remove MCU requests for SoC platforms in the rt2x00 driver | Gabor Juhos | 2010-04-01 | 2 | -1/+60 |
* | base-files: Cancel firmware loading if file doesn't exist | Vasilis Tsiligiannis | 2010-04-01 | 1 | -1/+1 |
* | add a subtarget and drivers for the Intel Tolapai SoC | Imre Kaloz | 2010-04-01 | 27 | -1/+13278 |
* | load firmware to /lib/firmware | John Crispin | 2010-03-31 | 2 | -6/+13 |
* | improve extract code | John Crispin | 2010-03-31 | 1 | -3/+9 |
* | adds proper md5sum to ifxos | John Crispin | 2010-03-31 | 1 | -1/+1 |
* | update os abstraction layer | John Crispin | 2010-03-31 | 2 | -24/+9 |
* | hostapd: fix build error caused by r20631 | Gabor Juhos | 2010-03-31 | 1 | -1/+10 |
* | adds voip support | John Crispin | 2010-03-31 | 15 | -1/+1303 |
* | fix licensing issues of ifxmips dsl driver | John Crispin | 2010-03-31 | 3 | -2/+26 |
* | uboot only builds with gcc 3.4.6 | John Crispin | 2010-03-31 | 1 | -1/+1 |
* | ramips: add wpad-mini to the default packages | Gabor Juhos | 2010-03-31 | 1 | -1/+1 |
* | hostapd: enable CONFIG_IEEE80211N for the rt2800 driver as well | Gabor Juhos | 2010-03-31 | 1 | -1/+1 |
* | select LZMA compressed initramfs by default for ramips | Gabor Juhos | 2010-03-31 | 1 | -0/+1 |
* | mac80211: Enable rt2x00 debug if CONFIG_PACKAGE_RT2X00_DEBUG is selected | Gabor Juhos | 2010-03-31 | 1 | -0/+1 |
* | cleanup configuration handling | Ralph Hempel | 2010-03-31 | 2 | -42/+47 |
* | ramips: annotate device register function prototypes with __init | Gabor Juhos | 2010-03-31 | 1 | -2/+2 |
* | mac80211: fix a typo in rt2x00 config | Gabor Juhos | 2010-03-31 | 1 | -1/+1 |
* | ramips: register wifi device for the RT2880 based boards | Gabor Juhos | 2010-03-31 | 2 | -0/+3 |
* | ramips: add wifi device for the RT2880 as well | Gabor Juhos | 2010-03-31 | 2 | -0/+27 |
* | mac80211: add missing config file for the rt2x00 | Gabor Juhos | 2010-03-31 | 1 | -0/+15 |
* | lua: drop refcounting patch in preparation for 10.03, it has unresolved issue... | Jo-Philipp Wich | 2010-03-30 | 2 | -1129/+1 |
* | ramips: register wifi device on the rt305x based boards | Gabor Juhos | 2010-03-30 | 4 | -0/+4 |
* | mac80211: enable building of the rt2800 on the ramips target | Gabor Juhos | 2010-03-30 | 4 | -8/+99 |
* | ramips: sync kernel config | Gabor Juhos | 2010-03-30 | 2 | -14/+15 |
* | prepare kernel for voip | John Crispin | 2010-03-30 | 5 | -7/+53 |
* | httpd failsafe - add image check and flash access | Ralph Hempel | 2010-03-30 | 4 | -119/+27 |
* | add preliminary AR9 support attention: if caches enabled the network is broke... | Ralph Hempel | 2010-03-30 | 19 | -4/+2496 |
* | missing patch & config file | Ralph Hempel | 2010-03-30 | 2 | -0/+9381 |
* | adding httpd - failsafe patch flash write routine is not functional yet add c... | Ralph Hempel | 2010-03-30 | 3 | -2/+120 |
* | The ralink rt305x board has a wireless card that can be used with the rt2800p... | John Crispin | 2010-03-30 | 2 | -0/+27 |
* | imagebuilder: don't disable on uml | Nicolas Thill | 2010-03-30 | 1 | -1/+0 |
* | imagebuilder: various fixes * only copy host tools from $(STAGING_DIR_HOST)/b... | Nicolas Thill | 2010-03-30 | 1 | -7/+5 |
* | Fix the base address of the wireless card. Otherwise it is not possible to re... | John Crispin | 2010-03-30 | 1 | -1/+1 |
* | toolchain/binutils: building gas for arm-*-uclibc systems requires linking wi... | Gabor Juhos | 2010-03-30 | 5 | -0/+190 |
* | fix path to libgcc.a in LIBGCC_S | Nicolas Thill | 2010-03-30 | 1 | -1/+1 |
* | openssl: add patch for CVE-2010-0740 ("Record of death") vulnerability | Jo-Philipp Wich | 2010-03-29 | 2 | -1/+16 |
* | fix ndisc compilation failure (#6984) | Florian Fainelli | 2010-03-29 | 1 | -0/+11 |