Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | kernel: add a package for the sierra_net module for sierra wireless 3g devices | Felix Fietkau | 2011-04-03 | |
| | | | | SVN-Revision: 26424 | |||
* | ath9k: fix missing chip wakeups causing instability issues on at least ↵ | Felix Fietkau | 2011-04-02 | |
| | | | | | | 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 | |
| | | | | | | rejected assoc attempts after hostapd restart SVN-Revision: 26415 | |||
* | hostapd: update to 20110402, fixes issues with non-QoS clients | Felix Fietkau | 2011-04-02 | |
| | | | | SVN-Revision: 26414 | |||
* | kernel: remove double definition of depends in crypto-mv-cesa and make it ↵ | Hauke Mehrtens | 2011-04-02 | |
| | | | | | | | | look like the other entries. Thank you Maarten SVN-Revision: 26413 | |||
* | ath9k-htc: enable debugfs support | Felix Fietkau | 2011-04-02 | |
| | | | | SVN-Revision: 26412 | |||
* | mac80211: fix duplicate probe request reception (triggering unnecessary ↵ | Felix Fietkau | 2011-04-02 | |
| | | | | | | probe responses in multi-BSSID setups) SVN-Revision: 26408 | |||
* | kernel: mv_cesa depends on CRYPTO_BLKCIPHER2 and CRYPTO_HASH2 | Hauke Mehrtens | 2011-04-02 | |
| | | | | SVN-Revision: 26407 | |||
* | uboot-ar71xx: fix compilation on FreeBSD | Jo-Philipp Wich | 2011-04-02 | |
| | | | | SVN-Revision: 26404 | |||
* | ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to ↵ | Felix Fietkau | 2011-04-02 | |
| | | | | | | the profiles, fixes imagebuilder issues SVN-Revision: 26401 | |||
* | ppp: fix fallout from the size reduction patch (thx, frogonwheels) | Felix Fietkau | 2011-04-02 | |
| | | | | SVN-Revision: 26398 | |||
* | ath9k: fix adhoc beacon issues (#9163) | Felix Fietkau | 2011-04-02 | |
| | | | | SVN-Revision: 26395 | |||
* | r25831 reduced the size of the dropbear executable by, among other things, | John Crispin | 2011-04-01 | |
| | | | | | | | | | | | | | | | | | 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 | |
| | | | | SVN-Revision: 26382 | |||
* | kernel: ocf also requires kmod-crypto-mananger (which depends on ↵ | Felix Fietkau | 2011-03-30 | |
| | | | | | | kmod-crypto-hash) SVN-Revision: 26375 | |||
* | fix USB modules build on octeon | Florian Fainelli | 2011-03-30 | |
| | | | | SVN-Revision: 26374 | |||
* | package i2c master driver | Florian Fainelli | 2011-03-30 | |
| | | | | SVN-Revision: 26373 | |||
* | kernel: add missing dependency for ocf on kmod-crypto-hash | Felix Fietkau | 2011-03-30 | |
| | | | | SVN-Revision: 26372 | |||
* | mac80211: add all drivers to PKG_CONFIG_DEPENDS | Felix Fietkau | 2011-03-30 | |
| | | | | SVN-Revision: 26369 | |||
* | ath9k: fix reported signal strength | Felix Fietkau | 2011-03-30 | |
| | | | | SVN-Revision: 26368 | |||
* | nl80211: send EAP frames as QoS data frames for QoS aware clients, should ↵ | Felix Fietkau | 2011-03-30 | |
| | | | | | | 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 | |
| | | | | | | 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 | |
| | | | | SVN-Revision: 26358 | |||
* | busybox: enable cmp by default (#9133) | Felix Fietkau | 2011-03-29 | |
| | | | | SVN-Revision: 26356 | |||
* | * several updates to the voice packages | John Crispin | 2011-03-29 | |
| | | | | SVN-Revision: 26351 | |||
* | ubus: update to 2011-03-27 (includes an API simplification for object ↵ | Felix Fietkau | 2011-03-27 | |
| | | | | | | 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 | |
| | | | | SVN-Revision: 26318 | |||
* | ath9k: fix PS-Poll frame reception in AP mode on AR91xx and earlier - should ↵ | Felix Fietkau | 2011-03-27 | |
| | | | | | | fix some AP mode stability issues on these chips SVN-Revision: 26316 | |||
* | uci: fix linking against libdl (#9123) | Felix Fietkau | 2011-03-27 | |
| | | | | SVN-Revision: 26315 | |||
* | block-mount: Merged block-mount, block-extroot, and block-hotplug into a ↵ | Daniel Dickinson | 2011-03-27 | |
| | | | | | | single binary package called block-mount. SVN-Revision: 26314 | |||
* | block-mount block-extroot: Bump packages versions forgetten during previous ↵ | Daniel Dickinson | 2011-03-27 | |
| | | | | | | two commits SVN-Revision: 26313 | |||
* | block-mount block-extroot: Add commands /etc/init.d/fstab overlay_enable and ↵ | Daniel Dickinson | 2011-03-27 | |
| | | | | | | /etc/init.d/fstab whole_root_enable to renable a disable rootfs. SVN-Revision: 26312 | |||
* | block-mount block-extroot: Rename /tmp/rom-disabled to ↵ | Daniel Dickinson | 2011-03-27 | |
| | | | | | | /tmp/whole_root-dsibled for disabled mounts of a non-overlay external rootfs. SVN-Revision: 26311 | |||
* | uci: update to fix lua plugin linker issue (#9121) | Felix Fietkau | 2011-03-27 | |
| | | | | SVN-Revision: 26310 | |||
* | uci: install libucimap to the staging dir | Felix Fietkau | 2011-03-26 | |
| | | | | SVN-Revision: 26309 | |||
* | remove ucitrigger, it is unused and will be replaced by something different ↵ | Felix Fietkau | 2011-03-26 | |
| | | | | | | in the future SVN-Revision: 26308 | |||
* | uci: update to latest version, uses cmake now | Felix Fietkau | 2011-03-26 | |
| | | | | SVN-Revision: 26307 | |||
* | madwifi: add support for translating country codes into internal country ↵ | Felix Fietkau | 2011-03-26 | |
| | | | | | | code numbers (based on a patch by Manuel Munz) SVN-Revision: 26306 | |||
* | mac80211: disable an unnecessary backport to reduce code size | Felix Fietkau | 2011-03-26 | |
| | | | | SVN-Revision: 26303 | |||
* | mac80211: remove an obsolete backport patch | Felix Fietkau | 2011-03-26 | |
| | | | | SVN-Revision: 26302 | |||
* | remove postinst files for preinstalled packages | Felix Fietkau | 2011-03-25 | |
| | | | | SVN-Revision: 26299 | |||
* | kernel: split up cryptoapi, move hash support and blockcipher/algorithm ↵ | Felix Fietkau | 2011-03-25 | |
| | | | | | | manager to separate packages SVN-Revision: 26296 | |||
* | mac80211: add a pending patch to remove the dependency on ecb | Felix Fietkau | 2011-03-25 | |
| | | | | SVN-Revision: 26295 | |||
* | mac80211: fix zd1211 config override | Felix Fietkau | 2011-03-25 | |
| | | | | SVN-Revision: 26294 | |||
* | mac80211: update to wireless-testing 2011-03-24 | Felix Fietkau | 2011-03-25 | |
| | | | | SVN-Revision: 26293 | |||
* | iptables: libiptc.so is only a compatibility stub, split the package into ↵ | Felix Fietkau | 2011-03-25 | |
| | | | | | | libip4tc and libip6tc and adjust dependencies SVN-Revision: 26292 | |||
* | ath9k: fix chip wakeup on interface start - should fix some instability issues | Felix Fietkau | 2011-03-25 | |
| | | | | SVN-Revision: 26290 | |||
* | hostapd: add more wps config methods to the config | Felix Fietkau | 2011-03-25 | |
| | | | | SVN-Revision: 26288 | |||
* | mac80211: fix a deadlock in minstrel_ht when a HT client without valid MCS ↵ | Felix Fietkau | 2011-03-25 | |
| | | | | | | rates connects SVN-Revision: 26287 | |||
* | redboot-ar231x: mark as broken, the ecos host tool crap needs some rework ↵ | Felix Fietkau | 2011-03-25 | |
| | | | | | | for tcl on some systems SVN-Revision: 26286 |