openwrt/openwrt.git
13 years agogeneric: nuke 2.6.33 specific stuff, is not used by any platform
Gabor Juhos [Fri, 17 Dec 2010 17:10:04 +0000 (17:10 +0000)]
generic: nuke 2.6.33 specific stuff, is not used by any platform

SVN-Revision: 24644

13 years agoar71xx: UBNT Secondary MAC address duplicate fix
Gabor Juhos [Fri, 17 Dec 2010 17:10:01 +0000 (17:10 +0000)]
ar71xx: UBNT Secondary MAC address duplicate fix

There is Secondary MAC address duplicate problem with some UBNT
RouterStation and RouterStation Pro HW batches as Primary MAC addresses
are not increased by 2 per device in board data. Fix is to use 'Locally
Administrated bit' for Secondary MAC address instead of increasing
Primary MAC addresses by 1 which could overlap with other device
Primary MAC address.

Signed-off-by: Kestutis Barkauskas<keba@devint.net>
SVN-Revision: 24643

13 years agoar71xx: populate LED configuration for WZR-HP-G300NH
Gabor Juhos [Fri, 17 Dec 2010 17:09:57 +0000 (17:09 +0000)]
ar71xx: populate LED configuration for WZR-HP-G300NH

Signed-off-by: Dave Lichterman <laviddichterman@gmail.com>
[nand-disk trigger has been removed - juhosg]

SVN-Revision: 24642

13 years agobuild flex on the host, some pakcages need it in the newest version
Jo-Philipp Wich [Fri, 17 Dec 2010 02:41:16 +0000 (02:41 +0000)]
build flex on the host, some pakcages need it in the newest version

SVN-Revision: 24631

13 years agoath9k: update initvals for ar9003
Felix Fietkau [Thu, 16 Dec 2010 23:55:32 +0000 (23:55 +0000)]
ath9k: update initvals for ar9003

SVN-Revision: 24629

13 years agoath9k: remove code for setting up gpio based baseband rfkill - it was never used...
Felix Fietkau [Thu, 16 Dec 2010 23:55:23 +0000 (23:55 +0000)]
ath9k: remove code for setting up gpio based baseband rfkill - it was never used, nor configured properly

SVN-Revision: 24628

13 years agoath9k: use the number of pending aggregates instead of the queue depth to determine...
Felix Fietkau [Thu, 16 Dec 2010 23:55:12 +0000 (23:55 +0000)]
ath9k: use the number of pending aggregates instead of the queue depth to determine when it is time to form the next A-MPDU

SVN-Revision: 24627

13 years agobrcm47xx: add ssb debug option.
Hauke Mehrtens [Thu, 16 Dec 2010 19:35:59 +0000 (19:35 +0000)]
brcm47xx: add ssb debug option.

This fixes a problem with wrt350n.
It boots only if this config option is set, otherwise it reboots after "Switching to clocksource MIPS"

Thank you sn9 for fixing this problem.

SVN-Revision: 24626

13 years agobrcm47xx: add some missing pci ID for tg3 driver
Hauke Mehrtens [Thu, 16 Dec 2010 19:31:05 +0000 (19:31 +0000)]
brcm47xx: add some missing pci ID for tg3 driver

Broadcom removed these pci id, but at least the wrt350n has a Ethernet
controller with a pci id of 14e4:1676

Thank you sn9 for fixing this problem.

SVN-Revision: 24625

13 years agobrcm47xx: this patch went upstream
Hauke Mehrtens [Thu, 16 Dec 2010 19:26:55 +0000 (19:26 +0000)]
brcm47xx: this patch went upstream

SVN-Revision: 24624

13 years agolibtool: I don't know what crackhead thought that relinking with /usr/lib during...
Jo-Philipp Wich [Thu, 16 Dec 2010 14:00:07 +0000 (14:00 +0000)]
libtool: I don't know what crackhead thought that relinking with /usr/lib during cross compilation is a good idea, so just remove this crap. It should solve a few instances of "/usr/lib/libc.a: could not read symbols: File format not recognized" when building stuff.

SVN-Revision: 24619

13 years agolibtool: prefix command output with "OpenWrt-" to make it immediately obvious whether...
Jo-Philipp Wich [Wed, 15 Dec 2010 20:02:21 +0000 (20:02 +0000)]
libtool: prefix command output with "OpenWrt-" to make it immediately obvious whether our libtool is used

