Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tools/lzma-old fix compile issues (patch from #10253) | Felix Fietkau | 2011-10-21 | 1 | -4/+4 |
| | | | | SVN-Revision: 28502 | ||||
* | netifd: add missing dependencies on libuci and libnl-tiny | Felix Fietkau | 2011-10-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 28501 | ||||
* | upx: fix build error | Nicolas Thill | 2011-10-21 | 1 | -1/+2 |
| | | | | | | | | | g++ -O2 -Wall -W -Wcast-align -Wcast-qual -Wpointer-arith -Wshadow -Wwrite-strings -Werror -o compress.o -c compress.cpp cc1plus: warnings being treated as errors compress.cpp:75: error: unused parameter 'src' ... SVN-Revision: 28500 | ||||
* | add an initial (experimental) version of netifd, disabled by default | Felix Fietkau | 2011-10-21 | 14 | -1/+499 |
| | | | | SVN-Revision: 28499 | ||||
* | pppd: fix the exit code in case of authentication failure or other errors | Felix Fietkau | 2011-10-21 | 1 | -0/+12 |
| | | | | SVN-Revision: 28498 | ||||
* | pppd: add a patch for overriding the path to /etc/ppp/ipv6-{up,down} | Felix Fietkau | 2011-10-20 | 6 | -18/+101 |
| | | | | SVN-Revision: 28497 | ||||
* | ubusd: add an init script | Felix Fietkau | 2011-10-20 | 2 | -1/+13 |
| | | | | SVN-Revision: 28496 | ||||
* | base-files: move network related scripts to a separate package to make the ↵ | Felix Fietkau | 2011-10-20 | 10 | -0/+45 |
| | | | | | | transition to netifd easier SVN-Revision: 28495 | ||||
* | add cname section | Travis Kemen | 2011-10-20 | 1 | -0/+14 |
| | | | | SVN-Revision: 28493 | ||||
* | linux: generic: refresh patches for 3.1-rc10 | Jonas Gorski | 2011-10-20 | 11 | -22/+22 |
| | | | | | | Hopefully the last one and identical to final. SVN-Revision: 28492 | ||||
* | squashfs4: Add support for LZMA Magic to unsquashfs | Jonas Gorski | 2011-10-19 | 1 | -0/+72 |
| | | | | | | | | Some vendor firmwares use a different super block magic to indicate LZMA compression. This patches adds support for detecting this and enable extraction for those firmware's root filesystems. SVN-Revision: 28489 | ||||
* | 6in4: sync with HE.net endpoint update changes | Jo-Philipp Wich | 2011-10-17 | 2 | -4/+4 |
| | | | | SVN-Revision: 28475 | ||||
* | autotools.mk: link config.rpath before running autoreconf, also touch ↵ | Jo-Philipp Wich | 2011-10-16 | 1 | -3/+3 |
| | | | | | | ABOUT-NLS - needed by minidlna CVS version SVN-Revision: 28464 | ||||
* | opkg: fix a double free of pkg vectors when recursively removing packages ↵ | Jo-Philipp Wich | 2011-10-15 | 2 | -1/+11 |
| | | | | | | due to --autoremove SVN-Revision: 28458 | ||||
* | udev: Provide define to enable compilation with kernel 2.6.32.33 headers | Hamish Guthrie | 2011-10-14 | 1 | -0/+13 |
| | | | | SVN-Revision: 28453 | ||||
* | mac80211: autoload ath9k_htc after USB controller drivers | Jo-Philipp Wich | 2011-10-13 | 1 | -1/+1 |
| | | | | SVN-Revision: 28442 | ||||
* | mac80211: fix some dependencies and make lib80211 compile without cfg80211 ↵ | Hauke Mehrtens | 2011-10-13 | 1 | -7/+8 |
| | | | | | | | | | | | selected * libertas: does not depend on mac80211 but on cfg80211 and it uses wext * libipw: also uses wext * net-hermes: it is enough if the main package net-hermes depends on cfg80211 * Now it is possible to build it without cfg80211 at all SVN-Revision: 28437 | ||||
* | mac80211: use new version of carl80211 firmware | Hauke Mehrtens | 2011-10-13 | 1 | -2/+2 |
| | | | | | | This firmware is compatible with the driver version in use. SVN-Revision: 28436 | ||||
* | mac80211: use correct firmware for ath9k_htc | Hauke Mehrtens | 2011-10-13 | 1 | -4/+5 |
| | | | | | | | | | The old firmware for ath9k_htc was not compatible with the driver since april. Also update to a new version of linux-firmware to get the newest version of these firmware files. Thank you Helmut Schaa for reporting this. SVN-Revision: 28433 | ||||
* | add upx, but make it build only for ppc now | Imre Kaloz | 2011-10-12 | 3 | -1/+192 |
| | | | | SVN-Revision: 28428 | ||||
* | linux: ar71xx: add support for Mikrotik Routerboard RB493G | Jonas Gorski | 2011-10-11 | 5 | -0/+109 |
| | | | | SVN-Revision: 28423 | ||||
* | ar71xx: add a workaround for ar8316 not always driving the TA bit to low | Jonas Gorski | 2011-10-11 | 1 | -0/+20 |
| | | | | | | | | AR8316 behind a GPIO bitbanged MDIO bus fails to drive the turnaround bit to low despite returning a valid value. Ignore it and just use the returned value anyway. SVN-Revision: 28422 | ||||
* | ar8216: use mdiobus_{read,write} to ensure proper locking | Jonas Gorski | 2011-10-11 | 1 | -17/+17 |
| | | | | SVN-Revision: 28421 | ||||
* | include: autotools.mk: do not fail in patch-libtool fixup if patch is ↵ | Jo-Philipp Wich | 2011-10-11 | 1 | -1/+1 |
| | | | | | | already applied SVN-Revision: 28419 | ||||
* | base-files: introduce "igmp_snooping" option to toggle IGMP snooping on ↵ | Jo-Philipp Wich | 2011-10-11 | 2 | -2/+4 |
| | | | | | | bridge interfaces SVN-Revision: 28412 | ||||
* | * add support for ar9 | John Crispin | 2011-10-10 | 30 | -566/+10593 |
| | | | | | | | | * add support for ase (vr9 support is still a todo) SVN-Revision: 28406 | ||||
* | * update patches to 3.0 | John Crispin | 2011-10-10 | 100 | -6148/+8778 |
| | | | | | | | | * add basic vr9 support * backport 3.1 fixes * backport 3.2 queue (falcon) SVN-Revision: 28405 | ||||
* | ubus: update to latest version, includes a small bugfix for object call replies | Felix Fietkau | 2011-10-10 | 1 | -3/+3 |
| | | | | SVN-Revision: 28404 | ||||
* | kernel: fix i2c section after r28334 | Florian Fainelli | 2011-10-10 | 1 | -1/+2 |
| | | | | SVN-Revision: 28399 | ||||
* | fix a small logic error in package download | Felix Fietkau | 2011-10-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 28395 | ||||
* | build system: add a feature that allows you to pull sources from a git tree ↵ | Felix Fietkau | 2011-10-09 | 2 | -1/+21 |
| | | | | | | instead of the usual tarball SVN-Revision: 28394 | ||||
* | update libubox and ubus to the latest version | Felix Fietkau | 2011-10-09 | 2 | -6/+6 |
| | | | | SVN-Revision: 28393 | ||||
* | mac80211: update to wireless-testing 2011-10-05 + pending patches | Felix Fietkau | 2011-10-09 | 47 | -4732/+11045 |
| | | | | SVN-Revision: 28392 | ||||
* | package/gdb: disable expat properly, remove conditional dependency on ↵ | Nicolas Thill | 2011-10-09 | 1 | -4/+4 |
| | | | | | | libexpat, bump release number SVN-Revision: 28390 | ||||
* | mac80211: set the country code early to allow crda to settle | Felix Fietkau | 2011-10-08 | 1 | -0/+7 |
| | | | | SVN-Revision: 28387 | ||||
* | mac80211: remove a WARN_ON that causes compile errors on 2.6.32 | Felix Fietkau | 2011-10-08 | 1 | -0/+10 |
| | | | | SVN-Revision: 28386 | ||||
* | iw: update to v3.1, add support for per-chain signal strength info | Felix Fietkau | 2011-10-08 | 6 | -97/+324 |
| | | | | SVN-Revision: 28385 | ||||
* | ath9k: add support for per-chain signal strength info | Felix Fietkau | 2011-10-08 | 2 | -0/+444 |
| | | | | SVN-Revision: 28384 | ||||
* | ath9k: extend the phy error disable patch | Felix Fietkau | 2011-10-08 | 1 | -0/+21 |
| | | | | SVN-Revision: 28383 | ||||
* | ag71xx: close a race between the phy state machine and link state | Jonas Gorski | 2011-10-08 | 1 | -3/+7 |
| | | | | | | | | | | | A fast stop/start cycle could leave the ag71xx interrupts and tx engine disabled when using a phy driver with a fixed link and the start/stop happens between two phy state machine polls. Prevent this by always forcing the link down on stop regardless of phy state and having a phy connected. SVN-Revision: 28380 | ||||
* | ath9k: disable phy error reporting on the rx queue to improve stability ↵ | Felix Fietkau | 2011-10-07 | 2 | -1/+17 |
| | | | | | | under noisy conditions SVN-Revision: 28379 | ||||
* | iproute2: update to 2.6.39 | Florian Fainelli | 2011-10-07 | 5 | -17/+8 |
| | | | | | | Signed-off-by: Daniel Mierswa <impulze@impulze.org> SVN-Revision: 28378 | ||||
* | add IDs for Huawai K3770, K3771, K4510 and K4511 to option driver | Jo-Philipp Wich | 2011-10-06 | 7 | -23/+143 |
| | | | | SVN-Revision: 28376 | ||||
* | ppp: move the rp_pppoe_* options behind the plugin argument | Jo-Philipp Wich | 2011-10-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 28368 | ||||
* | ppp: implement pppoe specific uci options "ac" and "service" which map to ↵ | Jo-Philipp Wich | 2011-10-04 | 1 | -3/+14 |
| | | | | | | "rp_pppoe_ac" and "rp_pppoe_service" SVN-Revision: 28366 | ||||
* | ppp: add workaround for ignored rp_pppoe_ac and rp_pppoe_service options by ↵ | Jo-Philipp Wich | 2011-10-04 | 3 | -4/+12 |
| | | | | | | appending the nic-xxx argument last SVN-Revision: 28364 | ||||
* | add missing kernel config symbols | Florian Fainelli | 2011-10-04 | 2 | -0/+2 |
| | | | | SVN-Revision: 28363 | ||||
* | swconfig: fix vlan/port configs being applied to all switches | Jonas Gorski | 2011-10-03 | 2 | -3/+3 |
| | | | | | | Check devn instead of dev (which will never be null at this point). SVN-Revision: 28362 | ||||
* | kernel-build.mk: there is no tarball when using CONFIG_KERNEL_GIT_CLONE_URI ↵ | Jo-Philipp Wich | 2011-10-03 | 1 | -1/+1 |
| | | | | | | or CONFIG_EXTERNAL_KERNEL_TREE, do not make the prepared stamp file depend on it in this case SVN-Revision: 28361 | ||||
* | kernel.mk: also do not download Linux if CONFIG_KERNEL_GIT_CLONE_URI is set | Jo-Philipp Wich | 2011-10-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 28360 |