summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* tools/squashfs4: update to version 4.2 (adds support for xz compression)nbd2011-04-0312-2379/+1036
| | | | | | Based on a patch by Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix missing chip wakeups causing instability issues on at least ↵nbd2011-04-021-0/+127
| | | | | | AR5416 (probably on other devices as well); fixes #9107 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a missing kconfig symbol for 2.6.38nbd2011-04-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: write a stampfile when the random pool has been initialized - fixes ↵nbd2011-04-021-3/+42
| | | | | | rejected assoc attempts after hostapd restart git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to 20110402, fixes issues with non-QoS clientsnbd2011-04-0214-310/+95
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26414 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: remove double definition of depends in crypto-mv-cesa and make it ↵hauke2011-04-021-7/+6
| | | | | | | | | look like the other entries. Thank you Maarten git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k-htc: enable debugfs supportnbd2011-04-021-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rtl8306: do not overwrite registers in the phy fixup, it could mess up other ↵nbd2011-04-021-0/+6
| | | | | | switches (fixes #8911) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26410 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix duplicate probe request reception (triggering unnecessary ↵nbd2011-04-021-0/+18
| | | | | | probe responses in multi-BSSID setups) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: mv_cesa depends on CRYPTO_BLKCIPHER2 and CRYPTO_HASH2hauke2011-04-021-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26407 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a missing dependency for the mv_cesa crypto drivernbd2011-04-022-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26406 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set TOOLCHAIN_DIR var when using external toolchainnbd2011-04-021-0/+1
| | | | | | | | | This patch allows to use the openwrt toolchain as external toolchain for the same project. See bug #9131 for details. Signed-off-by: Sven Bachmann <dev@mcbachmann.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uboot-ar71xx: fix compilation on FreeBSDjow2011-04-021-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-04-022-4/+2
| | | | | | | remove unknown package names from DEFAULT:= git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26403 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: the cryptosoft module of ocf needs cryptoapi manager support (for ↵nbd2011-04-021-0/+1
| | | | | | blkcipher, hash) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26402 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to ↵nbd2011-04-024-3/+4
| | | | | | the profiles, fixes imagebuilder issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] flash_chips: Removed forced recognition of Macronix MX29LV640T ↵cshore2011-04-024-120/+0
| | | | | | flash chip. It should be recognized by the CFI and not need forcing. User has not since replied. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: fix fallout from the size reduction patch (thx, frogonwheels)nbd2011-04-021-0/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* We $(PLATFORM_SUBDIR)/target.mk gets included, include/kernel-version.mk ↵cshore2011-04-021-5/+1
| | | | | | | | | | hasn't yet been included... therefore KERNEL_PATCHVER hasn't yet been defined. Ergo, we need to use a deferred definition of GEOS_GPIO (and can't use ifeq/endif). Signed-off-by: Philip Prindeville <philipp@openwrt.org git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix adhoc beacon issues (#9163)nbd2011-04-022-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26395 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: enable access to the WAN port PHY on a few devices, adds WAN link ↵nbd2011-04-024-0/+4
| | | | | | detection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: only allow internal access to the ar7240 switch, export the MDIO bus ↵nbd2011-04-023-76/+109
| | | | | | behind the switch instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26393 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: frequent ethernet mac resets upset the MDIO bus on ar7240, so do not ↵nbd2011-04-021-4/+5
| | | | | | run them on every device open, only on tx timeouts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26392 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [scripts/env]blogic2011-04-011-2/+2
| | | | | | | | | | path expansion was broken due to a badly quoted * Signed-of-by: Benjamin Cama <benoar@dolka.fr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26391 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [dropbear]blogic2011-04-012-10/+1
| | | | | | | | | | | | | | | | | | | | r25831 reduced the size of the dropbear executable by, among other things, 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] Updated kernel version to 2.6.37.4. Tested with 6348 and 6358 ↵cshore2011-03-311-1/+1
| | | | | | devices. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26387 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: prevent duplicate values in interface state varsjow2011-03-302-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26382 3c298f89-4303-0410-b956-a3cf2f4a3e73
* shmem_set_file: Remove ima_counts_get()mb2011-03-301-12/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26378 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.38 vm_exports.patch: Fix merge error introduced in r26332mb2011-03-301-11/+13
| | | | | | | Thanks to acoul for noticing. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: ocf also requires kmod-crypto-mananger (which depends on ↵nbd2011-03-301-1/+1
| | | | | | kmod-crypto-hash) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix USB modules build on octeonflorian2011-03-301-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26374 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [octeon] package i2c master driverflorian2011-03-301-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26373 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add missing dependency for ocf on kmod-crypto-hashnbd2011-03-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add all drivers to PKG_CONFIG_DEPENDSnbd2011-03-301-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26369 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix reported signal strengthnbd2011-03-301-0/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nl80211: send EAP frames as QoS data frames for QoS aware clients, should ↵nbd2011-03-301-0/+195
| | | | | | fix EAP rekeying timeout issues with intel clients (#8830) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx] Update filesystem selectionhcg2011-03-303-7/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26366 3c298f89-4303-0410-b956-a3cf2f4a3e73
* qos-scripts: remove the layer7 based classifiers from the default ↵nbd2011-03-301-6/+0
| | | | | | configuration - they are unreliable and prone to memory leaks git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26364 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx] Add uboot-envtools to gumstix buildshcg2011-03-303-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26363 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: fix autoload for the crypto_hash module (patch from #9136)nbd2011-03-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26358 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: enable cmp by default (#9133)nbd2011-03-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-03-294-0/+1218
| | | | | | | * adds spi driver, thx daniel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-03-293-2/+23
| | | | | | | * fix ARV7518PW support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-03-291-5/+10
| | | | | | | * use netif_rx of the phydev if it is provided git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26353 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-03-292-4/+4
| | | | | | | * shrink the memory window of the wdt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26352 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-03-298-155/+345
| | | | | | | * several updates to the voice packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* scripts/diffconfig.sh: handle CONFIG_ALL, CONFIG_DEVEL and ↵nbd2011-03-281-0/+3
| | | | | | CONFIG_TOOLCHAINOPTS properly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26349 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [x86] geos: support cpu MSR register and flashrom for coreboot upgradesflorian2011-03-281-1/+3
| | | | | | | | | | The early versions of the platform shipped with coreboot 3.0, which had some issues rebooting correctly the first time. Allow the user to upgrade his BIOS from Linux. Signed-of-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26344 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update omap24xx kconfigmb2011-03-281-7/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26333 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Update 2.6.38 to 2.6.38.2mb2011-03-288-39/+64
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26332 3c298f89-4303-0410-b956-a3cf2f4a3e73