SVN-Revision: 24613

13 years agoar71xx: add wlan led for the TL-WR941ND
Gabor Juhos [Wed, 15 Dec 2010 19:55:50 +0000 (19:55 +0000)]
ar71xx: add wlan led for the TL-WR941ND

SVN-Revision: 24612

13 years agoar71xx: UBNT M-Series MAC address fix
Gabor Juhos [Wed, 15 Dec 2010 19:55:47 +0000 (19:55 +0000)]
ar71xx: UBNT M-Series MAC address fix

UBNT M-Series devices have 2 MAC addresses in board data.
Fix is to use both entries from board data instead of one entry.

Signed-off-by: Kestutis Barkauskas<keba@devint.net>
SVN-Revision: 24611

13 years agorevert r24604
Imre Kaloz [Wed, 15 Dec 2010 12:24:27 +0000 (12:24 +0000)]
revert r24604

SVN-Revision: 24605

13 years agotarget/linux: clean up non generic & obsolete kernel options for 2.6.36, 2.6.37
Alexandros C. Couloumbis [Wed, 15 Dec 2010 12:15:46 +0000 (12:15 +0000)]
target/linux: clean up non generic & obsolete kernel options for 2.6.36, 2.6.37

SVN-Revision: 24604

13 years agoautotools.mk: touch NEWS, AUTHORS, COPYING and ChangeLog, automake wants them
Jo-Philipp Wich [Wed, 15 Dec 2010 06:05:41 +0000 (06:05 +0000)]
autotools.mk: touch NEWS, AUTHORS, COPYING and ChangeLog, automake wants them

SVN-Revision: 24588

13 years agoautotools.mk: always pass -I m4, some package don't seem to set correct AMFLAGS ...
Jo-Philipp Wich [Wed, 15 Dec 2010 01:24:16 +0000 (01:24 +0000)]
autotools.mk: always pass -I m4, some package don't seem to set correct AMFLAGS (or any at all..)

SVN-Revision: 24574

13 years agoautotools.mk: don't rely on shipped autogen.sh files
Jo-Philipp Wich [Wed, 15 Dec 2010 01:14:14 +0000 (01:14 +0000)]
autotools.mk: don't rely on shipped autogen.sh files

SVN-Revision: 24573

13 years agompfr: reenable HOST_FIXUP, it *should* work okay now after r24570
Jo-Philipp Wich [Wed, 15 Dec 2010 00:39:14 +0000 (00:39 +0000)]
mpfr: reenable HOST_FIXUP, it *should* work okay now after r24570

SVN-Revision: 24571

13 years agoautotools.mk: explicately pass toolchain versions of automake, autoconf, libtoolize...
Jo-Philipp Wich [Wed, 15 Dec 2010 00:19:08 +0000 (00:19 +0000)]
autotools.mk: explicately pass toolchain versions of automake, autoconf, libtoolize, ... to autoreconf

SVN-Revision: 24570

13 years agoar71xx: init the LED pin for ath9k on the TL-MR3[24]20 boards
Gabor Juhos [Tue, 14 Dec 2010 18:01:04 +0000 (18:01 +0000)]
ar71xx: init the LED pin for ath9k on the TL-MR3[24]20 boards

SVN-Revision: 24569

13 years agoar71xx: add helper function to setup LED pin and GPIO on the AP91 based boards
Gabor Juhos [Tue, 14 Dec 2010 18:01:00 +0000 (18:01 +0000)]
ar71xx: add helper function to setup LED pin and GPIO on the AP91 based boards

SVN-Revision: 24568

13 years ago* make the usb gpio configurable * 105-header_xway.patch has a corrupt line count...
John Crispin [Tue, 14 Dec 2010 13:02:49 +0000 (13:02 +0000)]
* make the usb gpio configurable * 105-header_xway.patch has a corrupt line count in it

SVN-Revision: 24564

13 years agoupgrade the linaro gcc to the 2010.12 release
Imre Kaloz [Tue, 14 Dec 2010 09:50:59 +0000 (09:50 +0000)]
upgrade the linaro gcc to the 2010.12 release

SVN-Revision: 24563

13 years agoramips: remove 2.6.3[24] support
Gabor Juhos [Tue, 14 Dec 2010 08:00:31 +0000 (08:00 +0000)]
ramips: remove 2.6.3[24] support

