openwrt/svn-archive/archive.git
14 years ago[brcm-2.4] broadcom-wl: implement "hwmode" uci option, supports 11b (B only), 11g...
Jo-Philipp Wich [Wed, 7 Apr 2010 21:33:05 +0000 (21:33 +0000)]
[brcm-2.4] broadcom-wl: implement "hwmode" uci option, supports 11b (B only), 11g (G only), 11gst (G performance) and 11bg (default)

SVN-Revision: 20740

14 years agopackage/grub: play it safe, cross compile everywhere
Alexandros C. Couloumbis [Wed, 7 Apr 2010 21:23:09 +0000 (21:23 +0000)]
package/grub: play it safe, cross compile everywhere

SVN-Revision: 20739

14 years agoadded WRT54G3GV2-VF detection to broadcom-diag
Markus Wigge [Wed, 7 Apr 2010 07:45:54 +0000 (07:45 +0000)]
added WRT54G3GV2-VF detection to broadcom-diag

+ diag now recognizes the router
+ basic LEDs work
- 3G LED for blink does not work as for the old version
  so I removed it. Maybe some GPIO probing might help.

SVN-Revision: 20737

14 years ago[package] block-extroot: unblock package if kmod-broadcom-sdhc has been selected
Jo-Philipp Wich [Tue, 6 Apr 2010 22:57:17 +0000 (22:57 +0000)]
[package] block-extroot: unblock package if kmod-broadcom-sdhc has been selected

SVN-Revision: 20735

14 years ago[atheros] fix failsafe ip deconfig on AR23xx devices without ADM or Marvell switch
Jo-Philipp Wich [Tue, 6 Apr 2010 22:46:15 +0000 (22:46 +0000)]
[atheros] fix failsafe ip deconfig on AR23xx devices without ADM or Marvell switch

SVN-Revision: 20733

14 years agopackage/block-mount: disable config options altering busybox configuration, fix depen...
Nicolas Thill [Tue, 6 Apr 2010 00:52:51 +0000 (00:52 +0000)]
package/block-mount: disable config options altering busybox configuration, fix dependencies

SVN-Revision: 20727

14 years agopackage/busybox: enable blkid, mkswap & swaponoff applets, enable uuid/volumeid suppo...
Nicolas Thill [Tue, 6 Apr 2010 00:51:35 +0000 (00:51 +0000)]
package/busybox: enable blkid, mkswap & swaponoff applets, enable uuid/volumeid support, bumb release number

SVN-Revision: 20726

