openwrt/staging/rmilecki.git
13 years agoramips: add RSSI leds for uci-defaults for ALL0256N
Gabor Juhos [Wed, 22 Aug 2012 09:46:30 +0000 (09:46 +0000)]
ramips: add RSSI leds for uci-defaults for ALL0256N

Signed-off-by: Daniel Golle <[email protected]>
SVN-Revision: 33220

13 years agoar71xx: add support for TP-Link TL-WDR3600
Gabor Juhos [Wed, 22 Aug 2012 09:43:18 +0000 (09:43 +0000)]
ar71xx: add support for TP-Link TL-WDR3600

The TL-WDR3600 is identical to the TL-WDR4300 with the exception that is has
only two antennas.

[juhosg: remove the custom machine type, change the board name instead]

Signed-off-by: Matthias Schiffer <[email protected]>
SVN-Revision: 33219

13 years agotools/firmware-utils/ptgen option to use MB rounding
John Crispin [Wed, 22 Aug 2012 09:22:38 +0000 (09:22 +0000)]
tools/firmware-utils/ptgen option to use MB rounding

SVN-Revision: 33218

13 years agolantiq: dsl: fix status polling loop
John Crispin [Wed, 22 Aug 2012 09:19:11 +0000 (09:19 +0000)]
lantiq: dsl: fix status polling loop

doesn't need to do it 20 times all the time, missing loop condition check

Signed-off-by: Conor O'Gorman <[email protected]>
SVN-Revision: 33217

13 years agodnsmasq: Set prefix on-link bit in RAs
John Crispin [Wed, 22 Aug 2012 09:14:42 +0000 (09:14 +0000)]
dnsmasq: Set prefix on-link bit in RAs

This is fix an issue with dnsmasq's RA that does not set the "on-link" bit, making all local IPv6 traffic go to the router then to the destination host, not directly to each other.

patch is from dnsmasq git

SVN-Revision: 33216

13 years agoadd led defintion for the WR2543 5GHz WLAN LED
John Crispin [Wed, 22 Aug 2012 09:10:24 +0000 (09:10 +0000)]
add led defintion for the WR2543 5GHz WLAN LED

Signed-off-by: Andy Leiserson <[email protected]>
SVN-Revision: 33215

