openwrt/openwrt.git
15 years agoopkg: apparently array bounds checking is gcc 4.3 specific, move -Wno-array-bounds...
Felix Fietkau [Sat, 14 Feb 2009 14:11:12 +0000 (14:11 +0000)]
opkg: apparently array bounds checking is gcc 4.3 specific, move -Wno-array-bounds into TARGET_CFLAGS instead of a patch and make it conditional

SVN-Revision: 14508

15 years agokernel: add missing definition for CONFIG_KALLSYMS_ALL
Felix Fietkau [Sat, 14 Feb 2009 14:10:44 +0000 (14:10 +0000)]
kernel: add missing definition for CONFIG_KALLSYMS_ALL

SVN-Revision: 14507

15 years agoopkg: work around a gcc warning bug related to array bounds checking
Felix Fietkau [Sat, 14 Feb 2009 10:43:15 +0000 (10:43 +0000)]
opkg: work around a gcc warning bug related to array bounds checking

SVN-Revision: 14506

15 years agofix gcc 4.3.x segfault triggered by using -frename-registers (reproduced on arm,...
Felix Fietkau [Sat, 14 Feb 2009 00:09:27 +0000 (00:09 +0000)]
fix gcc 4.3.x segfault triggered by using -frename-registers (reproduced on arm, might be relevant for other platforms as well)

SVN-Revision: 14505

15 years agoag71xx driver: fix a kernel crash caused by r14496
Gabor Juhos [Fri, 13 Feb 2009 20:36:39 +0000 (20:36 +0000)]
ag71xx driver: fix a kernel crash caused by r14496

SVN-Revision: 14504

15 years agoAdd 2.6.28.5 md5sum
Michael Büsch [Fri, 13 Feb 2009 17:55:28 +0000 (17:55 +0000)]
Add 2.6.28.5 md5sum

SVN-Revision: 14502

15 years agochanged default kernel to 2.6.28.5, it at least runs on Asus WL-500g Premium. The...
Markus Wigge [Fri, 13 Feb 2009 17:37:57 +0000 (17:37 +0000)]
changed default kernel to 2.6.28.5, it at least runs on Asus WL-500g Premium. The earlier version 2.6.28.4 is also running on WRT54G3G so I don't expect any trouble here.

SVN-Revision: 14501

15 years ago- new upstream kernel 2.6.28.5 - the fix-serial_h patch does not apply anymore and...
Markus Wigge [Fri, 13 Feb 2009 15:13:15 +0000 (15:13 +0000)]
- new upstream kernel 2.6.28.5 - the fix-serial_h patch does not apply anymore and is integrated upstream now

SVN-Revision: 14500

15 years agodisable SMP by default on x86
Felix Fietkau [Fri, 13 Feb 2009 14:37:21 +0000 (14:37 +0000)]
disable SMP by default on x86

SVN-Revision: 14498

15 years agonuke old x86 kernel configs
Felix Fietkau [Fri, 13 Feb 2009 14:37:05 +0000 (14:37 +0000)]
nuke old x86 kernel configs

SVN-Revision: 14497

15 years agoag71xx driver: fix return code of the napi poll routine, was broken since [13545...
Gabor Juhos [Fri, 13 Feb 2009 11:16:57 +0000 (11:16 +0000)]
ag71xx driver: fix return code of the napi poll routine, was broken since [13545] (patch by Ubiquiti Networks)

SVN-Revision: 14496

15 years agoag71xx driver: update phy connecting code
Gabor Juhos [Fri, 13 Feb 2009 10:43:40 +0000 (10:43 +0000)]
ag71xx driver: update phy connecting code

SVN-Revision: 14495

15 years agoremove netif schedule from the ag71xx driver
Gabor Juhos [Fri, 13 Feb 2009 08:58:59 +0000 (08:58 +0000)]
remove netif schedule from the ag71xx driver

SVN-Revision: 14494

15 years agoremove 2.6.26 specific stuff
Gabor Juhos [Fri, 13 Feb 2009 08:56:13 +0000 (08:56 +0000)]
remove 2.6.26 specific stuff

SVN-Revision: 14493

15 years agoalways select kmod-ssb, pci is supported
Florian Fainelli [Fri, 13 Feb 2009 00:13:39 +0000 (00:13 +0000)]
always select kmod-ssb, pci is supported

SVN-Revision: 14492

15 years agomake b43/b43legacy selectable again (#4596)
Florian Fainelli [Fri, 13 Feb 2009 00:12:30 +0000 (00:12 +0000)]
make b43/b43legacy selectable again (#4596)

SVN-Revision: 14491

15 years agoadd preliminary support for the Ubiquiti LS-SR71 board (thanks to Xianghua Xiao for...
Gabor Juhos [Thu, 12 Feb 2009 19:48:27 +0000 (19:48 +0000)]
add preliminary support for the Ubiquiti LS-SR71 board (thanks to Xianghua Xiao for the initial patch, and for testing)

SVN-Revision: 14488

15 years agofix a typo in the dynamic mdio patch
Gabor Juhos [Thu, 12 Feb 2009 15:10:39 +0000 (15:10 +0000)]
fix a typo in the dynamic mdio patch

SVN-Revision: 14487

15 years agopull ethernet mac out of reset before registering the mdio_bus
Gabor Juhos [Thu, 12 Feb 2009 14:06:58 +0000 (14:06 +0000)]
pull ethernet mac out of reset before registering the mdio_bus

SVN-Revision: 14486

15 years agogeneric-2.6/2.6.28: rename spi-gpio patch
Gabor Juhos [Thu, 12 Feb 2009 11:43:44 +0000 (11:43 +0000)]
generic-2.6/2.6.28: rename spi-gpio patch

SVN-Revision: 14484

15 years agoparse the board parameter from the command line first Signed-off-by: Andrea Tassi...
Gabor Juhos [Thu, 12 Feb 2009 08:08:14 +0000 (08:08 +0000)]
parse the board parameter from the command line first Signed-off-by: Andrea Tassi <andrea.tassi at gmail.com> and WiFi(ed) - The Embedded Development Team (of Riccardo Coppola <coppola.riccardo at gmail.com>, Andrea Tassi <andrea.tassi at gmail.com> and Massimiliano Toce <massimiliano.toce at gmail.com>)

SVN-Revision: 14482

15 years agoucmb: Experimental SPI-GPIO based communication channel
Michael Büsch [Wed, 11 Feb 2009 18:56:51 +0000 (18:56 +0000)]
ucmb: Experimental SPI-GPIO based communication channel

SVN-Revision: 14478

15 years agospi-gpio: Support busses without chipselect (only one device on the bus)
Michael Büsch [Wed, 11 Feb 2009 18:02:59 +0000 (18:02 +0000)]
spi-gpio: Support busses without chipselect (only one device on the bus)

SVN-Revision: 14476

15 years agoMake spi-gpio hotplug capable, so we can initialize devices after boot.
Michael Büsch [Wed, 11 Feb 2009 18:01:59 +0000 (18:01 +0000)]
Make spi-gpio hotplug capable, so we can initialize devices after boot.

SVN-Revision: 14475

15 years agoadd DBAu1550 support, thanks to Philippe Vachon
Florian Fainelli [Wed, 11 Feb 2009 16:11:53 +0000 (16:11 +0000)]
add DBAu1550 support, thanks to Philippe Vachon

SVN-Revision: 14474

15 years agoprepare to support more au1x00 targets
Florian Fainelli [Wed, 11 Feb 2009 15:47:01 +0000 (15:47 +0000)]
prepare to support more au1x00 targets

SVN-Revision: 14473

15 years agosync kernel configs
Gabor Juhos [Tue, 10 Feb 2009 18:29:13 +0000 (18:29 +0000)]
sync kernel configs

SVN-Revision: 14469

15 years agodo not overried 802.1q and PHY kernel configuration symbols
Florian Fainelli [Tue, 10 Feb 2009 17:53:52 +0000 (17:53 +0000)]
do not overried 802.1q and PHY kernel configuration symbols

SVN-Revision: 14468

15 years agoallow kexec-tools to compile with ccache enabled, patch from Luca Sinigaglia
Florian Fainelli [Tue, 10 Feb 2009 17:52:45 +0000 (17:52 +0000)]
allow kexec-tools to compile with ccache enabled, patch from Luca Sinigaglia

SVN-Revision: 14467

15 years agoinvert the mirror orders seems the first one seems to be offline right now
Florian Fainelli [Tue, 10 Feb 2009 17:14:18 +0000 (17:14 +0000)]
invert the mirror orders seems the first one seems to be offline right now

SVN-Revision: 14466

15 years agoPort SPI-GPIO driver from 2.6.29-rc4
Michael Büsch [Tue, 10 Feb 2009 17:12:12 +0000 (17:12 +0000)]
Port SPI-GPIO driver from 2.6.29-rc4

SVN-Revision: 14465

15 years agoDeprecate the old SPI-GPIO driver.
Michael Büsch [Tue, 10 Feb 2009 16:55:38 +0000 (16:55 +0000)]
Deprecate the old SPI-GPIO driver.

SVN-Revision: 14464

15 years agoAdd i2c driver (to etrax) improved by Geert Vancompernolle
Claudio Mignanti [Mon, 9 Feb 2009 21:38:27 +0000 (21:38 +0000)]
Add i2c driver (to etrax) improved by Geert Vancompernolle

SVN-Revision: 14462

15 years agonetfilter: remove CHAOS, TARPIT and DELUDE references
Gabor Juhos [Mon, 9 Feb 2009 13:27:39 +0000 (13:27 +0000)]
netfilter: remove CHAOS, TARPIT and DELUDE references

SVN-Revision: 14461

15 years ago- removed cs5535 driver again, mixed it up with 5536 chipset - added support for...
Markus Wigge [Mon, 9 Feb 2009 12:34:08 +0000 (12:34 +0000)]
- removed cs5535 driver again, mixed it up with 5536 chipset - added support for "AMD and nVidia IDE support" which works on my Alix.6b2 without further configuration.

SVN-Revision: 14460

15 years ago- added cs5535 ide driver - change memory allocator to "SLUB"
Markus Wigge [Mon, 9 Feb 2009 08:48:14 +0000 (08:48 +0000)]
- added cs5535 ide driver - change memory allocator to "SLUB"

SVN-Revision: 14459

15 years agogeneric-2.6: remove PORTSCAN config option
Gabor Juhos [Sun, 8 Feb 2009 21:05:29 +0000 (21:05 +0000)]
generic-2.6: remove PORTSCAN config option

SVN-Revision: 14458

15 years agoenable CAS-630/630W support
Gabor Juhos [Sun, 8 Feb 2009 20:45:50 +0000 (20:45 +0000)]
enable CAS-630/630W support

SVN-Revision: 14457

15 years agogeneric-2.6: remove TARPIT and CHAOS patches and config options
Gabor Juhos [Sun, 8 Feb 2009 20:11:00 +0000 (20:11 +0000)]
generic-2.6: remove TARPIT and CHAOS patches and config options

SVN-Revision: 14456

15 years agorefresh patches
Gabor Juhos [Sun, 8 Feb 2009 19:38:15 +0000 (19:38 +0000)]
refresh patches

SVN-Revision: 14455

15 years agorefresh 2.6.21 patches
Gabor Juhos [Sun, 8 Feb 2009 19:36:13 +0000 (19:36 +0000)]
refresh 2.6.21 patches

SVN-Revision: 14454

15 years agogeneric-2.6/2.6.21: refresh patches
Gabor Juhos [Sun, 8 Feb 2009 19:33:57 +0000 (19:33 +0000)]
generic-2.6/2.6.21: refresh patches

SVN-Revision: 14453

15 years agorefresh 2.6.24 patches
Gabor Juhos [Sun, 8 Feb 2009 19:18:19 +0000 (19:18 +0000)]
refresh 2.6.24 patches

SVN-Revision: 14452

15 years agorefresh 2.6.24 patches
Gabor Juhos [Sun, 8 Feb 2009 19:17:40 +0000 (19:17 +0000)]
refresh 2.6.24 patches

SVN-Revision: 14451

15 years agogeneric-2.6/2.6.24: refresh patches
Gabor Juhos [Sun, 8 Feb 2009 19:16:45 +0000 (19:16 +0000)]
generic-2.6/2.6.24: refresh patches

SVN-Revision: 14450

15 years agorefresh patches
Gabor Juhos [Sun, 8 Feb 2009 19:14:06 +0000 (19:14 +0000)]
refresh patches

SVN-Revision: 14449

15 years agogeneric-2.6/2.6.23: refresh patches
Gabor Juhos [Sun, 8 Feb 2009 19:11:53 +0000 (19:11 +0000)]
generic-2.6/2.6.23: refresh patches

SVN-Revision: 14448

15 years agoiptables: remove CHAOS and TARPIT patches
Gabor Juhos [Sun, 8 Feb 2009 17:25:26 +0000 (17:25 +0000)]
iptables: remove CHAOS and TARPIT patches

SVN-Revision: 14447

15 years agoInitial kernel support for 2.6.28.4
Claudio Mignanti [Sun, 8 Feb 2009 14:32:21 +0000 (14:32 +0000)]
Initial kernel support for 2.6.28.4

SVN-Revision: 14446

15 years agoupdate to 2.6.28.4
Gabor Juhos [Sun, 8 Feb 2009 13:01:28 +0000 (13:01 +0000)]
update to 2.6.28.4

SVN-Revision: 14441

15 years agoupdate to 2.6.27.15
Gabor Juhos [Sun, 8 Feb 2009 12:32:39 +0000 (12:32 +0000)]
update to 2.6.27.15

SVN-Revision: 14440

15 years agoremove chaostable patch (#4431)
Florian Fainelli [Sun, 8 Feb 2009 12:26:47 +0000 (12:26 +0000)]
remove chaostable patch (#4431)

SVN-Revision: 14439

15 years agogeneric-2.6/2.6.28: show machine name in /proc/cpuinfo if CONFIG_MIPS_MACHINE is...
Gabor Juhos [Sun, 8 Feb 2009 11:43:24 +0000 (11:43 +0000)]
generic-2.6/2.6.28: show machine name in /proc/cpuinfo if CONFIG_MIPS_MACHINE is enabled

SVN-Revision: 14438

15 years agomac80211: add rt2800 patches from the rt2x00 git rope
Gabor Juhos [Sun, 8 Feb 2009 10:22:43 +0000 (10:22 +0000)]
mac80211: add rt2800 patches from the rt2x00 git rope

SVN-Revision: 14435

15 years agomac80211: update compat-wireless to 2009-02-07
Gabor Juhos [Sun, 8 Feb 2009 09:41:49 +0000 (09:41 +0000)]
mac80211: update compat-wireless to 2009-02-07

SVN-Revision: 14434

15 years agoremove false dependence in util-linux-ng
Claudio Mignanti [Sun, 8 Feb 2009 09:21:24 +0000 (09:21 +0000)]
remove false dependence in util-linux-ng

SVN-Revision: 14433

15 years agoupdate mdio patch
Gabor Juhos [Fri, 6 Feb 2009 17:06:37 +0000 (17:06 +0000)]
update mdio patch

SVN-Revision: 14426

15 years agoAdded PS3 sound driver
Hamish Guthrie [Fri, 6 Feb 2009 11:49:22 +0000 (11:49 +0000)]
Added PS3 sound driver

SVN-Revision: 14422

15 years agokmod-ssb should not be visible on 2.4 kernels
Florian Fainelli [Fri, 6 Feb 2009 10:17:45 +0000 (10:17 +0000)]
kmod-ssb should not be visible on 2.4 kernels

SVN-Revision: 14419

15 years agoremove tarpit patches (#4432)
Florian Fainelli [Fri, 6 Feb 2009 09:48:51 +0000 (09:48 +0000)]
remove tarpit patches (#4432)

SVN-Revision: 14418

15 years agocreate firmware images for the Planex MZK-W04NU board
Gabor Juhos [Thu, 5 Feb 2009 16:46:55 +0000 (16:46 +0000)]
create firmware images for the Planex MZK-W04NU board

SVN-Revision: 14413

15 years agoComment out a debug message on usb host driver
Claudio Mignanti [Thu, 5 Feb 2009 15:18:02 +0000 (15:18 +0000)]
Comment out a debug message on usb host driver

SVN-Revision: 14412

15 years agofirmware-utils/mkplanexfw: new firmware generation tool for the Planex MZK-W04NU...
Gabor Juhos [Wed, 4 Feb 2009 21:09:06 +0000 (21:09 +0000)]
firmware-utils/mkplanexfw: new firmware generation tool for the Planex MZK-W04NU device

SVN-Revision: 14410

15 years agoUpdate usb host driver as in Axis SDK2.20
Claudio Mignanti [Wed, 4 Feb 2009 18:00:13 +0000 (18:00 +0000)]
Update usb host driver as in Axis SDK2.20

SVN-Revision: 14409

15 years ago"-R" will not work as it needs the configured IP on the interface. Thus this option...
Markus Wigge [Wed, 4 Feb 2009 14:58:31 +0000 (14:58 +0000)]
"-R" will not work as it needs the configured IP on the interface. Thus this option leads to the warning message: "udhcpc: bind(UDP): Cannot assign requested address"

SVN-Revision: 14408

15 years agofix table alignment for cris (#4104)
Claudio Mignanti [Wed, 4 Feb 2009 14:40:37 +0000 (14:40 +0000)]
fix table alignment for cris (#4104)

SVN-Revision: 14407

15 years agoPrepare etrax for kernel update and update kernel configure for 2.6.25
Claudio Mignanti [Wed, 4 Feb 2009 14:32:16 +0000 (14:32 +0000)]
Prepare etrax for kernel update and update kernel configure for 2.6.25

SVN-Revision: 14406

15 years agonetwork and firewall configuration
Claudio Mignanti [Wed, 4 Feb 2009 09:56:19 +0000 (09:56 +0000)]
network and firewall configuration

SVN-Revision: 14405

15 years agofirmware-utils/mkfwimage: update RouterStation specific values, adn remove some unuse...
Gabor Juhos [Wed, 4 Feb 2009 08:13:58 +0000 (08:13 +0000)]
firmware-utils/mkfwimage: update RouterStation specific values, adn remove some unused code

SVN-Revision: 14404

15 years agoUpdate and add patches
Claudio Mignanti [Wed, 4 Feb 2009 06:16:16 +0000 (06:16 +0000)]
Update and add patches

SVN-Revision: 14403

15 years agocorrect kernel modules dependencies against kmod-i2c-core, they already depend on...
Florian Fainelli [Wed, 4 Feb 2009 02:00:41 +0000 (02:00 +0000)]
correct kernel modules dependencies against kmod-i2c-core, they already depend on kmod-i2c-algo-bit, which depends on kmod-i2c-core (#4330)

SVN-Revision: 14401

15 years agoadd dropkey ssh keys and config files to the conffiles section (#2014)
Florian Fainelli [Tue, 3 Feb 2009 22:28:16 +0000 (22:28 +0000)]
add dropkey ssh keys and config files to the conffiles section (#2014)

SVN-Revision: 14399

15 years agoadd dnsmasq config file to the conffiles section
Florian Fainelli [Tue, 3 Feb 2009 22:27:44 +0000 (22:27 +0000)]
add dnsmasq config file to the conffiles section

SVN-Revision: 14398

15 years agocosmetic & coherency fixes
Nicolas Thill [Tue, 3 Feb 2009 21:25:48 +0000 (21:25 +0000)]
cosmetic & coherency fixes

SVN-Revision: 14397

15 years agoallow specifying port where to log (#2019)
Florian Fainelli [Tue, 3 Feb 2009 20:26:00 +0000 (20:26 +0000)]
allow specifying port where to log (#2019)

SVN-Revision: 14396

15 years agoresync kernel configuration
Florian Fainelli [Tue, 3 Feb 2009 19:59:01 +0000 (19:59 +0000)]
resync kernel configuration

SVN-Revision: 14395

15 years agobcm47xx: Implement the remaining parts of PMU init.
Michael Büsch [Tue, 3 Feb 2009 18:18:15 +0000 (18:18 +0000)]
bcm47xx: Implement the remaining parts of PMU init.

SVN-Revision: 14394

15 years agobinutils: add support for v2.19.1 (from #4492, thanks to dwrobel)
Nicolas Thill [Tue, 3 Feb 2009 16:23:01 +0000 (16:23 +0000)]
binutils: add support for v2.19.1 (from #4492, thanks to dwrobel)

SVN-Revision: 14393

15 years agoenable inotify kernel support
Mirko Vogt [Tue, 3 Feb 2009 15:18:10 +0000 (15:18 +0000)]
enable inotify kernel support

SVN-Revision: 14392

15 years agofix tg3 libphy dependency, thanks Acinonyx
Florian Fainelli [Tue, 3 Feb 2009 14:26:02 +0000 (14:26 +0000)]
fix tg3 libphy dependency, thanks Acinonyx

SVN-Revision: 14390

15 years agogeneric-2.6: sync 2.6.28 config
Andy Boyett [Tue, 3 Feb 2009 10:40:22 +0000 (10:40 +0000)]
generic-2.6: sync 2.6.28 config

SVN-Revision: 14386

15 years agomac80211: update compat-wireless to 2009-02-02
Gabor Juhos [Tue, 3 Feb 2009 09:18:29 +0000 (09:18 +0000)]
mac80211: update compat-wireless to 2009-02-02

SVN-Revision: 14385

15 years agoparse RedBoot environments as well (patch by Jonas <jmajau@ubnt.com>)
Gabor Juhos [Tue, 3 Feb 2009 08:44:50 +0000 (08:44 +0000)]
parse RedBoot environments as well (patch by Jonas <jmajau@ubnt.com>)

SVN-Revision: 14384

15 years agomzk-w04nu: fetch MAC address from the flash
Gabor Juhos [Tue, 3 Feb 2009 07:53:46 +0000 (07:53 +0000)]
mzk-w04nu: fetch MAC address from the flash

SVN-Revision: 14383

15 years agofix handling of invalid arguments passed by some bootloaders (thanks to Jeff Hansen...
Gabor Juhos [Tue, 3 Feb 2009 07:26:31 +0000 (07:26 +0000)]
fix handling of invalid arguments passed by some bootloaders (thanks to Jeff Hansen and to Jonas)

SVN-Revision: 14382

15 years agogeneric: add missing PHY related config entries
Nicolas Thill [Tue, 3 Feb 2009 02:50:10 +0000 (02:50 +0000)]
generic: add missing PHY related config entries

SVN-Revision: 14379

15 years agoserial.h exports struct serial_rs485 which contains __32 fields to userspace so it...
Lars-Peter Clausen [Tue, 3 Feb 2009 00:40:20 +0000 (00:40 +0000)]
serial.h exports struct serial_rs485 which contains __32 fields to userspace so it has to export linux/types.h to userspace aswell.

Fixes #4445

SVN-Revision: 14377

15 years agolibssp should also be configured in binutils
Florian Fainelli [Mon, 2 Feb 2009 23:45:33 +0000 (23:45 +0000)]
libssp should also be configured in binutils

SVN-Revision: 14376

15 years agoopenssl: add a patch to fix link segfault when using a glibc/eglibc based toolchain...
Nicolas Thill [Mon, 2 Feb 2009 22:13:17 +0000 (22:13 +0000)]
openssl: add a patch to fix link segfault when using a glibc/eglibc based toolchain (closes: #4517), thanks to Luigi Mantellini

SVN-Revision: 14375

15 years agobcm47xx: Rename all SSB_PLLRES_ to SSB_PMURES_
Michael Büsch [Mon, 2 Feb 2009 20:04:22 +0000 (20:04 +0000)]
bcm47xx: Rename all SSB_PLLRES_ to SSB_PMURES_

SVN-Revision: 14374

15 years agobcm47xx: Implement 4312 and part of 4325 PLL init.
Michael Büsch [Mon, 2 Feb 2009 20:00:04 +0000 (20:00 +0000)]
bcm47xx: Implement 4312 and part of 4325 PLL init.

SVN-Revision: 14373

15 years agogeneric: sanitize config files (fix typos & whitespace, remove duplicates)
Nicolas Thill [Mon, 2 Feb 2009 19:46:49 +0000 (19:46 +0000)]
generic: sanitize config files (fix typos & whitespace, remove duplicates)

SVN-Revision: 14372

15 years agoparse dot-separated MAC address (patch by Jonas <jmajau@ubnt.com>)
Gabor Juhos [Mon, 2 Feb 2009 19:37:57 +0000 (19:37 +0000)]
parse dot-separated MAC address (patch by Jonas <jmajau@ubnt.com>)

SVN-Revision: 14371

15 years agogcc: add a patch to allow 3.4.6 to build for x86 (closes: #4548)
Nicolas Thill [Mon, 2 Feb 2009 19:23:56 +0000 (19:23 +0000)]
gcc: add a patch to allow 3.4.6 to build for x86 (closes: #4548)

SVN-Revision: 14370

15 years agodefault to binutils 2.18 on ppc* for manual selection as well
Felix Fietkau [Mon, 2 Feb 2009 18:18:47 +0000 (18:18 +0000)]
default to binutils 2.18 on ppc* for manual selection as well

SVN-Revision: 14367

15 years agomzk-w04nu: add GPIO LEDs and buttons
Gabor Juhos [Mon, 2 Feb 2009 17:51:51 +0000 (17:51 +0000)]
mzk-w04nu: add GPIO LEDs and buttons

SVN-Revision: 14366

15 years agonfs-101u: add PCI IRQ map for the NEC USB controller (thanks to Daniel Schmitt for...
Gabor Juhos [Mon, 2 Feb 2009 17:24:07 +0000 (17:24 +0000)]
nfs-101u: add PCI IRQ map for the NEC USB controller (thanks to Daniel Schmitt for testing)

SVN-Revision: 14363

15 years agomake binutils 2.18 default for ppc44x and ppc40x
Felix Fietkau [Mon, 2 Feb 2009 16:43:19 +0000 (16:43 +0000)]
make binutils 2.18 default for ppc44x and ppc40x

SVN-Revision: 14358

15 years agostrip the .note.gnu.build-id section from kernel images, which on some platforms...
Felix Fietkau [Mon, 2 Feb 2009 16:39:28 +0000 (16:39 +0000)]
strip the .note.gnu.build-id section from kernel images, which on some platforms can lead to unusable 3.1G kernel image files

SVN-Revision: 14357

15 years agokernel: mark modules that won't build on 2.6.28 as broken
Nicolas Thill [Mon, 2 Feb 2009 15:48:52 +0000 (15:48 +0000)]
kernel: mark modules that won't build on 2.6.28 as broken

SVN-Revision: 14356