Commit Graph

17417 Commits (33cde6b296a4f73a2797c53bdf4eff52bc3d4fcc)
 

Author SHA1 Message Date
Felix Fietkau 33cde6b296 build: undefine debug helper templates used by subdir.mk if the DEBUG variable is empty, speeds up "make prereq" by 25% when lots of packages are installed
SVN-Revision: 26434
13 years ago
Felix Fietkau 8a0d981006 build: move the SH_FUNC eval to the beginning of the opkg control file build command chain, not in front of every single command
SVN-Revision: 26432
13 years ago
Felix Fietkau f6a0d67e7c build: do not use shell calls to export empty opkg control files, speeds up package build and fixes some "Argument list too long" errors Patch by Thomas Langer from #8450
SVN-Revision: 26431
13 years ago
Felix Fietkau 4717461455 busybox: simplify conditional dependency on librpc
SVN-Revision: 26430
13 years ago
Felix Fietkau 5463e92657 busybox: only add the librpc build dependency for uclibc (#8864)
SVN-Revision: 26429
13 years ago
Felix Fietkau e4e63b9c1b base-files: bridge config, avoid having a random ipv6 ll address
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
13 years ago
Felix Fietkau d34eae3378 kernel: usb-net depends on kernel MII support
SVN-Revision: 26425
13 years ago
Felix Fietkau dff02aa4b5 kernel: add a package for the sierra_net module for sierra wireless 3g devices
SVN-Revision: 26424
13 years ago
Felix Fietkau fb64684435 lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzma
SVN-Revision: 26423
13 years ago
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