13 years agocomgt: handle service mode for Huawai modems (#12039)
Jo-Philipp Wich [Sun, 19 Aug 2012 15:59:24 +0000 (15:59 +0000)]
comgt: handle service mode for Huawai modems (#12039)

It seems that the comgt package does not handle the Huawei 3G USB dongle E176 correctly (and probably other Huawei dongles too). My dongle appears as ID 12d1:1001 Huawei Technologies Co., Ltd. E620 USB Modem and 3G/UMTS
connections work well. However, no connection is established if only 2G/GPRS is available: the pppd chat script fails with NO CARRIER although the dongle is registered to the network (via 2G). As outlined in  this wiki or  this
blog, Huawei chips use the AT^SYSCFG command to set 2G or 3G mode, which is not implemented in comgt at the moment. Thus I wrote a patch for /lib/network/3g.sh which adds support for the "service" option in the network
configuration with Huawei dongles. By default (if no "service" option is specified) also 2G is used when 3G is unavailable. The Huawei dongle is detected analogously to other chips (the output of gcom -d /dev/ttyUSB0 -s
/etc/gcom/getcardinfo.gcom is scanned for huawei).

Some further information: The AT^SYSCFG command seems to be respected only once after the dongle is attached (or after the host is powered up). Resetting the dongle seems to render the serial port unusable in some cases.
However, the patch sets a useful mode by default which should cover most use cases (3G preferred, but 2G allowed) and if 3G-only or 2G-only mode is required the device can be power cycled.

SVN-Revision: 33212

13 years agoremove unused file
Hauke Mehrtens [Sat, 18 Aug 2012 15:45:18 +0000 (15:45 +0000)]
remove unused file

SVN-Revision: 33210

13 years agomake brcm47xx build only with bcma or only with ssb support.
Hauke Mehrtens [Sat, 18 Aug 2012 14:08:35 +0000 (14:08 +0000)]
make brcm47xx build only with bcma or only with ssb support.

There are some ifdefs missing so when only ssb or only bcma was
selected in the kernel config it did not build.

SVN-Revision: 33209

13 years agoupdate gpio patches
Hauke Mehrtens [Sat, 18 Aug 2012 11:51:35 +0000 (11:51 +0000)]
update gpio patches

SVN-Revision: 33208

13 years agoramips: add board alias for the ALL0239-3G
Gabor Juhos [Fri, 17 Aug 2012 17:56:07 +0000 (17:56 +0000)]
ramips: add board alias for the ALL0239-3G

Generate image for the ALL0239-3G which can be flashed through the
chipset-vendor SDK based firmware's web-interface and bootloader.

The bootloader seems to ignore uImage checksum errors, but does complain about
them once the 0xDEADC0DE was replaced by an actual JFFS2 page.

I'm working on implementing fixtrx for uImage in the mtd package to solve this.

Signed-off-by: Daniel Golle <[email protected]>
SVN-Revision: 33206

13 years agoramips: add support for D-Link DIR-615 H1
Gabor Juhos [Fri, 17 Aug 2012 17:56:05 +0000 (17:56 +0000)]
ramips: add support for D-Link DIR-615 H1

rt2x00 still needs some patching as the radio doesn't come to life.
Installation via webflash.

[juhosg: fix whitespace issues, remove rt305x_register_usb
from machine setup because the board has no USB port]

Signed-off-by: Mikko Hissa <[email protected]>
SVN-Revision: 33205

13 years agotools/firmware-utils: add tool for DIR-651-H1 firmware generation
Gabor Juhos [Fri, 17 Aug 2012 17:56:02 +0000 (17:56 +0000)]
tools/firmware-utils: add tool for DIR-651-H1 firmware generation

Signed-off-by: Mikko Hissa <[email protected]>
SVN-Revision: 33204

13 years agoar71xx: setup WLAN LED for the TL-WA901ND v2
Gabor Juhos [Thu, 16 Aug 2012 07:11:30 +0000 (07:11 +0000)]
ar71xx: setup WLAN LED for the TL-WA901ND v2

Closes #11889.

SVN-Revision: 33202

13 years agoacx-mac80211: depend on mipsel, not mips since AR7 is low endian
Jo-Philipp Wich [Thu, 16 Aug 2012 01:24:46 +0000 (01:24 +0000)]
acx-mac80211: depend on mipsel, not mips since AR7 is low endian

SVN-Revision: 33201

13 years agoiwinfo: add hwinfo for Rt3052
Jo-Philipp Wich [Wed, 15 Aug 2012 20:22:35 +0000 (20:22 +0000)]
iwinfo: add hwinfo for Rt3052

Signed-off-by: Daniel Golle <[email protected]>
SVN-Revision: 33200

13 years agoiwinfo: add hw info support for Rt3xxx SoCs
Jo-Philipp Wich [Wed, 15 Aug 2012 16:25:38 +0000 (16:25 +0000)]
iwinfo: add hw info support for Rt3xxx SoCs

This takes the device_id and subsystem_id from the EEPROM, I'll add
the info for other Rt3xxx chips in the next days.

[jow: minor whitespace changes]

Signed-off-by: Daniel Golle <[email protected]>
SVN-Revision: 33199

13 years agoath5k: add back a patch for fixing eeprom rate power parsing
Felix Fietkau [Wed, 15 Aug 2012 14:49:59 +0000 (14:49 +0000)]
ath5k: add back a patch for fixing eeprom rate power parsing

SVN-Revision: 33198

13 years agomake static host utility linking default to off
Jo-Philipp Wich [Wed, 15 Aug 2012 13:31:31 +0000 (13:31 +0000)]
make static host utility linking default to off

SVN-Revision: 33197

13 years agouse bundle-libraries.sh to install required host utilities into imagebuilder staging...
Jo-Philipp Wich [Wed, 15 Aug 2012 13:28:26 +0000 (13:28 +0000)]
use bundle-libraries.sh to install required host utilities into imagebuilder staging tree

SVN-Revision: 33196

13 years agoadd a helper script to bundle required libraries for host utilities
Jo-Philipp Wich [Wed, 15 Aug 2012 13:28:23 +0000 (13:28 +0000)]
add a helper script to bundle required libraries for host utilities

SVN-Revision: 33195

13 years agopackage/om-watchdog: start service only on the om2p/om2p-lc boards on ar71xx
Gabor Juhos [Wed, 15 Aug 2012 13:27:55 +0000 (13:27 +0000)]
package/om-watchdog: start service only on the om2p/om2p-lc boards on ar71xx

If the package is installed, it starts the watchdog daemon
on every ar71xx based board.

SVN-Revision: 33194

13 years agogeneric: extend pci_isable_usb_common_quirks patch
Gabor Juhos [Wed, 15 Aug 2012 13:26:51 +0000 (13:26 +0000)]
generic: extend pci_isable_usb_common_quirks patch

Fixes the following build error:
  SYSMAP  System.map
  Building modules, stage 2.
  MODPOST 48 modules
ERROR: "usb_enable_xhci_ports" [drivers/usb/host/ehci-hcd.ko] undefined!
ERROR: "usb_is_intel_switchable_xhci" [drivers/usb/host/ehci-hcd.ko] undefined!
make[6]: *** [__modpost] Error 1
make[5]: *** [modules] Error 2

SVN-Revision: 33193

13 years agoset xen images to gzip compression, fixes #11970
John Crispin [Wed, 15 Aug 2012 09:20:12 +0000 (09:20 +0000)]
set xen images to gzip compression, fixes #11970

SVN-Revision: 33192

13 years agoMCS8140 actually selects CPU_ARM926T
Florian Fainelli [Tue, 14 Aug 2012 16:19:30 +0000 (16:19 +0000)]
MCS8140 actually selects CPU_ARM926T

Should make inclusion for other MCS814x SoCs easier

SVN-Revision: 33188

13 years agoiwinfo: add some Atheros cards
Jo-Philipp Wich [Tue, 14 Aug 2012 13:58:49 +0000 (13:58 +0000)]
iwinfo: add some Atheros cards

These are two Atheros modules we are using, just for the cosmetics to make them
show up with the proper names in LuCI.

Signed-off-by: Daniel Golle <[email protected]>
SVN-Revision: 33186

13 years agofixes gpio_dev un/reload balancing
John Crispin [Tue, 14 Aug 2012 12:32:11 +0000 (12:32 +0000)]
fixes gpio_dev un/reload balancing

Signed-off-by: SHI Bin <[email protected]>
SVN-Revision: 33183

13 years agowrt350nv2-builder: don't use internal zlib macro OF() in ioapi.h, it breaks with...
Jo-Philipp Wich [Tue, 14 Aug 2012 10:33:43 +0000 (10:33 +0000)]
wrt350nv2-builder: don't use internal zlib macro OF() in ioapi.h, it breaks with new zlib releases

SVN-Revision: 33181

13 years agoiwinfo: transparently handle radioX names in madwifi backend
Jo-Philipp Wich [Tue, 14 Aug 2012 10:33:40 +0000 (10:33 +0000)]
iwinfo: transparently handle radioX names in madwifi backend

SVN-Revision: 33180

13 years agofix breakage when compiling for armv6
John Crispin [Tue, 14 Aug 2012 10:13:39 +0000 (10:13 +0000)]
fix breakage when compiling for armv6

SVN-Revision: 33179

13 years agogeneric: enhanced image Makefile
Florian Fainelli [Mon, 13 Aug 2012 14:46:47 +0000 (14:46 +0000)]
generic: enhanced image Makefile

* Creation of uImage for WNR854T only done once (before 2x for jffs2 build and 1x for squashfs build)
* Got rid of unneccessary padding of rootfs partition
* ARM zImages always need a machine id, therefore do not copy generic (=no id) uImage to BIN_DIR, instead copy zImage
* Generalized functions for easier re-using and enhancing (e.g. D-Link DNS 323 implementation would be only a couple lines)
* Copy rootfs partitions to BIN_DIR, just like it is done for D-Link DNS 323
* Use variables to allows easily changing for custom builds, e.g. kernel mtd size for symbols
* Size check of kernel files to avoid builds that break devices
* Use for "-sysupgrade" and "-factory" in image names (like ar71xx, brcm63xx, etc.) to avoid questions about which image to use

Signed-off by: Matthias Buecher <[email protected]>

SVN-Revision: 33174

13 years agoar71xx: uci-defaults/leds for ALL0258N
Gabor Juhos [Mon, 13 Aug 2012 14:01:38 +0000 (14:01 +0000)]
ar71xx: uci-defaults/leds for ALL0258N

Signed-off-by: Daniel Golle <[email protected]>
SVN-Revision: 33165

13 years agobase-files: uci-defaults for rssileds
Gabor Juhos [Mon, 13 Aug 2012 14:01:37 +0000 (14:01 +0000)]
base-files: uci-defaults for rssileds

Adds capability to add uci-defaults defining RSSI LEDs

Signed-off-by: Daniel Golle <[email protected]>
SVN-Revision: 33164

13 years agonew package: rssileds daemon
Gabor Juhos [Mon, 13 Aug 2012 14:01:34 +0000 (14:01 +0000)]
new package: rssileds daemon

rssileds is a small user-space process to control LEDs by polling the
signal quality reported by a WiFi interface. By using the iwinfo library,
rssileds is independent of the WiFi driver used.
It supports pwm controlled LEDs and may by used to nicely fade through
all colors in real-time of the rainbow while only wasting very little CPU
time and a small constant amount of system memory.
An example configuration for the ALL0258N will follow in the next patch.

This is a slightly improved version of rssileds, now quality values are
in percent and stuff is written to syslog.

Signed-off-by: Daniel Golle <[email protected]>
SVN-Revision: 33163

13 years agodependencies break when alsa is staged
John Crispin [Mon, 13 Aug 2012 12:45:36 +0000 (12:45 +0000)]
dependencies break when alsa is staged

SVN-Revision: 33162

13 years agounify tapi deps
John Crispin [Mon, 13 Aug 2012 11:08:13 +0000 (11:08 +0000)]
unify tapi deps

SVN-Revision: 33160

13 years agobusybox: enable fsync applet by default
Florian Fainelli [Mon, 13 Aug 2012 09:55:12 +0000 (09:55 +0000)]
busybox: enable fsync applet by default

SVN-Revision: 33159

13 years agoleds: do not register device if no leds defined
Florian Fainelli [Mon, 13 Aug 2012 09:55:10 +0000 (09:55 +0000)]
leds: do not register device if no leds defined

Signed-off-by: Miguel GAIO <[email protected]>
SVN-Revision: 33158

13 years agoBCM6358 fix enet MII clk definitions
Florian Fainelli [Mon, 13 Aug 2012 09:55:07 +0000 (09:55 +0000)]
BCM6358 fix enet MII clk definitions

Signed-off-by: Miguel GAIO <[email protected]>
SVN-Revision: 33157

13 years agonb4: fix support, add support for SVC and CLIP BTN
Florian Fainelli [Mon, 13 Aug 2012 09:55:04 +0000 (09:55 +0000)]
nb4: fix support, add support for SVC and CLIP BTN

Signed-off-by: Miguel GAIO <[email protected]>
SVN-Revision: 33156

13 years agointroduce a menuconfig option to turn off static linking of host utilities
Jo-Philipp Wich [Mon, 13 Aug 2012 00:26:34 +0000 (00:26 +0000)]
introduce a menuconfig option to turn off static linking of host utilities

SVN-Revision: 33154

13 years ago3rd time lucky ... too much sun today
John Crispin [Sun, 12 Aug 2012 20:01:04 +0000 (20:01 +0000)]
3rd time lucky ... too much sun today

SVN-Revision: 33152

13 years agounbreak deps
John Crispin [Sun, 12 Aug 2012 19:59:51 +0000 (19:59 +0000)]
unbreak deps

SVN-Revision: 33151

13 years agobreaks when building for powerpc
John Crispin [Sun, 12 Aug 2012 18:38:59 +0000 (18:38 +0000)]
breaks when building for powerpc

SVN-Revision: 33150

13 years agoconvert remaining tools to $(HOST_STATIC_LINKING) (#12012)
Jo-Philipp Wich [Sun, 12 Aug 2012 13:27:49 +0000 (13:27 +0000)]
convert remaining tools to $(HOST_STATIC_LINKING) (#12012)

SVN-Revision: 33148

13 years agobase-files: provide a sysupgrade -r (--restore-backup) option as convenience wrapper...
Jo-Philipp Wich [Sun, 12 Aug 2012 13:20:27 +0000 (13:20 +0000)]
base-files: provide a sysupgrade -r (--restore-backup) option as convenience wrapper for tar -C / -x(v)zf

SVN-Revision: 33147

13 years agoxz: update to 5.0.4
Jo-Philipp Wich [Sun, 12 Aug 2012 12:48:49 +0000 (12:48 +0000)]
xz: update to 5.0.4

Signed-off-by: Jonh Wendell <[email protected]>
SVN-Revision: 33146

13 years agoramips: rename rt3352 usb platform devices
Gabor Juhos [Sun, 12 Aug 2012 12:48:31 +0000 (12:48 +0000)]
ramips: rename rt3352 usb platform devices

In order to get OHCI/EHCI working on the Rt3352, the platform device must be
named so rt3883-?hci will recognize it.

Signed-off-by: Daniel Golle <[email protected]>
SVN-Revision: 33145

13 years agoramips: watchdog: use maximum possible timeout by default
Gabor Juhos [Sun, 12 Aug 2012 12:48:28 +0000 (12:48 +0000)]
ramips: watchdog: use maximum possible timeout by default

As the userspace has no means to determine the maximum possible timeout, use
that as the default and let the userspace lower it when necessary.

As the result the usual OpenWrt install (with busybox's watchdog trying to set
the timeout to 60s on start) is using a 33s timeout on an RT3052 clocked at
384MHz instead of the current 20s default.

Signed-off-by: Paul Fertser <[email protected]>
SVN-Revision: 33144

13 years agoramips: provide means to specify custom "image name" for uImages, use for DIR-620
Gabor Juhos [Sun, 12 Aug 2012 12:48:26 +0000 (12:48 +0000)]
ramips: provide means to specify custom "image name" for uImages, use for DIR-620

D-Link's DIR-620 allows to flash a uImage directly from its web-interface but
for that the image name should be set to DIR_620.

Signed-off-by: Paul Fertser <[email protected]>
SVN-Revision: 33143

13 years agoramips: add D-Link DIR-620 A1 support
Gabor Juhos [Sun, 12 Aug 2012 12:48:24 +0000 (12:48 +0000)]
ramips: add D-Link DIR-620 A1 support

Full functionality runtime tested, installation via OEM web-interface requires
a follow-up patch.

Thanks go to Sergey Vasilyugin for his patch that pointed me at the missing
bits (including the antiparallel wps led).

Signed-off-by: Paul Fertser <[email protected]>
SVN-Revision: 33142

13 years agotools/ppl: fix automake error due to use of obsolete directory name
Jo-Philipp Wich [Sun, 12 Aug 2012 12:46:47 +0000 (12:46 +0000)]
tools/ppl: fix automake error due to use of obsolete directory name

I recently experienced this:

configure.ac:1101: the top level
interfaces/Prolog/Ciao/Makefile.am:168: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/GNU/Makefile.am:167: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/SICStus/Makefile.am:71: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/SWI/Makefile.am:187: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/XSB/Makefile.am:186: `pkglibdir' is not a legitimate directory for `DATA'
interfaces/Prolog/YAP/Makefile.am:176: `pkglibdir' is not a legitimate directory for `DATA'
make[4]: *** [Makefile.in] Error 1

Found this on google:
http://bugs.mysql.com/bug.php?id=63898

And used this to fix it:
fgrep -rlZ pkglib_DATA --include Makefile.am . | xargs -0 sed -i 's/pkglib_DATA/pkgdata_DATA/g'

Signed-off-by: Daniel Golle <[email protected]>
SVN-Revision: 33141

13 years agouse HOST_STATIC_LINKING instead of hardcoding -static
Jo-Philipp Wich [Sun, 12 Aug 2012 12:34:30 +0000 (12:34 +0000)]
use HOST_STATIC_LINKING instead of hardcoding -static

SVN-Revision: 33140

13 years agoprereq-build.mk: do not perform static linking tests on Darwin
Jo-Philipp Wich [Sun, 12 Aug 2012 12:34:28 +0000 (12:34 +0000)]
prereq-build.mk: do not perform static linking tests on Darwin

SVN-Revision: 33139

13 years agohost-build.mk: define a variable HOST_STATIC_LINKING which is set to "-static" on...
Jo-Philipp Wich [Sun, 12 Aug 2012 12:34:25 +0000 (12:34 +0000)]
host-build.mk: define a variable HOST_STATIC_LINKING which is set to "-static" on non-Darwin systems

SVN-Revision: 33138

13 years agogeneric: use __meminit annotation for crashlog_init_memblock
Gabor Juhos [Sun, 12 Aug 2012 10:30:41 +0000 (10:30 +0000)]
generic: use __meminit annotation for crashlog_init_memblock

Fixes this section mismatch warning:
WARNING: vmlinux.o(.meminit.text+0xb14): Section mismatch in reference
from the function memblock_insert_region() to the function
.init.text:crashlog_init_memblock()
The function __meminit memblock_insert_region() references
a function __init crashlog_init_memblock().
If crashlog_init_memblock is only used by memblock_insert_region then
annotate crashlog_init_memblock with a matching annotation.

Also, remove the __init annotations from 'include/linux/crashlog.h'

SVN-Revision: 33137

13 years agonetifd: bump to git head, userspace routes are installed with RTPROT_STATIC from...
Jo-Philipp Wich [Sat, 11 Aug 2012 16:07:36 +0000 (16:07 +0000)]
netifd: bump to git head, userspace routes are installed with RTPROT_STATIC from now on

SVN-Revision: 33132

13 years agoonly support 128KiB erase block sizes
Florian Fainelli [Sat, 11 Aug 2012 12:56:09 +0000 (12:56 +0000)]
only support 128KiB erase block sizes

SVN-Revision: 33131

13 years agodisable PCI support
Florian Fainelli [Sat, 11 Aug 2012 12:56:00 +0000 (12:56 +0000)]
disable PCI support

None of the boards we support have PCI connectors

SVN-Revision: 33130

13 years agostrip a bit more the kernel config
Florian Fainelli [Sat, 11 Aug 2012 12:55:51 +0000 (12:55 +0000)]
strip a bit more the kernel config

SVN-Revision: 33129

13 years agoproperly advertise OHCI and EHCI capabilities
Florian Fainelli [Sat, 11 Aug 2012 12:55:41 +0000 (12:55 +0000)]
properly advertise OHCI and EHCI capabilities

SVN-Revision: 33128

13 years agochange partition names to be more in line with other OpenWrt devices
Florian Fainelli [Sat, 11 Aug 2012 12:55:30 +0000 (12:55 +0000)]
change partition names to be more in line with other OpenWrt devices

SVN-Revision: 33127

13 years agogenerate upgrade files suffixed with filesystem type
Florian Fainelli [Sat, 11 Aug 2012 12:55:15 +0000 (12:55 +0000)]
generate upgrade files suffixed with filesystem type

SVN-Revision: 33126

13 years ago6rd: missing config option `ipaddr`.
Jo-Philipp Wich [Sat, 11 Aug 2012 00:25:23 +0000 (00:25 +0000)]
6rd: missing config option `ipaddr`.

This option is necessary when configuring 6rd behind NAT.

Signed-off-by: Stéphan Kochen <[email protected]>
SVN-Revision: 33123

13 years agoadd remaining missing build prereq checks
Jo-Philipp Wich [Sat, 11 Aug 2012 00:05:18 +0000 (00:05 +0000)]
add remaining missing build prereq checks

SVN-Revision: 33122

13 years agoadd a build preeq check for glibc-static
Jo-Philipp Wich [Fri, 10 Aug 2012 23:35:20 +0000 (23:35 +0000)]
add a build preeq check for glibc-static

SVN-Revision: 33121

13 years agosed: disable further SELinux features
Jo-Philipp Wich [Fri, 10 Aug 2012 22:38:09 +0000 (22:38 +0000)]
sed: disable further SELinux features

SVN-Revision: 33120

13 years agosed: unconditionally disable SELinux, NLS and ACL support (#12007)
Jo-Philipp Wich [Fri, 10 Aug 2012 21:41:44 +0000 (21:41 +0000)]
sed: unconditionally disable SELinux, NLS and ACL support (#12007)

SVN-Revision: 33119

13 years agoRevert "[tools] cmake: link statically"
Jo-Philipp Wich [Fri, 10 Aug 2012 21:25:45 +0000 (21:25 +0000)]
Revert "[tools] cmake: link statically"

Static linking of cmake is broken on x86_64, until we can sort it out, revert the static linking.

SVN-Revision: 33118

13 years agofirmware-utils: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:27:08 +0000 (19:27 +0000)]
firmware-utils: link statically

SVN-Revision: 33117

13 years agoe2fsprogs: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:27:07 +0000 (19:27 +0000)]
e2fsprogs: link statically

SVN-Revision: 33116

13 years agodosfstools: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:27:06 +0000 (19:27 +0000)]
dosfstools: link statically

SVN-Revision: 33115

13 years agocmake: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:27:04 +0000 (19:27 +0000)]
cmake: link statically

SVN-Revision: 33114

13 years agoccache: fix compilation, link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:27:03 +0000 (19:27 +0000)]
ccache: fix compilation, link statically

SVN-Revision: 33113

13 years agoyaffs2: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:27:01 +0000 (19:27 +0000)]
yaffs2: link statically