14 years agoar71xx: fix ethernet on final pb92 board (previous value was based on a preliminary...
Felix Fietkau [Tue, 6 Apr 2010 00:12:50 +0000 (00:12 +0000)]
ar71xx: fix ethernet on final pb92 board (previous value was based on a preliminary version)

SVN-Revision: 20725

14 years ago[PATCH 1/2] Add support for the ar8316 switch.
Jo-Philipp Wich [Mon, 5 Apr 2010 23:03:16 +0000 (23:03 +0000)]
[PATCH 1/2] Add support for the ar8316 switch.
This patch enhances the ar8216 driver with ar8316 support and fixes some minor
issues with the ar8216 driver itself. It should not break anything, but isn't
tested on ar8216 devices.

[PATCH 2/2] ar71xx: Add the ar8316 driver to rs pro/rb-450g.
Add the ar8216 driver to the ar71xx target, and add network
configurations for the RouterStation Pro and the RouterBoard RB-450G.

SVN-Revision: 20722

14 years ago[brcm-2.4] add kernel support for iptables comment match
Jo-Philipp Wich [Mon, 5 Apr 2010 22:38:40 +0000 (22:38 +0000)]
[brcm-2.4] add kernel support for iptables comment match

SVN-Revision: 20720

14 years ago[package] switch: explicitely clear port mappings in unsused vlans (#7082)
Jo-Philipp Wich [Mon, 5 Apr 2010 13:51:26 +0000 (13:51 +0000)]
[package] switch: explicitely clear port mappings in unsused vlans (#7082)

SVN-Revision: 20717

14 years agotarget/rdc: revert [20653], the proper fix for #7005 is in [20712]
Nicolas Thill [Mon, 5 Apr 2010 02:38:59 +0000 (02:38 +0000)]
target/rdc: revert [20653], the proper fix for #7005 is in [20712]

SVN-Revision: 20714

14 years agoixp4xx: add back the patch for avoiding dma bounce buffers for network buffers, which...
Felix Fietkau [Sun, 4 Apr 2010 17:43:13 +0000 (17:43 +0000)]
ixp4xx: add back the patch for avoiding dma bounce buffers for network buffers, which was lost on the kernel upgrade to 2.6.32. fixes ath9k and improves other drivers' performance on boards with >64M ram

SVN-Revision: 20708

14 years agosysupgrade: fix typo in platform_do_upgrade() on x86 (closes: #7068), thanks to acinonyx
Nicolas Thill [Sun, 4 Apr 2010 15:47:26 +0000 (15:47 +0000)]
sysupgrade: fix typo in platform_do_upgrade() on x86 (closes: #7068), thanks to acinonyx

SVN-Revision: 20703

14 years ago[xburst] jzcodec: Only support 16bit formats for now
Lars-Peter Clausen [Sun, 4 Apr 2010 15:39:15 +0000 (15:39 +0000)]
[xburst] jzcodec: Only support 16bit formats for now

SVN-Revision: 20701

14 years agodo not disable netfilter support for xburst target (some packages require netfilter...
Mirko Vogt [Sun, 4 Apr 2010 13:01:50 +0000 (13:01 +0000)]
do not disable netfilter support for xburst target (some packages require netfilter support)

SVN-Revision: 20698

14 years agonetfilter: fix extension list in package descriptions (closes: #7045)
Nicolas Thill [Sun, 4 Apr 2010 12:40:06 +0000 (12:40 +0000)]
netfilter: fix extension list in package descriptions (closes: #7045)

SVN-Revision: 20694

14 years agonetfilter: extension fixes (partially closes: #7045)
Nicolas Thill [Sun, 4 Apr 2010 12:35:06 +0000 (12:35 +0000)]
netfilter: extension fixes (partially closes: #7045)
 * add missing xt_owner (2.6)
 * enable ipt_quota (2.4), disabled in [8499] is building fine with recent iptables
 * add missing ipt_nat_tftp (2.4)
 * add missing nf_nat_amanda (2.6)

SVN-Revision: 20693

14 years agocyassl: shouldn't depend on zlib when compiled with --without-zlib
Steven Barth [Sun, 4 Apr 2010 11:16:46 +0000 (11:16 +0000)]
cyassl: shouldn't depend on zlib when compiled with --without-zlib

SVN-Revision: 20692

14 years ago[cosmectic] include/netfilter.mk: move ebtables definitions at the end
Nicolas Thill [Sun, 4 Apr 2010 03:43:13 +0000 (03:43 +0000)]
[cosmectic] include/netfilter.mk: move ebtables definitions at the end

SVN-Revision: 20690

14 years ago[package] opkg: add upstream patch fixing the order packages are configured (closes...
Nicolas Thill [Sat, 3 Apr 2010 21:38:17 +0000 (21:38 +0000)]
[package] opkg: add upstream patch fixing the order packages are configured (closes: #7057, #7058), bump release number

SVN-Revision: 20686

14 years ago[package] hotplug2: Refresh patches
Vasilis Tsiligiannis [Sat, 3 Apr 2010 18:29:37 +0000 (18:29 +0000)]
[package] hotplug2: Refresh patches

SVN-Revision: 20685

14 years ago[package] hotplug2: Fix event blocking when there are no available children (#6958...
Vasilis Tsiligiannis [Sat, 3 Apr 2010 18:29:32 +0000 (18:29 +0000)]
[package] hotplug2: Fix event blocking when there are no available children (#6958, #7030)

SVN-Revision: 20684

14 years ago[package] base-files: Use hotplug2 to download firmware
Vasilis Tsiligiannis [Sat, 3 Apr 2010 18:21:02 +0000 (18:21 +0000)]
[package] base-files: Use hotplug2 to download firmware

SVN-Revision: 20683

14 years ago[package] hotplug2: Always fork rules flagged as slow
Vasilis Tsiligiannis [Sat, 3 Apr 2010 18:15:42 +0000 (18:15 +0000)]
[package] hotplug2: Always fork rules flagged as slow

SVN-Revision: 20682

14 years ago[package] hotplug2: Fix forking (#7033)
Vasilis Tsiligiannis [Sat, 3 Apr 2010 18:09:14 +0000 (18:09 +0000)]
[package] hotplug2: Fix forking (#7033)

SVN-Revision: 20681

14 years ago[package] hotplug2: Cancel firmware loading on file openning errors
Vasilis Tsiligiannis [Sat, 3 Apr 2010 18:09:09 +0000 (18:09 +0000)]
[package] hotplug2: Cancel firmware loading on file openning errors

SVN-Revision: 20680

14 years ago[package] hotplug2: Fix sysfs path (#7031)
Vasilis Tsiligiannis [Sat, 3 Apr 2010 18:09:04 +0000 (18:09 +0000)]
[package] hotplug2: Fix sysfs path (#7031)

SVN-Revision: 20679

14 years ago[package] hostapd: fixup madwifi turbo modes (#7060)
Jo-Philipp Wich [Sat, 3 Apr 2010 15:16:33 +0000 (15:16 +0000)]
[package] hostapd: fixup madwifi turbo modes (#7060)

SVN-Revision: 20675

14 years agomac80211: update rt2x00 mcu patch (thanks to Luis Correia)
Gabor Juhos [Sat, 3 Apr 2010 14:30:50 +0000 (14:30 +0000)]
mac80211: update rt2x00 mcu patch (thanks to Luis Correia)

SVN-Revision: 20674

14 years agoar71xx: fix broken LAN ports on the boards with AR8216 switch (closes #7024)
Gabor Juhos [Sat, 3 Apr 2010 13:59:08 +0000 (13:59 +0000)]
ar71xx: fix broken LAN ports on the boards with AR8216 switch (closes #7024)

  * cc: backfire@openwrt.org

SVN-Revision: 20673

14 years ago[package] base-files: also regenerate wifi config if existing config contains only...
Jo-Philipp Wich [Sat, 3 Apr 2010 13:31:59 +0000 (13:31 +0000)]
[package] base-files: also regenerate wifi config if existing config contains only whitespace

SVN-Revision: 20669

14 years ago[package] uhttpd:
Jo-Philipp Wich [Sat, 3 Apr 2010 13:09:10 +0000 (13:09 +0000)]
[package] uhttpd:
- cope with options instead of lists in uci config
- fix compilation without tls (#7050)
- bump to rev 7

SVN-Revision: 20668

14 years ago[package] kernel: move support for generic IDE chipsets out of ide-core in their...
Nicolas Thill [Sat, 3 Apr 2010 01:36:27 +0000 (01:36 +0000)]
[package] kernel: move support for generic IDE chipsets out of ide-core in their own packages, fix ixp4xx build issue (closes: #6939)

SVN-Revision: 20664

14 years ago[package] busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner)
Nicolas Thill [Sat, 3 Apr 2010 00:58:46 +0000 (00:58 +0000)]
[package] busybox: update to v1.16.1 (based on v1.16.0 update patch from Peter Wagner)

SVN-Revision: 20661

14 years ago[package] busybox: add myself as maintainer
Nicolas Thill [Fri, 2 Apr 2010 22:59:39 +0000 (22:59 +0000)]
[package] busybox: add myself as maintainer

SVN-Revision: 20657

14 years ago[package] dnsmasq: allow multiple hostnames per domain section
Jo-Philipp Wich [Fri, 2 Apr 2010 22:56:22 +0000 (22:56 +0000)]
[package] dnsmasq: allow multiple hostnames per domain section

SVN-Revision: 20656

14 years ago[rdc] do not set CONFIG_NET_DEV_OPS (#7005)
Florian Fainelli [Fri, 2 Apr 2010 10:34:40 +0000 (10:34 +0000)]
[rdc] do not set CONFIG_NET_DEV_OPS (#7005)

SVN-Revision: 20653

14 years ago[brcm63xx] flashmap and image generation: reduced union bcm_tag to a single struct
Florian Fainelli [Thu, 1 Apr 2010 21:20:43 +0000 (21:20 +0000)]
[brcm63xx] flashmap and image generation: reduced union bcm_tag to a single struct
combining the elements so that it is no longer necessary to create an openwrt-only
tagid and tagcrc, and elimate the tagid detection and switch statements which
made dealing with imagetags overly complicated, especially since the logic would
need analogs in all code that touched the imagetag. Patch from cshore.

SVN-Revision: 20652

14 years agobrcm-2.4: fix commit r18413 "128MB ram problem"
Hauke Mehrtens [Thu, 1 Apr 2010 17:27:59 +0000 (17:27 +0000)]
brcm-2.4: fix commit r18413 "128MB ram problem"

This was missing in commit r20072

SVN-Revision: 20651

14 years agomac80211: remove MCU requests for SoC platforms in the rt2x00 driver
Gabor Juhos [Thu, 1 Apr 2010 15:39:23 +0000 (15:39 +0000)]
mac80211: remove MCU requests for SoC platforms in the rt2x00 driver

The ralink SoC platforms do not have an MCU.

Signed-off-by: Luis Correia <luis.f.correia@gmail.com>
SVN-Revision: 20650

14 years ago[package] base-files: Cancel firmware loading if file doesn't exist
Vasilis Tsiligiannis [Thu, 1 Apr 2010 15:22:13 +0000 (15:22 +0000)]
[package] base-files: Cancel firmware loading if file doesn't exist

SVN-Revision: 20649

14 years ago[x86]: add a subtarget and drivers for the Intel Tolapai SoC
Imre Kaloz [Thu, 1 Apr 2010 12:05:27 +0000 (12:05 +0000)]
[x86]: add a subtarget and drivers for the Intel Tolapai SoC

SVN-Revision: 20648

14 years ago[ifxmips] load firmware to /lib/firmware
John Crispin [Wed, 31 Mar 2010 21:12:20 +0000 (21:12 +0000)]
[ifxmips] load firmware to /lib/firmware

SVN-Revision: 20642

14 years ago[ifxmips] improve extract code
John Crispin [Wed, 31 Mar 2010 21:12:02 +0000 (21:12 +0000)]
[ifxmips] improve extract code

SVN-Revision: 20641

14 years ago[ifxmips] adds proper md5sum to ifxos
John Crispin [Wed, 31 Mar 2010 21:11:39 +0000 (21:11 +0000)]
[ifxmips] adds proper md5sum to ifxos

SVN-Revision: 20640

14 years ago[ifxmips] update os abstraction layer
John Crispin [Wed, 31 Mar 2010 17:24:43 +0000 (17:24 +0000)]
[ifxmips] update os abstraction layer

SVN-Revision: 20639

14 years agohostapd: fix build error caused by r20631
Gabor Juhos [Wed, 31 Mar 2010 15:34:51 +0000 (15:34 +0000)]
hostapd: fix build error caused by r20631

SVN-Revision: 20638

14 years ago[ifxmips] adds voip support
John Crispin [Wed, 31 Mar 2010 11:12:33 +0000 (11:12 +0000)]
[ifxmips] adds voip support

SVN-Revision: 20637

14 years ago[ifxmips] fix licensing issues of ifxmips dsl driver
John Crispin [Wed, 31 Mar 2010 11:12:10 +0000 (11:12 +0000)]
[ifxmips] fix licensing issues of ifxmips dsl driver

SVN-Revision: 20636

14 years ago[ifxmips] uboot only builds with gcc 3.4.6
John Crispin [Wed, 31 Mar 2010 11:09:06 +0000 (11:09 +0000)]
[ifxmips] uboot only builds with gcc 3.4.6

SVN-Revision: 20635

14 years agoramips: add wpad-mini to the default packages
Gabor Juhos [Wed, 31 Mar 2010 09:58:33 +0000 (09:58 +0000)]
ramips: add wpad-mini to the default packages

SVN-Revision: 20632

14 years agohostapd: enable CONFIG_IEEE80211N for the rt2800 driver as well
Gabor Juhos [Wed, 31 Mar 2010 09:58:31 +0000 (09:58 +0000)]
hostapd: enable CONFIG_IEEE80211N for the rt2800 driver as well

SVN-Revision: 20631

14 years agoselect LZMA compressed initramfs by default for ramips
Gabor Juhos [Wed, 31 Mar 2010 09:58:29 +0000 (09:58 +0000)]
select LZMA compressed initramfs by default for ramips

SVN-Revision: 20630

14 years agomac80211: Enable rt2x00 debug if CONFIG_PACKAGE_RT2X00_DEBUG is selected
Gabor Juhos [Wed, 31 Mar 2010 09:58:26 +0000 (09:58 +0000)]
mac80211: Enable rt2x00 debug if CONFIG_PACKAGE_RT2X00_DEBUG is selected

When CONFIG_PACKAGE_RT2X00_DEBUG is selected we should compile rt2x00 with
the CONFIG_RT2X00_DEBUG flag set to enable debug output.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 20629

14 years ago[uboot-lantiq] cleanup configuration handling
Ralph Hempel [Wed, 31 Mar 2010 09:45:09 +0000 (09:45 +0000)]
[uboot-lantiq] cleanup configuration handling

SVN-Revision: 20628

14 years agoramips: annotate device register function prototypes with __init
Gabor Juhos [Wed, 31 Mar 2010 08:40:28 +0000 (08:40 +0000)]
ramips: annotate device register function prototypes with __init

SVN-Revision: 20627

14 years agomac80211: fix a typo in rt2x00 config
Gabor Juhos [Wed, 31 Mar 2010 08:40:26 +0000 (08:40 +0000)]
mac80211: fix a typo in rt2x00 config

Fix a simple typo

Signed-off-by: Luis Correia <luis.f.correia@gmail.com>
SVN-Revision: 20626

14 years agoramips: register wifi device for the RT2880 based boards
Gabor Juhos [Wed, 31 Mar 2010 08:40:23 +0000 (08:40 +0000)]
ramips: register wifi device for the RT2880 based boards

SVN-Revision: 20625

14 years agoramips: add wifi device for the RT2880 as well
Gabor Juhos [Wed, 31 Mar 2010 08:40:20 +0000 (08:40 +0000)]
ramips: add wifi device for the RT2880 as well

SVN-Revision: 20624

14 years agomac80211: add missing config file for the rt2x00
Gabor Juhos [Wed, 31 Mar 2010 05:36:14 +0000 (05:36 +0000)]
mac80211: add missing config file for the rt2x00

SVN-Revision: 20623

14 years ago[package] lua: drop refcounting patch in preparation for 10.03, it has unresolved...
Jo-Philipp Wich [Tue, 30 Mar 2010 23:24:46 +0000 (23:24 +0000)]
[package] lua: drop refcounting patch in preparation for 10.03, it has unresolved issues resulting in random vm crashes

SVN-Revision: 20617

14 years agoramips: register wifi device on the rt305x based boards
Gabor Juhos [Tue, 30 Mar 2010 21:24:10 +0000 (21:24 +0000)]
ramips: register wifi device on the rt305x based boards

SVN-Revision: 20616

14 years agomac80211: enable building of the rt2800 on the ramips target
Gabor Juhos [Tue, 30 Mar 2010 21:24:08 +0000 (21:24 +0000)]
mac80211: enable building of the rt2800 on the ramips target

SVN-Revision: 20615

14 years agoramips: sync kernel config
Gabor Juhos [Tue, 30 Mar 2010 21:24:05 +0000 (21:24 +0000)]
ramips: sync kernel config

SVN-Revision: 20614

14 years ago[ifxmips] prepare kernel for voip
John Crispin [Tue, 30 Mar 2010 21:06:27 +0000 (21:06 +0000)]
[ifxmips] prepare kernel for voip

SVN-Revision: 20613

14 years ago[uboot-lantiq] httpd failsafe - add image check and flash access
Ralph Hempel [Tue, 30 Mar 2010 16:17:38 +0000 (16:17 +0000)]
[uboot-lantiq] httpd failsafe - add image check and flash access

SVN-Revision: 20610

14 years ago[uboot-lantiq] add preliminary AR9 support
Ralph Hempel [Tue, 30 Mar 2010 13:56:30 +0000 (13:56 +0000)]
[uboot-lantiq] add preliminary AR9 support
attention: if caches enabled the network is broken
attention: the network of the flash image doesn't work because of enabled caches

SVN-Revision: 20606

14 years agomissing patch & config file
Ralph Hempel [Tue, 30 Mar 2010 13:51:10 +0000 (13:51 +0000)]
missing patch & config file

SVN-Revision: 20604

14 years agoadding httpd - failsafe patch
Ralph Hempel [Tue, 30 Mar 2010 13:49:42 +0000 (13:49 +0000)]
adding httpd - failsafe patch
flash write routine is not functional yet
add configuration (board & dram)

SVN-Revision: 20603

14 years agoThe ralink rt305x board has a wireless card that can be used with the rt2800pci drive...
John Crispin [Tue, 30 Mar 2010 12:04:05 +0000 (12:04 +0000)]
The ralink rt305x board has a wireless card that can be used with the rt2800pci driver (it does not work yet but basically should). Hence, register the appropriate platform device to allow developing/testing the rt2800pci driver. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>

SVN-Revision: 20599

14 years agoimagebuilder: don't disable on uml
Nicolas Thill [Tue, 30 Mar 2010 11:42:41 +0000 (11:42 +0000)]
imagebuilder: don't disable on uml

SVN-Revision: 20598

14 years agoimagebuilder: various fixes
Nicolas Thill [Tue, 30 Mar 2010 11:41:51 +0000 (11:41 +0000)]
imagebuilder: various fixes
 * only copy host tools from $(STAGING_DIR_HOST)/bin
 * remove more target patches, and also target files
 * combine the 3 find commands into a single one

SVN-Revision: 20597

14 years ago[ramips] Fix the base address of the wireless card. Otherwise it is not possible...
John Crispin [Tue, 30 Mar 2010 10:06:05 +0000 (10:06 +0000)]
[ramips] Fix the base address of the wireless card. Otherwise it is not possible to register a platform wireless device as it overlaps with something else. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>

SVN-Revision: 20596

14 years agotoolchain/binutils: building gas for arm-*-uclibc systems requires linking with -lm
Gabor Juhos [Tue, 30 Mar 2010 08:01:35 +0000 (08:01 +0000)]
toolchain/binutils: building gas for arm-*-uclibc systems requires linking with -lm

SVN-Revision: 20594

14 years agofix path to libgcc.a in LIBGCC_S
Nicolas Thill [Tue, 30 Mar 2010 04:04:47 +0000 (04:04 +0000)]
fix path to libgcc.a in LIBGCC_S

SVN-Revision: 20593

14 years ago[package] openssl: add patch for CVE-2010-0740 ("Record of death") vulnerability
Jo-Philipp Wich [Mon, 29 Mar 2010 23:14:47 +0000 (23:14 +0000)]
[package] openssl: add patch for CVE-2010-0740 ("Record of death") vulnerability

SVN-Revision: 20592

14 years ago[package] fix ndisc compilation failure (#6984)
Florian Fainelli [Mon, 29 Mar 2010 21:20:36 +0000 (21:20 +0000)]
[package] fix ndisc compilation failure (#6984)

SVN-Revision: 20591

14 years agokernel: fix dependencies for x86 target
Hauke Mehrtens [Mon, 29 Mar 2010 21:02:14 +0000 (21:02 +0000)]
kernel: fix dependencies for x86 target

kmod-hid and kmod-input-core are directly build into the kernel for the
x86 target. No package on x86 should depend on it.

This fixes #6963

SVN-Revision: 20590

14 years agomac80211: fix mesh.
Hauke Mehrtens [Mon, 29 Mar 2010 18:33:48 +0000 (18:33 +0000)]
mac80211: fix mesh.

This fixes #6774

SVN-Revision: 20585

14 years agofix kernel-headers build
Felix Fietkau [Mon, 29 Mar 2010 15:16:17 +0000 (15:16 +0000)]
fix kernel-headers build

SVN-Revision: 20584

14 years ago[include] download.mk: fix bzr download method
Nicolas Thill [Mon, 29 Mar 2010 13:06:19 +0000 (13:06 +0000)]
[include] download.mk: fix bzr download method

SVN-Revision: 20582

14 years agotemporary fix to make toolchain build properly, this is broken since [20569]
John Crispin [Mon, 29 Mar 2010 12:18:58 +0000 (12:18 +0000)]
temporary fix to make toolchain build properly, this is broken since [20569]

SVN-Revision: 20581

14 years ago[ifxmips] fixes uboot compile error
John Crispin [Mon, 29 Mar 2010 11:30:24 +0000 (11:30 +0000)]
[ifxmips] fixes uboot compile error

SVN-Revision: 20580

14 years ago[package] uhttpd: fix a signal related race condition exposed by LuCI on fast machines
Jo-Philipp Wich [Mon, 29 Mar 2010 09:26:02 +0000 (09:26 +0000)]
[package] uhttpd: fix a signal related race condition exposed by LuCI on fast machines

SVN-Revision: 20573

14 years ago[package] update e2fsprogs to 1.41.11 (#6896)
Florian Fainelli [Mon, 29 Mar 2010 05:54:54 +0000 (05:54 +0000)]
[package] update e2fsprogs to 1.41.11 (#6896)

SVN-Revision: 20572

14 years ago[package] base-files: fix shell syntax (prevent error messages when activating initsc...
Nicolas Thill [Mon, 29 Mar 2010 03:58:17 +0000 (03:58 +0000)]
[package] base-files: fix shell syntax (prevent error messages when activating initscripts in IB)

SVN-Revision: 20571

14 years agoadd a new helper macro to deal with conditional ./configure flags
Felix Fietkau [Mon, 29 Mar 2010 03:38:40 +0000 (03:38 +0000)]
add a new helper macro to deal with conditional ./configure flags

SVN-Revision: 20570

14 years agoprevent kernel.mk from defining PATCH_DIR and FILES_DIR for regular packages
Felix Fietkau [Mon, 29 Mar 2010 03:07:54 +0000 (03:07 +0000)]
prevent kernel.mk from defining PATCH_DIR and FILES_DIR for regular packages

SVN-Revision: 20569

14 years agouse lazy evaluation for TARGET_CONFIGURE_OPTS to make it possible to override TARGET_...
Felix Fietkau [Mon, 29 Mar 2010 00:05:48 +0000 (00:05 +0000)]
use lazy evaluation for TARGET_CONFIGURE_OPTS to make it possible to override TARGET_CC and TARGET_CXX

SVN-Revision: 20566

14 years agofix u-boot wiki urls
Felix Fietkau [Sun, 28 Mar 2010 23:33:10 +0000 (23:33 +0000)]
fix u-boot wiki urls

SVN-Revision: 20564

14 years agoadd a package for ifxos (Infineon/Lantiq OS abstraction layer for drivers)
Felix Fietkau [Sun, 28 Mar 2010 23:11:05 +0000 (23:11 +0000)]
add a package for ifxos (Infineon/Lantiq OS abstraction layer for drivers)

SVN-Revision: 20563

14 years agoadd uboot-lantiq (based on a patch contributed by Lantiq)
Felix Fietkau [Sun, 28 Mar 2010 22:40:32 +0000 (22:40 +0000)]
add uboot-lantiq (based on a patch contributed by Lantiq)

SVN-Revision: 20561

14 years agouboot-ifxmips: fix portability bug
Felix Fietkau [Sun, 28 Mar 2010 22:40:17 +0000 (22:40 +0000)]
uboot-ifxmips: fix portability bug

SVN-Revision: 20560

14 years agopropagate atm header changes into pppoatm and br2684ctl as well
Felix Fietkau [Sun, 28 Mar 2010 21:55:54 +0000 (21:55 +0000)]
propagate atm header changes into pppoatm and br2684ctl as well

SVN-Revision: 20558

14 years agoifxmips-dsl-control: move to $(KERNEL_BUILD_DIR), add $(LINUX_DIR)/include to cflags
Felix Fietkau [Sun, 28 Mar 2010 21:42:07 +0000 (21:42 +0000)]
ifxmips-dsl-control: move to $(KERNEL_BUILD_DIR), add $(LINUX_DIR)/include to cflags

SVN-Revision: 20557

14 years agolinux-atm: add the kernel include dir to the cflags and move the build dir to $(KERNE...
Felix Fietkau [Sun, 28 Mar 2010 21:41:56 +0000 (21:41 +0000)]
linux-atm: add the kernel include dir to the cflags and move the build dir to $(KERNEL_BUILD_DIR) to ensure that target specific ATM API changes are included

SVN-Revision: 20556

14 years agolinux-atm: clean up package installation into staging
Felix Fietkau [Sun, 28 Mar 2010 21:41:44 +0000 (21:41 +0000)]
linux-atm: clean up package installation into staging

SVN-Revision: 20555

14 years agoifxmips-dsl-api: fix portability errors
Felix Fietkau [Sun, 28 Mar 2010 21:41:29 +0000 (21:41 +0000)]
ifxmips-dsl-api: fix portability errors

SVN-Revision: 20554

14 years agoSome dependencies that are depending on target are not added into
Hauke Mehrtens [Sun, 28 Mar 2010 19:22:59 +0000 (19:22 +0000)]
Some dependencies that are depending on target are not added into
the Depends line in the control file of the package.
For example +!(TARGET_brcm47xx||TARGET_brcm63xx):kmod-ssb does not
result in kmod-ssb for the x86 target or any other target.

This fixes #6874

SVN-Revision: 20553