SVN-Revision: 24562

13 years agoramips: switch to 2.6.36
Gabor Juhos [Tue, 14 Dec 2010 08:00:29 +0000 (08:00 +0000)]
ramips: switch to 2.6.36

SVN-Revision: 24561

13 years agoramips: handle OTG interrupt on the RT305x SoC
Gabor Juhos [Tue, 14 Dec 2010 08:00:25 +0000 (08:00 +0000)]
ramips: handle OTG interrupt on the RT305x SoC

SVN-Revision: 24560

13 years agobump kernel version, add MAINTAINER entry
Imre Kaloz [Tue, 14 Dec 2010 07:58:24 +0000 (07:58 +0000)]
bump kernel version, add MAINTAINER entry

SVN-Revision: 24559

13 years agoadd plemininary ultrasparc support
Imre Kaloz [Tue, 14 Dec 2010 07:57:22 +0000 (07:57 +0000)]
add plemininary ultrasparc support

SVN-Revision: 24558

13 years agompfr: disable host fixup for now
Jo-Philipp Wich [Mon, 13 Dec 2010 23:07:30 +0000 (23:07 +0000)]
mpfr: disable host fixup for now

SVN-Revision: 24557

13 years agoreorder dependencies
Jo-Philipp Wich [Mon, 13 Dec 2010 21:02:31 +0000 (21:02 +0000)]
reorder dependencies

SVN-Revision: 24556

13 years agompfr: use autoreconf host fixup
Jo-Philipp Wich [Mon, 13 Dec 2010 21:01:34 +0000 (21:01 +0000)]
mpfr: use autoreconf host fixup

SVN-Revision: 24555

13 years agoopkg: remove manual automake invocations and rely and host and target fixups
Jo-Philipp Wich [Mon, 13 Dec 2010 20:54:01 +0000 (20:54 +0000)]
opkg: remove manual automake invocations and rely and host and target fixups

SVN-Revision: 24554

13 years agoopkg: disable output shaving
Jo-Philipp Wich [Mon, 13 Dec 2010 20:52:57 +0000 (20:52 +0000)]
opkg: disable output shaving

SVN-Revision: 24553

13 years ago- implement hooks for hostbuilds - use host build hooks to implement fixups for host...
Jo-Philipp Wich [Mon, 13 Dec 2010 19:04:33 +0000 (19:04 +0000)]
- implement hooks for hostbuilds - use host build hooks to implement fixups for host build - move separator declaration to rules.mk

SVN-Revision: 24551

13 years agoautotools.mk: add yet another aclocal path
Jo-Philipp Wich [Mon, 13 Dec 2010 16:05:53 +0000 (16:05 +0000)]
autotools.mk: add yet another aclocal path

SVN-Revision: 24547

13 years agoUpdate package selection
Hamish Guthrie [Mon, 13 Dec 2010 12:59:22 +0000 (12:59 +0000)]
Update package selection

SVN-Revision: 24544