SVN-Revision: 33112

13 years agoxz: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:27:00 +0000 (19:27 +0000)]
xz: link statically

SVN-Revision: 33111

13 years agowrt350nv2-builder: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:58 +0000 (19:26 +0000)]
wrt350nv2-builder: link statically

SVN-Revision: 33110

13 years agoupx: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:57 +0000 (19:26 +0000)]
upx: link statically

SVN-Revision: 33109

13 years agoupslug2: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:55 +0000 (19:26 +0000)]
upslug2: link statically

SVN-Revision: 33108

13 years agosstrip: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:54 +0000 (19:26 +0000)]
sstrip: link statically

SVN-Revision: 33107

13 years agosquashfs4: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:52 +0000 (19:26 +0000)]
squashfs4: link statically

SVN-Revision: 33106

13 years agosquashfs: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:50 +0000 (19:26 +0000)]
squashfs: link statically

SVN-Revision: 33105

13 years agosdcc: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:49 +0000 (19:26 +0000)]
sdcc: link statically

SVN-Revision: 33104

13 years agoqemu: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:48 +0000 (19:26 +0000)]
qemu: link statically

SVN-Revision: 33103

13 years agopkg-config: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:46 +0000 (19:26 +0000)]
pkg-config: link statically

SVN-Revision: 33102

