Commit Graph

17408 Commits (e6aa1cab006268be2de19e4c82b5eff37516405c)
 

Author SHA1 Message Date
Felix Fietkau e6aa1cab00 tools/squashfs4: update to version 4.2 (adds support for xz compression)
Based on a patch by Jonas Gorski

SVN-Revision: 26422
13 years ago
Felix Fietkau b9e759ae5a ath9k: fix missing chip wakeups causing instability issues on at least AR5416 (probably on other devices as well); fixes #9107
SVN-Revision: 26418
13 years ago
Felix Fietkau 9fd59ccf99 kernel: add a missing kconfig symbol for 2.6.38
SVN-Revision: 26417
13 years ago
Felix Fietkau 6811425955 hostapd: write a stampfile when the random pool has been initialized - fixes rejected assoc attempts after hostapd restart
SVN-Revision: 26415
13 years ago
Felix Fietkau 8807b396ce hostapd: update to 20110402, fixes issues with non-QoS clients
SVN-Revision: 26414
13 years ago
Hauke Mehrtens f4aef6d553 kernel: remove double definition of depends in crypto-mv-cesa and make it look like the other entries.
Thank you Maarten

SVN-Revision: 26413
13 years ago
Felix Fietkau 6f446d9419 ath9k-htc: enable debugfs support
SVN-Revision: 26412
13 years ago
Felix Fietkau 0508ee0c00 rtl8306: do not overwrite registers in the phy fixup, it could mess up other switches (fixes #8911)
SVN-Revision: 26410
13 years ago
Felix Fietkau f5eeb3f74d mac80211: fix duplicate probe request reception (triggering unnecessary probe responses in multi-BSSID setups)
SVN-Revision: 26408
13 years ago
Hauke Mehrtens 25b6ffe3d7 kernel: mv_cesa depends on CRYPTO_BLKCIPHER2 and CRYPTO_HASH2
SVN-Revision: 26407
13 years ago
Felix Fietkau 730a3afab7 kernel: add a missing dependency for the mv_cesa crypto driver
SVN-Revision: 26406
13 years ago
Felix Fietkau 21ff098352 set TOOLCHAIN_DIR var when using external toolchain
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>

SVN-Revision: 26405
13 years ago
Jo-Philipp Wich 9e4f19cd42 uboot-ar71xx: fix compilation on FreeBSD
SVN-Revision: 26404
13 years ago
John Crispin ba4dd89063 remove unknown package names from DEFAULT:=
SVN-Revision: 26403
13 years ago
Felix Fietkau 6b183fe564 kernel: the cryptosoft module of ocf needs cryptoapi manager support (for blkcipher, hash)
SVN-Revision: 26402
13 years ago
Felix Fietkau 624526ae11 ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to the profiles, fixes imagebuilder issues
SVN-Revision: 26401
13 years ago
Daniel Dickinson 7d9c2daab8 flash_chips: Removed forced recognition of Macronix MX29LV640T flash chip. It should be recognized by the CFI and not need forcing. User has not since replied.
SVN-Revision: 26400
13 years ago
Felix Fietkau 86f609804f ppp: fix fallout from the size reduction patch (thx, frogonwheels)
SVN-Revision: 26398
13 years ago
Daniel Dickinson eb502bf450 We $(PLATFORM_SUBDIR)/target.mk gets included, include/kernel-version.mk 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

SVN-Revision: 26397
13 years ago
Felix Fietkau 8becf17417 ath9k: fix adhoc beacon issues (#9163)
SVN-Revision: 26395
13 years ago
Felix Fietkau 98c78c13db ar71xx: enable access to the WAN port PHY on a few devices, adds WAN link detection
SVN-Revision: 26394
13 years ago
Felix Fietkau 41ee4a283c ar71xx: only allow internal access to the ar7240 switch, export the MDIO bus behind the switch instead
SVN-Revision: 26393
13 years ago
Felix Fietkau acbb3e50e7 ar71xx: frequent ethernet mac resets upset the MDIO bus on ar7240, so do not run them on every device open, only on tx timeouts
SVN-Revision: 26392
13 years ago
John Crispin e42e2b3e9c path expansion was broken due to a badly quoted *
Signed-of-by: Benjamin Cama <benoar@dolka.fr>

SVN-Revision: 26391
13 years ago
John Crispin 9fd342d913 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>

SVN-Revision: 26390
13 years ago
Daniel Dickinson 33b864e899 Updated kernel version to 2.6.37.4. Tested with 6348 and 6358 devices.
SVN-Revision: 26387
13 years ago
Jo-Philipp Wich af82471525 firewall: prevent duplicate values in interface state vars
SVN-Revision: 26382
13 years ago
Michael Büsch d739594c8d shmem_set_file: Remove ima_counts_get()
SVN-Revision: 26378
13 years ago
Michael Büsch 5f5b634380 2.6.38 vm_exports.patch: Fix merge error introduced in r26332 Thanks to acoul for noticing.
SVN-Revision: 26377
13 years ago
Felix Fietkau d6d41eb0cb kernel: ocf also requires kmod-crypto-mananger (which depends on kmod-crypto-hash)
SVN-Revision: 26375
13 years ago
Florian Fainelli 70225e0de3 fix USB modules build on octeon
SVN-Revision: 26374
13 years ago
Florian Fainelli cb476efc17 package i2c master driver
SVN-Revision: 26373
13 years ago
Felix Fietkau ada4206cc5 kernel: add missing dependency for ocf on kmod-crypto-hash
SVN-Revision: 26372
13 years ago
Felix Fietkau f5a50227a3 mac80211: add all drivers to PKG_CONFIG_DEPENDS
SVN-Revision: 26369
13 years ago
Felix Fietkau 15e79b479a ath9k: fix reported signal strength
SVN-Revision: 26368
13 years ago
Felix Fietkau 08eca8da80 nl80211: send EAP frames as QoS data frames for QoS aware clients, should fix EAP rekeying timeout issues with intel clients (#8830)
SVN-Revision: 26367
13 years ago
Hamish Guthrie 3ae738ce75 Update filesystem selection
SVN-Revision: 26366
13 years ago
Felix Fietkau db9921a0c2 qos-scripts: remove the layer7 based classifiers from the default configuration - they are unreliable and prone to memory leaks
SVN-Revision: 26364
13 years ago
Hamish Guthrie 2f08d5bff9 Add uboot-envtools to gumstix builds
SVN-Revision: 26363
13 years ago
Felix Fietkau d1da16a093 kernel: fix autoload for the crypto_hash module (patch from #9136)
SVN-Revision: 26358
13 years ago
Felix Fietkau 8b0988baec busybox: enable cmp by default (#9133)
SVN-Revision: 26356
13 years ago
John Crispin 628a47642c * adds spi driver, thx daniel
SVN-Revision: 26355
13 years ago
John Crispin ff885fde8e * fix ARV7518PW support
SVN-Revision: 26354
13 years ago
John Crispin 08bb107823 * use netif_rx of the phydev if it is provided
SVN-Revision: 26353
13 years ago
John Crispin 5b0f2fb918 * shrink the memory window of the wdt
SVN-Revision: 26352
13 years ago
John Crispin db56769b0a * several updates to the voice packages
SVN-Revision: 26351
13 years ago
Felix Fietkau 1dbabd309b scripts/diffconfig.sh: handle CONFIG_ALL, CONFIG_DEVEL and CONFIG_TOOLCHAINOPTS properly
SVN-Revision: 26349
13 years ago
Florian Fainelli ad9945105b geos: support cpu MSR register and flashrom for coreboot upgrades
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>

SVN-Revision: 26344
13 years ago
Michael Büsch 93aa797810 Update omap24xx kconfig
SVN-Revision: 26333
13 years ago
Michael Büsch 371bccb4c0 Update 2.6.38 to 2.6.38.2
SVN-Revision: 26332
13 years ago