Hauke Mehrtens [Sun, 3 Apr 2011 13:19:54 +0000 (13:19 +0000)]
m4: update to version 1.4.16
SVN-Revision: 26439
Hauke Mehrtens [Sun, 3 Apr 2011 13:19:16 +0000 (13:19 +0000)]
xz: update to version 5.0.2
SVN-Revision: 26438
Felix Fietkau [Sun, 3 Apr 2011 03:42:14 +0000 (03:42 +0000)]
busybox: add missing kconfig symbol type for BUSYBOX_USE_LIBRPC
SVN-Revision: 26437
Felix Fietkau [Sun, 3 Apr 2011 03:40:09 +0000 (03:40 +0000)]
build: reduce the amount of generated make code for the initial prereq scan - makes it about 20% faster
SVN-Revision: 26436
Felix Fietkau [Sun, 3 Apr 2011 03:40:04 +0000 (03:40 +0000)]
build: use a conditional @ sign before silenced targets instead of .SILENT - makes prereq checks more than twice as fast
SVN-Revision: 26435
Felix Fietkau [Sun, 3 Apr 2011 03:40:01 +0000 (03:40 +0000)]
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
Felix Fietkau [Sun, 3 Apr 2011 02:10:32 +0000 (02:10 +0000)]
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
Felix Fietkau [Sun, 3 Apr 2011 02:07:59 +0000 (02:07 +0000)]
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
Felix Fietkau [Sun, 3 Apr 2011 01:56:05 +0000 (01:56 +0000)]
busybox: simplify conditional dependency on librpc
SVN-Revision: 26430
Felix Fietkau [Sun, 3 Apr 2011 01:55:22 +0000 (01:55 +0000)]
busybox: only add the librpc build dependency for uclibc (#8864)
SVN-Revision: 26429
Felix Fietkau [Sun, 3 Apr 2011 01:23:45 +0000 (01:23 +0000)]
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
Felix Fietkau [Sun, 3 Apr 2011 01:23:20 +0000 (01:23 +0000)]
kernel: usb-net depends on kernel MII support
SVN-Revision: 26425
Felix Fietkau [Sun, 3 Apr 2011 01:23:16 +0000 (01:23 +0000)]
kernel: add a package for the sierra_net module for sierra wireless 3g devices
SVN-Revision: 26424
Felix Fietkau [Sun, 3 Apr 2011 01:02:03 +0000 (01:02 +0000)]
lzma-old: do not install $(STAGING_DIR_HOST)/bin/lzma
SVN-Revision: 26423
Felix Fietkau [Sun, 3 Apr 2011 01:02:00 +0000 (01:02 +0000)]
tools/squashfs4: update to version 4.2 (adds support for xz compression)
Based on a patch by Jonas Gorski
SVN-Revision: 26422
Felix Fietkau [Sat, 2 Apr 2011 22:04:38 +0000 (22:04 +0000)]
ath9k: fix missing chip wakeups causing instability issues on at least AR5416 (probably on other devices as well); fixes #9107
SVN-Revision: 26418
Felix Fietkau [Sat, 2 Apr 2011 19:48:45 +0000 (19:48 +0000)]
kernel: add a missing kconfig symbol for 2.6.38
SVN-Revision: 26417
Felix Fietkau [Sat, 2 Apr 2011 19:44:51 +0000 (19:44 +0000)]
hostapd: write a stampfile when the random pool has been initialized - fixes rejected assoc attempts after hostapd restart
SVN-Revision: 26415
Felix Fietkau [Sat, 2 Apr 2011 19:44:47 +0000 (19:44 +0000)]
hostapd: update to
20110402, fixes issues with non-QoS clients
SVN-Revision: 26414
Hauke Mehrtens [Sat, 2 Apr 2011 19:31:21 +0000 (19:31 +0000)]
kernel: remove double definition of depends in crypto-mv-cesa and make it look like the other entries.
Thank you Maarten
SVN-Revision: 26413
Felix Fietkau [Sat, 2 Apr 2011 16:53:46 +0000 (16:53 +0000)]
ath9k-htc: enable debugfs support
SVN-Revision: 26412
Felix Fietkau [Sat, 2 Apr 2011 16:35:22 +0000 (16:35 +0000)]
rtl8306: do not overwrite registers in the phy fixup, it could mess up other switches (fixes #8911)
SVN-Revision: 26410
Felix Fietkau [Sat, 2 Apr 2011 16:06:42 +0000 (16:06 +0000)]
mac80211: fix duplicate probe request reception (triggering unnecessary probe responses in multi-BSSID setups)
SVN-Revision: 26408
Hauke Mehrtens [Sat, 2 Apr 2011 15:41:04 +0000 (15:41 +0000)]
kernel: mv_cesa depends on CRYPTO_BLKCIPHER2 and CRYPTO_HASH2
SVN-Revision: 26407
Felix Fietkau [Sat, 2 Apr 2011 15:25:22 +0000 (15:25 +0000)]
kernel: add a missing dependency for the mv_cesa crypto driver
SVN-Revision: 26406
Felix Fietkau [Sat, 2 Apr 2011 14:27:51 +0000 (14:27 +0000)]
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
Jo-Philipp Wich [Sat, 2 Apr 2011 13:20:11 +0000 (13:20 +0000)]
uboot-ar71xx: fix compilation on FreeBSD
SVN-Revision: 26404
John Crispin [Sat, 2 Apr 2011 12:56:11 +0000 (12:56 +0000)]
remove unknown package names from DEFAULT:=
SVN-Revision: 26403
Felix Fietkau [Sat, 2 Apr 2011 12:50:50 +0000 (12:50 +0000)]
kernel: the cryptosoft module of ocf needs cryptoapi manager support (for blkcipher, hash)
SVN-Revision: 26402
Felix Fietkau [Sat, 2 Apr 2011 12:43:21 +0000 (12:43 +0000)]
ar71xx: use DEFAULT:= in the uboot-ar71xx package instead of adding uboot to the profiles, fixes imagebuilder issues
SVN-Revision: 26401
Daniel Dickinson [Sat, 2 Apr 2011 05:44:46 +0000 (05:44 +0000)]
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
Felix Fietkau [Sat, 2 Apr 2011 02:24:38 +0000 (02:24 +0000)]
ppp: fix fallout from the size reduction patch (thx, frogonwheels)
SVN-Revision: 26398
Daniel Dickinson [Sat, 2 Apr 2011 02:02:24 +0000 (02:02 +0000)]
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
Felix Fietkau [Sat, 2 Apr 2011 01:10:01 +0000 (01:10 +0000)]
ath9k: fix adhoc beacon issues (#9163)
SVN-Revision: 26395
Felix Fietkau [Sat, 2 Apr 2011 00:47:33 +0000 (00:47 +0000)]
ar71xx: enable access to the WAN port PHY on a few devices, adds WAN link detection
SVN-Revision: 26394
Felix Fietkau [Sat, 2 Apr 2011 00:47:29 +0000 (00:47 +0000)]
ar71xx: only allow internal access to the ar7240 switch, export the MDIO bus behind the switch instead
SVN-Revision: 26393
Felix Fietkau [Sat, 2 Apr 2011 00:47:25 +0000 (00:47 +0000)]
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
John Crispin [Fri, 1 Apr 2011 11:07:27 +0000 (11:07 +0000)]
path expansion was broken due to a badly quoted *
Signed-of-by: Benjamin Cama <benoar@dolka.fr>
SVN-Revision: 26391
John Crispin [Fri, 1 Apr 2011 10:55:23 +0000 (10:55 +0000)]
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
Daniel Dickinson [Thu, 31 Mar 2011 06:16:23 +0000 (06:16 +0000)]
Updated kernel version to 2.6.37.4. Tested with 6348 and 6358 devices.
SVN-Revision: 26387
Jo-Philipp Wich [Wed, 30 Mar 2011 20:29:17 +0000 (20:29 +0000)]
firewall: prevent duplicate values in interface state vars
SVN-Revision: 26382
Michael Büsch [Wed, 30 Mar 2011 16:49:18 +0000 (16:49 +0000)]
shmem_set_file: Remove ima_counts_get()
SVN-Revision: 26378
Michael Büsch [Wed, 30 Mar 2011 16:43:23 +0000 (16:43 +0000)]
2.6.38 vm_exports.patch: Fix merge error introduced in r26332 Thanks to acoul for noticing.
SVN-Revision: 26377
Felix Fietkau [Wed, 30 Mar 2011 15:59:40 +0000 (15:59 +0000)]
kernel: ocf also requires kmod-crypto-mananger (which depends on kmod-crypto-hash)
SVN-Revision: 26375
Florian Fainelli [Wed, 30 Mar 2011 15:36:26 +0000 (15:36 +0000)]
fix USB modules build on octeon
SVN-Revision: 26374
Florian Fainelli [Wed, 30 Mar 2011 15:36:22 +0000 (15:36 +0000)]
package i2c master driver
SVN-Revision: 26373
Felix Fietkau [Wed, 30 Mar 2011 15:07:09 +0000 (15:07 +0000)]
kernel: add missing dependency for ocf on kmod-crypto-hash
SVN-Revision: 26372
Felix Fietkau [Wed, 30 Mar 2011 12:33:14 +0000 (12:33 +0000)]
mac80211: add all drivers to PKG_CONFIG_DEPENDS
SVN-Revision: 26369
Felix Fietkau [Wed, 30 Mar 2011 11:38:39 +0000 (11:38 +0000)]
ath9k: fix reported signal strength
SVN-Revision: 26368
Felix Fietkau [Wed, 30 Mar 2011 11:38:35 +0000 (11:38 +0000)]
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
Hamish Guthrie [Wed, 30 Mar 2011 11:37:08 +0000 (11:37 +0000)]
Update filesystem selection
SVN-Revision: 26366
Felix Fietkau [Wed, 30 Mar 2011 10:44:27 +0000 (10:44 +0000)]
qos-scripts: remove the layer7 based classifiers from the default configuration - they are unreliable and prone to memory leaks
SVN-Revision: 26364
Hamish Guthrie [Wed, 30 Mar 2011 09:39:58 +0000 (09:39 +0000)]
Add uboot-envtools to gumstix builds
SVN-Revision: 26363
Felix Fietkau [Tue, 29 Mar 2011 13:31:39 +0000 (13:31 +0000)]
kernel: fix autoload for the crypto_hash module (patch from #9136)
SVN-Revision: 26358
Felix Fietkau [Tue, 29 Mar 2011 10:58:42 +0000 (10:58 +0000)]
busybox: enable cmp by default (#9133)
SVN-Revision: 26356
John Crispin [Tue, 29 Mar 2011 07:10:50 +0000 (07:10 +0000)]
* adds spi driver, thx daniel
SVN-Revision: 26355
John Crispin [Tue, 29 Mar 2011 06:20:00 +0000 (06:20 +0000)]
* fix ARV7518PW support
SVN-Revision: 26354
John Crispin [Tue, 29 Mar 2011 06:19:31 +0000 (06:19 +0000)]
* use netif_rx of the phydev if it is provided
SVN-Revision: 26353
John Crispin [Tue, 29 Mar 2011 05:18:08 +0000 (05:18 +0000)]
* shrink the memory window of the wdt
SVN-Revision: 26352
John Crispin [Tue, 29 Mar 2011 05:17:10 +0000 (05:17 +0000)]
* several updates to the voice packages
SVN-Revision: 26351
Felix Fietkau [Mon, 28 Mar 2011 23:25:18 +0000 (23:25 +0000)]
scripts/diffconfig.sh: handle CONFIG_ALL, CONFIG_DEVEL and CONFIG_TOOLCHAINOPTS properly
SVN-Revision: 26349
Florian Fainelli [Mon, 28 Mar 2011 21:31:02 +0000 (21:31 +0000)]
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
Michael Büsch [Mon, 28 Mar 2011 15:53:28 +0000 (15:53 +0000)]
Update omap24xx kconfig
SVN-Revision: 26333
Michael Büsch [Mon, 28 Mar 2011 15:44:03 +0000 (15:44 +0000)]
Update 2.6.38 to 2.6.38.2
SVN-Revision: 26332
Alexandros C. Couloumbis [Mon, 28 Mar 2011 12:00:17 +0000 (12:00 +0000)]
linux/atheros: add missing netpoll option. (closes #9130)
SVN-Revision: 26331
Travis Kemen [Mon, 28 Mar 2011 01:18:58 +0000 (01:18 +0000)]
The Geos target (and probably others, like net5501) need to grab the new cs5535 gpio driver.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26330
Gabor Juhos [Sun, 27 Mar 2011 19:20:06 +0000 (19:20 +0000)]
ramips: remove 2.6.36 stuff
SVN-Revision: 26329
Gabor Juhos [Sun, 27 Mar 2011 19:20:04 +0000 (19:20 +0000)]
ramips: switch to 2.6.37
SVN-Revision: 26328
Gabor Juhos [Sun, 27 Mar 2011 19:20:03 +0000 (19:20 +0000)]
ramips: UPF_FIXED_TYPE must be set for the serial ports
SVN-Revision: 26327
Gabor Juhos [Sun, 27 Mar 2011 19:19:59 +0000 (19:19 +0000)]
ramips: define GPIO chips separately for each SoCs
SVN-Revision: 26326
Gabor Juhos [Sun, 27 Mar 2011 19:19:57 +0000 (19:19 +0000)]
ramips: move GPIO definitions into a separate header file
SVN-Revision: 26325
Gabor Juhos [Sun, 27 Mar 2011 19:19:51 +0000 (19:19 +0000)]
ramips: setup GPIO chip functions on the fly
SVN-Revision: 26324
Gabor Juhos [Sun, 27 Mar 2011 19:19:48 +0000 (19:19 +0000)]
ramips: use separate register base for GPIO chips
SVN-Revision: 26323
Gabor Juhos [Sun, 27 Mar 2011 19:19:45 +0000 (19:19 +0000)]
ramips: fix dir-300 mtd layout
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 26322
Gabor Juhos [Sun, 27 Mar 2011 19:19:41 +0000 (19:19 +0000)]
ramips: enable MDIO on the HW550-3G board
SVN-Revision: 26321
Gabor Juhos [Sun, 27 Mar 2011 19:19:40 +0000 (19:19 +0000)]
ramips: add sysupgrade and status LED support for HW550-3G
This patch adds sysupgrade and status LED support for the Aztech
HW550-3G. Some LED GPIOs were changed for clarity.
Signed-off-by: Layne Edwards <ledwards76@gmail.com>
SVN-Revision: 26320
Felix Fietkau [Sun, 27 Mar 2011 18:21:45 +0000 (18:21 +0000)]
ubus: update to 2011-03-27 (includes an API simplification for object signatures), use PKG_MIRROR_MD5SUM
SVN-Revision: 26319
Felix Fietkau [Sun, 27 Mar 2011 18:21:40 +0000 (18:21 +0000)]
libubox: update to 2011-03-27 (includes some minor fixes), add PKG_MIRROR_MD5SUM
SVN-Revision: 26318
Felix Fietkau [Sun, 27 Mar 2011 14:27:32 +0000 (14:27 +0000)]
ath9k: fix PS-Poll frame reception in AP mode on AR91xx and earlier - should fix some AP mode stability issues on these chips
SVN-Revision: 26316
Felix Fietkau [Sun, 27 Mar 2011 12:56:20 +0000 (12:56 +0000)]
uci: fix linking against libdl (#9123)
SVN-Revision: 26315
Daniel Dickinson [Sun, 27 Mar 2011 06:40:51 +0000 (06:40 +0000)]
block-mount: Merged block-mount, block-extroot, and block-hotplug into a single binary package called block-mount.
SVN-Revision: 26314
Daniel Dickinson [Sun, 27 Mar 2011 06:02:30 +0000 (06:02 +0000)]
block-mount block-extroot: Bump packages versions forgetten during previous two commits
SVN-Revision: 26313
Daniel Dickinson [Sun, 27 Mar 2011 05:39:53 +0000 (05:39 +0000)]
block-mount block-extroot: Add commands /etc/init.d/fstab overlay_enable and /etc/init.d/fstab whole_root_enable to renable a disable rootfs.
SVN-Revision: 26312
Daniel Dickinson [Sun, 27 Mar 2011 05:39:47 +0000 (05:39 +0000)]
block-mount block-extroot: Rename /tmp/rom-disabled to /tmp/whole_root-dsibled for disabled mounts of a non-overlay external rootfs.
SVN-Revision: 26311
Felix Fietkau [Sun, 27 Mar 2011 00:50:19 +0000 (00:50 +0000)]
uci: update to fix lua plugin linker issue (#9121)
SVN-Revision: 26310
Felix Fietkau [Sat, 26 Mar 2011 22:41:17 +0000 (22:41 +0000)]
uci: install libucimap to the staging dir
SVN-Revision: 26309
Felix Fietkau [Sat, 26 Mar 2011 22:25:59 +0000 (22:25 +0000)]
remove ucitrigger, it is unused and will be replaced by something different in the future
SVN-Revision: 26308
Felix Fietkau [Sat, 26 Mar 2011 21:00:20 +0000 (21:00 +0000)]
uci: update to latest version, uses cmake now
SVN-Revision: 26307
Felix Fietkau [Sat, 26 Mar 2011 16:56:39 +0000 (16:56 +0000)]
madwifi: add support for translating country codes into internal country code numbers (based on a patch by Manuel Munz)
SVN-Revision: 26306
Felix Fietkau [Sat, 26 Mar 2011 15:29:53 +0000 (15:29 +0000)]
Revert "kernel: remove all local symbols from kernel modules at link time to reduce their size" Use -x when stripping kernel modules instead
SVN-Revision: 26305
Felix Fietkau [Sat, 26 Mar 2011 15:22:14 +0000 (15:22 +0000)]
strip .gnu.attributes and .reginfo from kernel modules
SVN-Revision: 26304
Felix Fietkau [Sat, 26 Mar 2011 14:06:29 +0000 (14:06 +0000)]
mac80211: disable an unnecessary backport to reduce code size
SVN-Revision: 26303
Felix Fietkau [Sat, 26 Mar 2011 14:06:25 +0000 (14:06 +0000)]
mac80211: remove an obsolete backport patch
SVN-Revision: 26302
Felix Fietkau [Sat, 26 Mar 2011 01:07:16 +0000 (01:07 +0000)]
kernel: use -fno-caller-saves
SVN-Revision: 26301
Felix Fietkau [Sat, 26 Mar 2011 01:07:12 +0000 (01:07 +0000)]
global cflags: remove -funit-at-a-time, it is ignored by recent compilers. instead add -fno-caller-saves, which improves compression ratio for generated code with no apparent negative effects on performance
SVN-Revision: 26300
Felix Fietkau [Fri, 25 Mar 2011 23:47:08 +0000 (23:47 +0000)]
remove postinst files for preinstalled packages
SVN-Revision: 26299
Felix Fietkau [Fri, 25 Mar 2011 23:47:04 +0000 (23:47 +0000)]
kernel: remove all local symbols from kernel modules at link time to reduce their size
SVN-Revision: 26298
Felix Fietkau [Fri, 25 Mar 2011 22:18:17 +0000 (22:18 +0000)]
kernel: remove wrong chunks from the 2.6.37 and 2.6.38 version of the mips oprofile fix
SVN-Revision: 26297
Felix Fietkau [Fri, 25 Mar 2011 21:28:44 +0000 (21:28 +0000)]
kernel: split up cryptoapi, move hash support and blockcipher/algorithm manager to separate packages
SVN-Revision: 26296
Felix Fietkau [Fri, 25 Mar 2011 21:28:22 +0000 (21:28 +0000)]
mac80211: add a pending patch to remove the dependency on ecb
SVN-Revision: 26295