13 years agoenable mach support for OpenRD Base and OpenRD Client (#8417), spare the rest
Jo-Philipp Wich [Mon, 13 Dec 2010 10:06:40 +0000 (10:06 +0000)]
enable mach support for OpenRD Base and OpenRD Client (#8417), spare the rest

SVN-Revision: 24541

13 years agobase-files: use shutdown instead of stop when the system goes down (patch by tripolar)
Felix Fietkau [Mon, 13 Dec 2010 08:01:21 +0000 (08:01 +0000)]
base-files: use shutdown instead of stop when the system goes down (patch by tripolar)

SVN-Revision: 24540

13 years agoath9k: fix some more issues in the paprd changes
Felix Fietkau [Mon, 13 Dec 2010 08:01:12 +0000 (08:01 +0000)]
ath9k: fix some more issues in the paprd changes

SVN-Revision: 24539

13 years agoead: fixup some AC_DEFINE() invocations that will make recent automak bail
Jo-Philipp Wich [Mon, 13 Dec 2010 01:47:35 +0000 (01:47 +0000)]
ead: fixup some AC_DEFINE() invocations that will make recent automak bail

SVN-Revision: 24535

13 years agoautotools.mk: support autoreconf at different paths, introduce PKG_AUTOMAKE_PATHS...
Jo-Philipp Wich [Mon, 13 Dec 2010 01:44:28 +0000 (01:44 +0000)]
autotools.mk: support autoreconf at different paths, introduce PKG_AUTOMAKE_PATHS which defaults to '.'

SVN-Revision: 24534

13 years agoadds new lantiq kernel. once the codebase is fully tested and know to be working...
John Crispin [Sun, 12 Dec 2010 22:57:16 +0000 (22:57 +0000)]
adds new lantiq kernel. once the codebase is fully tested and know to be working on all the devices previously supported by ifxmips, we will drop ifxmips support.

SVN-Revision: 24526

13 years agoRevert "[tools] sstrip: Correct include path to really get endian.h" (#8447)
Florian Fainelli [Sun, 12 Dec 2010 14:53:24 +0000 (14:53 +0000)]
Revert "[tools] sstrip: Correct include path to really get endian.h" (#8447)

This reverts commit ac0f793ae985db73caf99916336569c211a759f8.

SVN-Revision: 24516

13 years agoMakefile: Put lzma before squashfs so compile of squashfs4 succeeds (depends on lzma)
Daniel Dickinson [Sun, 12 Dec 2010 05:50:47 +0000 (05:50 +0000)]
Makefile: Put lzma before squashfs so compile of squashfs4 succeeds (depends on lzma)

SVN-Revision: 24513

13 years agosstrip: Correct include path to really get endian.h
Daniel Dickinson [Sun, 12 Dec 2010 05:02:41 +0000 (05:02 +0000)]
sstrip: Correct include path to really get endian.h

SVN-Revision: 24512

13 years agoRevert "[tools] sstrip: Was missing include of <byteswap.h>"
Daniel Dickinson [Sun, 12 Dec 2010 04:59:51 +0000 (04:59 +0000)]
Revert "[tools] sstrip: Was missing include of <byteswap.h>"

This reverts commit bcb48716d097c16834f222c267c73e847f4a8dd0.

SVN-Revision: 24511

13 years agosstrip: Was missing include of <byteswap.h>
Daniel Dickinson [Sun, 12 Dec 2010 04:57:07 +0000 (04:57 +0000)]
sstrip: Was missing include of <byteswap.h>

SVN-Revision: 24510

13 years agobinutils: Fix autoreconf for packages/devel/binutils package, which uses binutils...
Daniel Dickinson [Sun, 12 Dec 2010 01:43:46 +0000 (01:43 +0000)]
binutils: Fix autoreconf for packages/devel/binutils package, which uses binutils toolchain patches

SVN-Revision: 24509

13 years agoAdded autoconf flags for gettimeofday and psignal - uClibc has them
Daniel Dickinson [Sun, 12 Dec 2010 01:43:30 +0000 (01:43 +0000)]
Added autoconf flags for gettimeofday and psignal - uClibc has them

SVN-Revision: 24508

13 years agoath9k: fix a few issues with pa predistortion on ar9003
Felix Fietkau [Sun, 12 Dec 2010 01:15:38 +0000 (01:15 +0000)]
ath9k: fix a few issues with pa predistortion on ar9003

SVN-Revision: 24504

13 years agoath: open up a few safe 5ghz channels in the world regdomain to make the regulatory...
Felix Fietkau [Sun, 12 Dec 2010 01:15:32 +0000 (01:15 +0000)]
ath: open up a few safe 5ghz channels in the world regdomain to make the regulatory override unnecessary in a few cases

SVN-Revision: 24503

13 years agoath9k: merge a few pending cleanup patches
Felix Fietkau [Sun, 12 Dec 2010 01:15:23 +0000 (01:15 +0000)]
ath9k: merge a few pending cleanup patches

SVN-Revision: 24502

13 years agoppl: update to new version.
Hauke Mehrtens [Sat, 11 Dec 2010 23:55:39 +0000 (23:55 +0000)]
ppl: update to new version.

The old version is not compatible with gmp 5.

SVN-Revision: 24501

13 years agotools/xz: do not overwrite the lzma binary
Felix Fietkau [Sat, 11 Dec 2010 21:29:53 +0000 (21:29 +0000)]
tools/xz: do not overwrite the lzma binary

SVN-Revision: 24499

13 years agoath9k: do not adjust the slot time setting for long distance, it seems to cause long...
Felix Fietkau [Sat, 11 Dec 2010 21:29:48 +0000 (21:29 +0000)]
ath9k: do not adjust the slot time setting for long distance, it seems to cause long latencies and low throughput

SVN-Revision: 24498

13 years agomac80211: fix IBSS probe response storms on drivers that do not support drv_tx_last_b...
Felix Fietkau [Sat, 11 Dec 2010 21:29:41 +0000 (21:29 +0000)]
mac80211: fix IBSS probe response storms on drivers that do not support drv_tx_last_beacon()

SVN-Revision: 24497

13 years agoath9k: merge a pending patch for fixing tsf read and write
Felix Fietkau [Sat, 11 Dec 2010 21:29:35 +0000 (21:29 +0000)]
ath9k: merge a pending patch for fixing tsf read and write

SVN-Revision: 24496

13 years agoqemu: update qemu to version 0.13.0
Hauke Mehrtens [Sat, 11 Dec 2010 16:08:10 +0000 (16:08 +0000)]
qemu: update qemu to version 0.13.0

SVN-Revision: 24487

13 years agokernel: update kernel versions Update kernel 2.6.32.26 to 2.6.32.27 Update kenrel...
Hauke Mehrtens [Sat, 11 Dec 2010 16:07:21 +0000 (16:07 +0000)]
kernel: update kernel versions Update kernel 2.6.32.26 to 2.6.32.27 Update kenrel 2.6.36.1 to 2.6.36.2

SVN-Revision: 24486

13 years agoadd a host package for xz
Felix Fietkau [Sat, 11 Dec 2010 13:20:19 +0000 (13:20 +0000)]
add a host package for xz

SVN-Revision: 24481

13 years agoath9k: add missing %pV printk revert
Felix Fietkau [Sat, 11 Dec 2010 10:37:42 +0000 (10:37 +0000)]
ath9k: add missing %pV printk revert

SVN-Revision: 24480

13 years agoremove obsolete stamp dep after r24474
Jo-Philipp Wich [Sat, 11 Dec 2010 03:18:31 +0000 (03:18 +0000)]
remove obsolete stamp dep after r24474

SVN-Revision: 24475

13 years agorework aclocal handling, packages have issues writing through the symlink so keep...
Jo-Philipp Wich [Sat, 11 Dec 2010 03:15:10 +0000 (03:15 +0000)]
rework aclocal handling, packages have issues writing through the symlink so keep the host aclocal as include path for now

SVN-Revision: 24474

13 years agomac80211: update to 2010-12-09
Felix Fietkau [Sat, 11 Dec 2010 01:45:12 +0000 (01:45 +0000)]
mac80211: update to 2010-12-09

SVN-Revision: 24471

13 years agolibtool: don't install aclocal directory again if symlink into $(STAGING_DIR_HOST...
Jo-Philipp Wich [Sat, 11 Dec 2010 01:26:34 +0000 (01:26 +0000)]
libtool: don't install aclocal directory again if symlink into $(STAGING_DIR_HOST)/share/acloca exists aleady

SVN-Revision: 24470

13 years agoautotools.mk: let PKG_REMOVE_FILES default to aclocal.m4
Jo-Philipp Wich [Fri, 10 Dec 2010 22:59:07 +0000 (22:59 +0000)]
autotools.mk: let PKG_REMOVE_FILES default to aclocal.m4

SVN-Revision: 24458

13 years agofix xorg-macros dependency
Jo-Philipp Wich [Fri, 10 Dec 2010 20:25:52 +0000 (20:25 +0000)]
fix xorg-macros dependency

SVN-Revision: 24453

13 years agoturn util-macros into tools/xorg-macros host build, provides global xorg m4 macros
Jo-Philipp Wich [Fri, 10 Dec 2010 20:23:48 +0000 (20:23 +0000)]
turn util-macros into tools/xorg-macros host build, provides global xorg m4 macros

SVN-Revision: 24452

13 years agoath9k: fix non-AMPDU QoS per-tid sequence number assignment
Felix Fietkau [Fri, 10 Dec 2010 20:03:46 +0000 (20:03 +0000)]
ath9k: fix non-AMPDU QoS per-tid sequence number assignment

SVN-Revision: 24445

13 years agoar71xx: add missing files for the JA76PF board
Gabor Juhos [Fri, 10 Dec 2010 19:55:28 +0000 (19:55 +0000)]
ar71xx: add missing files for the JA76PF board

SVN-Revision: 24444

13 years agokernel: package kmod-zd1201 (#8386)
Jo-Philipp Wich [Fri, 10 Dec 2010 19:33:36 +0000 (19:33 +0000)]
kernel: package kmod-zd1201 (#8386)

SVN-Revision: 24443

13 years agoFixed Comtrend CT536_CT5621 board settings. These boards are based on the 96348GW...
Daniel Dickinson [Fri, 10 Dec 2010 18:59:58 +0000 (18:59 +0000)]
Fixed Comtrend CT536_CT5621 board settings. These boards are based on the 96348GW-11 reference design but have different GPIOs therefore we use the board fixups now availabed (thanks the patches by Jonas Gorski) to create a separate board entry for these boards and leave the reference design with reference GPIOs. Also these boards only have enet1 (no enet0) so we set that in the board definition, and use a defconfig for a single interface network.

SVN-Revision: 24442

13 years agomac80211: use iw for txpower control (#8416)
Jo-Philipp Wich [Fri, 10 Dec 2010 18:43:47 +0000 (18:43 +0000)]
mac80211: use iw for txpower control (#8416)

SVN-Revision: 24441

13 years agoar71xx: add support for the jjPlus JA79PF
Gabor Juhos [Fri, 10 Dec 2010 17:57:51 +0000 (17:57 +0000)]
ar71xx: add support for the jjPlus JA79PF

Patch-by: Cezary Jackiewicz
SVN-Revision: 24440

13 years agoar71xx: add support for the TP-LINK TL-MR3220 v1 board
Gabor Juhos [Fri, 10 Dec 2010 17:57:48 +0000 (17:57 +0000)]
ar71xx: add support for the TP-LINK TL-MR3220 v1 board

SVN-Revision: 24439

13 years agofirmware-utils/mktplinkfw: add support for the TL-MR3220 v1
Gabor Juhos [Fri, 10 Dec 2010 17:57:43 +0000 (17:57 +0000)]
firmware-utils/mktplinkfw: add support for the TL-MR3220 v1

SVN-Revision: 24438

13 years agoar71xx: add default network configuration file for the TL-MR3420
Gabor Juhos [Fri, 10 Dec 2010 17:57:40 +0000 (17:57 +0000)]
ar71xx: add default network configuration file for the TL-MR3420

SVN-Revision: 24437

13 years agoautotools.mk: remove autom4ate.cache directory when autoreconf-ing
Jo-Philipp Wich [Fri, 10 Dec 2010 16:28:20 +0000 (16:28 +0000)]
autotools.mk: remove autom4ate.cache directory when autoreconf-ing

SVN-Revision: 24434

13 years agoautomake: rework patch; only skip when the directories does not exist, this preserves...
Jo-Philipp Wich [Fri, 10 Dec 2010 16:10:07 +0000 (16:10 +0000)]
automake: rework patch; only skip when the directories does not exist, this preserves error cases like missing access permissions

SVN-Revision: 24427

13 years agoar71xx: do not throw compile errors if the nbg460n uboot is not selected
Felix Fietkau [Fri, 10 Dec 2010 16:07:27 +0000 (16:07 +0000)]
ar71xx: do not throw compile errors if the nbg460n uboot is not selected

SVN-Revision: 24426

13 years agoautomake: use symlinks instead of hardlinks to link aclocal versions
Jo-Philipp Wich [Fri, 10 Dec 2010 16:03:27 +0000 (16:03 +0000)]
automake: use symlinks instead of hardlinks to link aclocal versions

SVN-Revision: 24425

13 years agoautomake: skip over not existing m4 macro directories, don't fail
Jo-Philipp Wich [Fri, 10 Dec 2010 16:01:33 +0000 (16:01 +0000)]
automake: skip over not existing m4 macro directories, don't fail

SVN-Revision: 24424

13 years agosupport the autoreconf fixup without libtool
Felix Fietkau [Fri, 10 Dec 2010 15:20:51 +0000 (15:20 +0000)]
support the autoreconf fixup without libtool

SVN-Revision: 24423

13 years agomake $(STAGING_DIR)/host/share/aclocal a symlink to $(STAGING_DIR_HOST)/share/aclocal
Felix Fietkau [Fri, 10 Dec 2010 15:20:44 +0000 (15:20 +0000)]
make $(STAGING_DIR)/host/share/aclocal a symlink to $(STAGING_DIR_HOST)/share/aclocal

SVN-Revision: 24422

13 years agoar71xx: select u-boot for the NBG460N in the Default/Minimal profiles as well
Gabor Juhos [Fri, 10 Dec 2010 15:17:08 +0000 (15:17 +0000)]
ar71xx: select u-boot for the NBG460N in the Default/Minimal profiles as well

SVN-Revision: 24421

13 years agoar71xx: add rtc modules for nbg460n
Gabor Juhos [Fri, 10 Dec 2010 15:17:06 +0000 (15:17 +0000)]
ar71xx: add rtc modules for nbg460n

This adds the rtc-class and rtc-pcf8563 modules for the
real time clock used in the NBG460N/550N/550NH.

Signed-off-by: Michael Kurz <michi.kurz@googlemail.com>
SVN-Revision: 24420

13 years agoar71xx: add nbg460n image generation
Gabor Juhos [Fri, 10 Dec 2010 15:17:03 +0000 (15:17 +0000)]
ar71xx: add nbg460n image generation

This adds image generation for NBG460N/550N/550NH boards.

Signed-off-by: Michael Kurz <michi.kurz@googlemail.com>
SVN-Revision: 24419

13 years agoar71xx: adding u-boot for nbg460n
Gabor Juhos [Fri, 10 Dec 2010 15:17:00 +0000 (15:17 +0000)]
ar71xx: adding u-boot for nbg460n

This adds u-boot for nbg460n ar71xx target,
as it is required as second stage bootloader.

Signed-off-by: Michael Kurz <michi.kurz@googlemail.com>
SVN-Revision: 24418

13 years agorevert r24406
Jo-Philipp Wich [Fri, 10 Dec 2010 12:58:15 +0000 (12:58 +0000)]
revert r24406

SVN-Revision: 24415

13 years agomac80211: fix compile errors when LED support in the kernel is disabled
Felix Fietkau [Fri, 10 Dec 2010 12:00:09 +0000 (12:00 +0000)]
mac80211: fix compile errors when LED support in the kernel is disabled

SVN-Revision: 24411

13 years agorevert r24407, its already packaged in the xorg feed
Jo-Philipp Wich [Fri, 10 Dec 2010 10:44:58 +0000 (10:44 +0000)]
revert r24407, its already packaged in the xorg feed

SVN-Revision: 24409

13 years agopackage xorg-macros
Jo-Philipp Wich [Fri, 10 Dec 2010 10:01:45 +0000 (10:01 +0000)]
package xorg-macros

SVN-Revision: 24407

13 years agopkg-config: install pkg.m4 to aclocal/
Jo-Philipp Wich [Fri, 10 Dec 2010 09:35:16 +0000 (09:35 +0000)]
pkg-config: install pkg.m4 to aclocal/

SVN-Revision: 24406

13 years agotoolchain/uClibc: apply an upstream 0.9.32 patch (Unwind_Resume calls to go via PLT...
Alexandros C. Couloumbis [Thu, 9 Dec 2010 18:31:13 +0000 (18:31 +0000)]
toolchain/uClibc: apply an upstream 0.9.32 patch (Unwind_Resume calls to go via PLT to avoid text relocations for PIC)

SVN-Revision: 24396

13 years agokernel: fix raid module packaging on newer kernels (#8384)
Jo-Philipp Wich [Thu, 9 Dec 2010 17:18:41 +0000 (17:18 +0000)]
kernel: fix raid module packaging on newer kernels (#8384)

SVN-Revision: 24394

13 years agotools/mpfr: update to version 3.0.0
Alexandros C. Couloumbis [Thu, 9 Dec 2010 13:31:57 +0000 (13:31 +0000)]
tools/mpfr: update to version 3.0.0

SVN-Revision: 24382

13 years agotools/mpc: update to version 0.8.2
Alexandros C. Couloumbis [Thu, 9 Dec 2010 13:30:30 +0000 (13:30 +0000)]
tools/mpc: update to version 0.8.2

SVN-Revision: 24381

13 years agotools/gmp: update to version 5.0.1
Alexandros C. Couloumbis [Thu, 9 Dec 2010 13:28:57 +0000 (13:28 +0000)]
tools/gmp: update to version 5.0.1

SVN-Revision: 24380