Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uci: mark uci as unsafe for parallel building | Jo-Philipp Wich | 2011-04-04 | 1 | -0/+2 |
| | | | | SVN-Revision: 26470 | ||||
* | block-mount: Removed duplicated directory creation in the package install ↵ | Daniel Dickinson | 2011-04-04 | 1 | -4/+1 |
| | | | | | | section. The duplicates were a result of the mergin the block-* packages. SVN-Revision: 26469 | ||||
* | block-mount: Fixed warning of missing /lib/functions/fsck during boot when ↵ | Daniel Dickinson | 2011-04-04 | 1 | -1/+2 |
| | | | | | | no scripts are installed in the directory. Thanks to Maarten Bezemer. SVN-Revision: 26468 | ||||
* | mac80211: move 620-rt2x00_soc_led_support.patch to the correct place | Gabor Juhos | 2011-04-04 | 1 | -0/+75 |
| | | | | | | * fixes [26463] SVN-Revision: 26467 | ||||
* | mac80211: update rt2800-{pci,usb} dependencies | Gabor Juhos | 2011-04-04 | 1 | -2/+2 |
| | | | | SVN-Revision: 26465 | ||||
* | mac80211: rt2800-lib doesn't depend on rt2x00-usb | Gabor Juhos | 2011-04-04 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su> SVN-Revision: 26464 | ||||
* | mac80211: add WLAN LED support for Ralink RT305x SoC Devices | Gabor Juhos | 2011-04-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | This patch adds WLAN LED support to the mac80211 driver for Ralink rt2x00/rt2800 (rt305x) SoC devices. The current driver in kmod-rt2800-lib is based upon PCI, not SoC. The WLAN LED drivers in rt2800lib.c set the LED brightness via an MCU request, but do nothing for SoC. This patch checks for SoC and sets the register to enable the WLAN LED (instead of an MCU request). This fixes the WLAN LED for RT305x devices (such as the HW550-3G). Signed-off-by: Layne Edwards <ledwards76@gmail.com> SVN-Revision: 26463 | ||||
* | The makefile was missing the coef source filename, so it would install a ↵ | John Crispin | 2011-04-04 | 1 | -0/+1 |
| | | | | | | | | directory instead of the coefficients file, breaking voice applications. Signed-off-by: Luca Olivetti <luca@ventoso.org> SVN-Revision: 26462 | ||||
* | update busybox to 1.18.4, patch from Peter Wagner | Florian Fainelli | 2011-04-03 | 26 | -365/+501 |
| | | | | SVN-Revision: 26455 | ||||
* | add kmod-hfcpci | Florian Fainelli | 2011-04-03 | 1 | -3/+22 |
| | | | | | | | | | | Changed: - Support added for mISDN card driver for Cologne AG's HFC pci cards (single port) - Title texts and help texts for some other isdn drivers adjusted for clarification Signed-off by: Arnold Schulz <arnysch@gmx.net> SVN-Revision: 26452 | ||||
* | add kmod-ipt-led | Florian Fainelli | 2011-04-03 | 1 | -0/+14 |
| | | | | | | | | | | | Netfilter LED target triggers blinkenlichten when a network packet hits a rule. LED target requires iptables 1.4.9 or higher Signed-off-by: Łukasz Stelmach <stlman@poczta.fm> SVN-Revision: 26451 | ||||
* | mac80211: increase delay between aggregation session negotiation attempts - ↵ | Felix Fietkau | 2011-04-03 | 1 | -0/+49 |
| | | | | | | improves interop with intel clients SVN-Revision: 26444 | ||||
* | mac80211: rtl818x depends on kmod-usb-core | Felix Fietkau | 2011-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 26443 | ||||
* | busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPC | Felix Fietkau | 2011-04-03 | 1 | -0/+1 |
| | | | | SVN-Revision: 26437 | ||||
* | busybox: simplify conditional dependency on librpc | Felix Fietkau | 2011-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 26430 | ||||
* | busybox: only add the librpc build dependency for uclibc (#8864) | Felix Fietkau | 2011-04-03 | 2 | -2/+6 |
| | | | | SVN-Revision: 26429 | ||||
* | base-files: bridge config, avoid having a random ipv6 ll address | Felix Fietkau | 2011-04-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | So far, we are setting the bridge interface up before having added any bridge interface ports. This results in the bridge assigning a random mac address to its bridge interface and therefore IPv6 assigning a matching link local address to the bridge interface as soon as the bridge interface is up. After adding the first bridge port interface, the bridge's mac address is reset correctly, however the IPv6 link local address stays the same. This commit ensures that we are at least having the IPv6 link local address of the first interface added to the bridge instead of a random one. Signed-off-by: Linus Lüssing <linus.luessing@web.de> SVN-Revision: 26426 | ||||
* | kernel: usb-net depends on kernel MII support | Felix Fietkau | 2011-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 26425 | ||||
* | kernel: add a package for the sierra_net module for sierra wireless 3g devices | Felix Fietkau | 2011-04-03 | 1 | -0/+14 |
| | | | | SVN-Revision: 26424 | ||||
* | ath9k: fix missing chip wakeups causing instability issues on at least ↵ | Felix Fietkau | 2011-04-02 | 1 | -0/+127 |
| | | | | | | AR5416 (probably on other devices as well); fixes #9107 SVN-Revision: 26418 | ||||
* | hostapd: write a stampfile when the random pool has been initialized - fixes ↵ | Felix Fietkau | 2011-04-02 | 1 | -3/+42 |
| | | | | | | rejected assoc attempts after hostapd restart SVN-Revision: 26415 | ||||
* | hostapd: update to 20110402, fixes issues with non-QoS clients | Felix Fietkau | 2011-04-02 | 14 | -310/+95 |
| | | | | SVN-Revision: 26414 | ||||
* | kernel: remove double definition of depends in crypto-mv-cesa and make it ↵ | Hauke Mehrtens | 2011-04-02 | 1 | -7/+6 |
| | | | | | | | | look like the other entries. Thank you Maarten SVN-Revision: 26413 | ||||
* | ath9k-htc: enable debugfs support | Felix Fietkau | 2011-04-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 26412 | ||||
* | mac80211: fix duplicate probe request reception (triggering unnecessary ↵ | Felix Fietkau | 2011-04-02 | 1 | -0/+18 |
| | | | | | | probe responses in multi-BSSID setups) SVN-Revision: 26408 | ||||
* | kernel: mv_cesa depends on CRYPTO_BLKCIPHER2 and CRYPTO_HASH2 | Hauke Mehrtens | 2011-04-02 | 1 | -0/+1 |
| | | | | SVN-Revision: 26407 | ||||
* | uboot-ar71xx: fix compilation on FreeBSD | Jo-Philipp Wich | 2011-04-02 | 1 | -0/+11 |
| | | | | SVN-Revision: 26404 | ||||
* | ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to ↵ | Felix Fietkau | 2011-04-02 | 1 | -0/+1 |
| | | | | | | the profiles, fixes imagebuilder issues SVN-Revision: 26401 | ||||
* | ppp: fix fallout from the size reduction patch (thx, frogonwheels) | Felix Fietkau | 2011-04-02 | 1 | -0/+40 |
| | | | | SVN-Revision: 26398 | ||||
* | ath9k: fix adhoc beacon issues (#9163) | Felix Fietkau | 2011-04-02 | 2 | -0/+28 |
| | | | | SVN-Revision: 26395 | ||||
* | r25831 reduced the size of the dropbear executable by, among other things, | John Crispin | 2011-04-01 | 2 | -10/+1 |
| | | | | | | | | | | | | | | | | | disabling support for keyboard-interactive authentication. The default sshd configuration on Mac OS X only permits keyboard-interactive and public-key authentication, so unless a public key is set up, the default OpenWrt ssh client is now unable to connect to Mac OS X hosts. This patch re-enables keyboard-interactive authentication. In my tests, this increases the size of the stripped dropbear executable by 416 bytes on mips and 1,104 bytes on mipsel. In my opinion, such a small space savings isn't worthwhile when the resultant executable is severely hamstrung. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 26390 | ||||
* | firewall: prevent duplicate values in interface state vars | Jo-Philipp Wich | 2011-03-30 | 2 | -2/+5 |
| | | | | SVN-Revision: 26382 | ||||
* | kernel: ocf also requires kmod-crypto-mananger (which depends on ↵ | Felix Fietkau | 2011-03-30 | 1 | -1/+1 |
| | | | | | | kmod-crypto-hash) SVN-Revision: 26375 | ||||
* | fix USB modules build on octeon | Florian Fainelli | 2011-03-30 | 1 | -1/+3 |
| | | | | SVN-Revision: 26374 | ||||
* | package i2c master driver | Florian Fainelli | 2011-03-30 | 1 | -0/+15 |
| | | | | SVN-Revision: 26373 | ||||
* | kernel: add missing dependency for ocf on kmod-crypto-hash | Felix Fietkau | 2011-03-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 26372 | ||||
* | mac80211: add all drivers to PKG_CONFIG_DEPENDS | Felix Fietkau | 2011-03-30 | 1 | -0/+9 |
| | | | | SVN-Revision: 26369 | ||||
* | ath9k: fix reported signal strength | Felix Fietkau | 2011-03-30 | 1 | -0/+27 |
| | | | | SVN-Revision: 26368 | ||||
* | nl80211: send EAP frames as QoS data frames for QoS aware clients, should ↵ | Felix Fietkau | 2011-03-30 | 1 | -0/+195 |
| | | | | | | fix EAP rekeying timeout issues with intel clients (#8830) SVN-Revision: 26367 | ||||
* | qos-scripts: remove the layer7 based classifiers from the default ↵ | Felix Fietkau | 2011-03-30 | 1 | -6/+0 |
| | | | | | | configuration - they are unreliable and prone to memory leaks SVN-Revision: 26364 | ||||
* | kernel: fix autoload for the crypto_hash module (patch from #9136) | Felix Fietkau | 2011-03-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 26358 | ||||
* | busybox: enable cmp by default (#9133) | Felix Fietkau | 2011-03-29 | 1 | -1/+1 |
| | | | | SVN-Revision: 26356 | ||||
* | * several updates to the voice packages | John Crispin | 2011-03-29 | 8 | -155/+345 |
| | | | | SVN-Revision: 26351 | ||||
* | ubus: update to 2011-03-27 (includes an API simplification for object ↵ | Felix Fietkau | 2011-03-27 | 1 | -2/+3 |
| | | | | | | signatures), use PKG_MIRROR_MD5SUM SVN-Revision: 26319 | ||||
* | libubox: update to 2011-03-27 (includes some minor fixes), add PKG_MIRROR_MD5SUM | Felix Fietkau | 2011-03-27 | 1 | -2/+3 |
| | | | | SVN-Revision: 26318 | ||||
* | ath9k: fix PS-Poll frame reception in AP mode on AR91xx and earlier - should ↵ | Felix Fietkau | 2011-03-27 | 1 | -0/+13 |
| | | | | | | fix some AP mode stability issues on these chips SVN-Revision: 26316 | ||||
* | uci: fix linking against libdl (#9123) | Felix Fietkau | 2011-03-27 | 1 | -3/+3 |
| | | | | SVN-Revision: 26315 | ||||
* | block-mount: Merged block-mount, block-extroot, and block-hotplug into a ↵ | Daniel Dickinson | 2011-03-27 | 7 | -81/+21 |
| | | | | | | single binary package called block-mount. SVN-Revision: 26314 | ||||
* | block-mount block-extroot: Bump packages versions forgetten during previous ↵ | Daniel Dickinson | 2011-03-27 | 2 | -2/+2 |
| | | | | | | two commits SVN-Revision: 26313 | ||||
* | block-mount block-extroot: Add commands /etc/init.d/fstab overlay_enable and ↵ | Daniel Dickinson | 2011-03-27 | 1 | -0/+25 |
| | | | | | | /etc/init.d/fstab whole_root_enable to renable a disable rootfs. SVN-Revision: 26312 |