13 years agopatch-cmdline: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:45 +0000 (19:26 +0000)]
patch-cmdline: link statically

SVN-Revision: 33101

13 years agopadjffs2: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:43 +0000 (19:26 +0000)]
padjffs2: link statically

SVN-Revision: 33100

13 years agomtools: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:42 +0000 (19:26 +0000)]
mtools: link statically

SVN-Revision: 33099

13 years agomtd-utils: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:40 +0000 (19:26 +0000)]
mtd-utils: link statically

SVN-Revision: 33098

13 years agomklibs: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:36 +0000 (19:26 +0000)]
mklibs: link statically

SVN-Revision: 33097

13 years agomkimage: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:34 +0000 (19:26 +0000)]
mkimage: link statically

SVN-Revision: 33096

13 years agom4: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:31 +0000 (19:26 +0000)]
m4: link statically

SVN-Revision: 33095

13 years agolzma: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:30 +0000 (19:26 +0000)]
lzma: link statically

SVN-Revision: 33094

13 years agogenext2fs: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:28 +0000 (19:26 +0000)]
genext2fs: link statically

SVN-Revision: 33093

13 years agoflock: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:26 +0000 (19:26 +0000)]
flock: link statically

SVN-Revision: 33092

13 years agoflex: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:24 +0000 (19:26 +0000)]
flex: link statically

SVN-Revision: 33091

13 years agobison: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:19 +0000 (19:26 +0000)]
bison: link statically

SVN-Revision: 33090

13 years agosed: link statically
Jo-Philipp Wich [Fri, 10 Aug 2012 19:26:17 +0000 (19:26 +0000)]
sed: link statically

SVN-Revision: 33089

13 years agoremove duplicate HOSTCC_NOCACHE
John Crispin [Fri, 10 Aug 2012 19:07:03 +0000 (19:07 +0000)]
remove duplicate HOSTCC_NOCACHE

SVN-Revision: 33088

13 years agofix ccache build
John Crispin [Fri, 10 Aug 2012 19:05:22 +0000 (19:05 +0000)]
fix ccache build

SVN-Revision: 33087