openwrt/svn-archive/archive.git
13 years agoar71xx: merge dev-ar9{13,34}x-wmac into dev-ar9xxx-wmac
Gabor Juhos [Mon, 11 Apr 2011 17:37:08 +0000 (17:37 +0000)]
ar71xx: merge dev-ar9{13,34}x-wmac into dev-ar9xxx-wmac

SVN-Revision: 26595

13 years agoar71xx: fix AR934X_WMAC_SIZE
Gabor Juhos [Mon, 11 Apr 2011 17:37:03 +0000 (17:37 +0000)]
ar71xx: fix AR934X_WMAC_SIZE

SVN-Revision: 26594

13 years ago[buildroot] rules.mk: properly populate $(LIBGCC_S) for external toolchains
Jo-Philipp Wich [Mon, 11 Apr 2011 16:06:46 +0000 (16:06 +0000)]
[buildroot] rules.mk: properly populate $(LIBGCC_S) for external toolchains

SVN-Revision: 26593

13 years ago[include] autotools.mk: disable autoreconf recursion if more than one dir is given...
Jo-Philipp Wich [Mon, 11 Apr 2011 14:18:55 +0000 (14:18 +0000)]
[include] autotools.mk: disable autoreconf recursion if more than one dir is given in PKG_AUTOMAKE_PATHS

SVN-Revision: 26589

13 years agoatheros: use ath5k instead of madwifi
Felix Fietkau [Mon, 11 Apr 2011 03:26:58 +0000 (03:26 +0000)]
atheros: use ath5k instead of madwifi

SVN-Revision: 26588

13 years agoath5k: disable the unusable 2 GHz mode on the first radio of a dual-band AR5312 device
Felix Fietkau [Mon, 11 Apr 2011 03:26:08 +0000 (03:26 +0000)]
ath5k: disable the unusable 2 GHz mode on the first radio of a dual-band AR5312 device

SVN-Revision: 26587

13 years agoath5k: fix eeprom capability checks that disabled AES crypto support where it should...
Felix Fietkau [Mon, 11 Apr 2011 03:26:03 +0000 (03:26 +0000)]
ath5k: fix eeprom capability checks that disabled AES crypto support where it should have been enabled

SVN-Revision: 26586

13 years agoatheros: remove bogus wlan device mask checks
Felix Fietkau [Mon, 11 Apr 2011 03:25:59 +0000 (03:25 +0000)]
atheros: remove bogus wlan device mask checks

SVN-Revision: 26585

13 years ago[include] cmake.mk: don't assume toolchain binaries in .../bin/ if an external toolch...
Jo-Philipp Wich [Mon, 11 Apr 2011 02:11:11 +0000 (02:11 +0000)]
[include] cmake.mk: don't assume toolchain binaries in .../bin/ if an external toolchain is used, rely on `which` instead

SVN-Revision: 26584

13 years agoath5k: fix mac address detection on dual-radio ar5312
Felix Fietkau [Sun, 10 Apr 2011 21:12:05 +0000 (21:12 +0000)]
ath5k: fix mac address detection on dual-radio ar5312

SVN-Revision: 26583

13 years agoath5k: fix 2ghz-only radio handling on ar5312
Felix Fietkau [Sun, 10 Apr 2011 21:12:00 +0000 (21:12 +0000)]
ath5k: fix 2ghz-only radio handling on ar5312

SVN-Revision: 26582

13 years ago[au1000] drop 005-au1000_phy_addr.patch, upstream is fixed
Florian Fainelli [Sun, 10 Apr 2011 18:25:56 +0000 (18:25 +0000)]
[au1000] drop 005-au1000_phy_addr.patch, upstream is fixed

SVN-Revision: 26580

13 years agoath5k: decrease interrupt load for rx/tx interrupts
Felix Fietkau [Sun, 10 Apr 2011 16:23:39 +0000 (16:23 +0000)]
ath5k: decrease interrupt load for rx/tx interrupts

SVN-Revision: 26579

13 years agoath5k: clean up debugfs code
Felix Fietkau [Sun, 10 Apr 2011 16:23:34 +0000 (16:23 +0000)]
ath5k: clean up debugfs code

SVN-Revision: 26578

13 years agoath5k: fix config options for debugfs
Felix Fietkau [Sun, 10 Apr 2011 16:23:28 +0000 (16:23 +0000)]
ath5k: fix config options for debugfs

SVN-Revision: 26577

13 years agoamazon: Upgrade amazon target to kernel 2.6.37
Hauke Mehrtens [Sun, 10 Apr 2011 15:08:28 +0000 (15:08 +0000)]
amazon: Upgrade amazon target to kernel 2.6.37

This was just a little bit tested on an SAMSUNG SMT-G3020 and pci and usb do not work like before.

SVN-Revision: 26576

13 years agokernel: do not build gpiolib into the kernel
Hauke Mehrtens [Sun, 10 Apr 2011 10:28:30 +0000 (10:28 +0000)]
kernel: do not build gpiolib into the kernel

fix for r26570.

SVN-Revision: 26574

13 years agomac80211: fix compile with older kernel versions
Hauke Mehrtens [Sat, 9 Apr 2011 23:51:30 +0000 (23:51 +0000)]
mac80211: fix compile with older kernel versions

SVN-Revision: 26573

13 years agoacx-mac80211 needs some header files from compat-wireless to build
Hauke Mehrtens [Sat, 9 Apr 2011 23:44:03 +0000 (23:44 +0000)]
acx-mac80211 needs some header files from compat-wireless to build

SVN-Revision: 26572

13 years agoat91: add some missing config options
Hauke Mehrtens [Sat, 9 Apr 2011 23:36:26 +0000 (23:36 +0000)]
at91: add some missing config options

SVN-Revision: 26571

13 years agokernel: add symbols, small fixes
Hauke Mehrtens [Sat, 9 Apr 2011 23:34:20 +0000 (23:34 +0000)]
kernel: add symbols, small fixes

* Some module should be loaded later to load them after the modules they are depending on
* add some more missing config symbols
* make CS5535 build again

SVN-Revision: 26570

13 years agocrypto: The if statement for twofish did not work, deflate depends on zlib_deflate
Hauke Mehrtens [Sat, 9 Apr 2011 23:30:09 +0000 (23:30 +0000)]
crypto: The if statement for twofish did not work, deflate depends on zlib_deflate

SVN-Revision: 26569

13 years agosound: do not pack ac97_bus.ko and snd-ac97-codec.ko into two packages.
Hauke Mehrtens [Sat, 9 Apr 2011 23:26:00 +0000 (23:26 +0000)]
sound: do not pack ac97_bus.ko and snd-ac97-codec.ko into two packages.

SVN-Revision: 26568

13 years agoiipt-debug: create bundle of netfilter modules for debugging
Hauke Mehrtens [Sat, 9 Apr 2011 23:23:46 +0000 (23:23 +0000)]
iipt-debug: create bundle of netfilter modules for debugging

Add a bundle for including commonly useful modules for IPtables debugging and development.

For now, it just contains xt_TRACE.ko

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26567

13 years agoath5k: add some more performance improvements
Felix Fietkau [Sat, 9 Apr 2011 22:56:51 +0000 (22:56 +0000)]
ath5k: add some more performance improvements

SVN-Revision: 26566

13 years agoath5k: rename a misnamed patch
Felix Fietkau [Sat, 9 Apr 2011 22:56:47 +0000 (22:56 +0000)]
ath5k: rename a misnamed patch

SVN-Revision: 26565

13 years agoath5k: add a few fixes that improve performance
Felix Fietkau [Sat, 9 Apr 2011 21:11:06 +0000 (21:11 +0000)]
ath5k: add a few fixes that improve performance

SVN-Revision: 26564

13 years agoath5k: fix tx status reporting
Felix Fietkau [Sat, 9 Apr 2011 19:21:26 +0000 (19:21 +0000)]
ath5k: fix tx status reporting

SVN-Revision: 26563

13 years agoar71xx: fix section mismatch
Gabor Juhos [Sat, 9 Apr 2011 18:47:55 +0000 (18:47 +0000)]
ar71xx: fix section mismatch

SVN-Revision: 26562

13 years agoar71xx: rename ar934x_ref_freq to ar71xx_ref_freq
Gabor Juhos [Sat, 9 Apr 2011 18:47:52 +0000 (18:47 +0000)]
ar71xx: rename ar934x_ref_freq to ar71xx_ref_freq

Also initialize that for each SoC and print its value along with the
other frequencies.

SVN-Revision: 26561

13 years agoar71xx: show the SoC type earlier
Gabor Juhos [Sat, 9 Apr 2011 18:47:50 +0000 (18:47 +0000)]
ar71xx: show the SoC type earlier

SVN-Revision: 26560

13 years agoar71xx: cleanup SoC detection code
Gabor Juhos [Sat, 9 Apr 2011 18:47:49 +0000 (18:47 +0000)]
ar71xx: cleanup SoC detection code

SVN-Revision: 26559

13 years agoar71xx: sync kernel configuration
Gabor Juhos [Sat, 9 Apr 2011 18:47:45 +0000 (18:47 +0000)]
ar71xx: sync kernel configuration

SVN-Revision: 26558

13 years agoar71xx: Fix mac address offset for AR934x
Gabor Juhos [Sat, 9 Apr 2011 18:47:42 +0000 (18:47 +0000)]
ar71xx: Fix mac address offset for AR934x

Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
SVN-Revision: 26557

13 years agoatheros: merge a few patches into the right place
Felix Fietkau [Sat, 9 Apr 2011 18:26:03 +0000 (18:26 +0000)]
atheros: merge a few patches into the right place

SVN-Revision: 26556

13 years agoatheros: fix up empty radio data mac address (based on patch from #8601)
Felix Fietkau [Sat, 9 Apr 2011 18:25:59 +0000 (18:25 +0000)]
atheros: fix up empty radio data mac address (based on patch from #8601)

SVN-Revision: 26555

13 years agoatheros: fix ath5k support on ar2315/2317
Felix Fietkau [Sat, 9 Apr 2011 18:25:55 +0000 (18:25 +0000)]
atheros: fix ath5k support on ar2315/2317

- Use physical addresses definition for AR2315 the same way as AR5312. Fixes ioremap
- Fix dma mapping for AHB bus (only use the PCI DMA offset for PCI devices)

Based on patches by Wojciech Dubowik

SVN-Revision: 26554

13 years agoatheros: enable CONFIG_IP17XX_PHY to add back switch support for the DIR-300
Felix Fietkau [Sat, 9 Apr 2011 18:25:51 +0000 (18:25 +0000)]
atheros: enable CONFIG_IP17XX_PHY to add back switch support for the DIR-300

SVN-Revision: 26553

13 years agokernel: add missing config options
Hauke Mehrtens [Sat, 9 Apr 2011 17:39:44 +0000 (17:39 +0000)]
kernel: add missing config options

SVN-Revision: 26552

13 years agokernel: add scsi cdrom support
Hauke Mehrtens [Sat, 9 Apr 2011 15:59:03 +0000 (15:59 +0000)]
kernel: add scsi cdrom support

This closes #9125.

SVN-Revision: 26548

13 years agouClibc: forced unwind for pthread_cancel handling is broken and triggers spurious...
Felix Fietkau [Sat, 9 Apr 2011 15:46:58 +0000 (15:46 +0000)]
uClibc: forced unwind for pthread_cancel handling is broken and triggers spurious abort() calls from libgcc. disable it and use the other method instead

SVN-Revision: 26547

13 years agoath9k: properly count retries when frames are filtered due to excessive retries when...
Felix Fietkau [Sat, 9 Apr 2011 15:22:01 +0000 (15:22 +0000)]
ath9k: properly count retries when frames are filtered due to excessive retries when a client is not in powersave mode

SVN-Revision: 26545

13 years agomac80211: fix reading the station flags in debugfs
Felix Fietkau [Sat, 9 Apr 2011 15:21:57 +0000 (15:21 +0000)]
mac80211: fix reading the station flags in debugfs

SVN-Revision: 26544

13 years agofirmware-utils: fix endianness bugs in firmware generation program.
Hauke Mehrtens [Sat, 9 Apr 2011 15:06:01 +0000 (15:06 +0000)]
firmware-utils: fix endianness bugs in firmware generation program.

Should make it work on big endian systems again, I do not have such a system.

This closes #9093.

SVN-Revision: 26543

13 years agolinux-atm: package atm-diagnostics with atmdump, atmdiag, etc.
Hauke Mehrtens [Sat, 9 Apr 2011 13:05:48 +0000 (13:05 +0000)]
linux-atm: package atm-diagnostics with atmdump, atmdiag, etc.

If your ISP is pushing their own DSL equipment (which many do to contain support costs), they won't be
forthcoming with your various settings: encapsulation, VPI/VCI, etc.

These you might have to discover yourself.  The easiest way to do this is with atmdiag and atmdump.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26542

13 years agokernel: include firmware in the e100 package
Felix Fietkau [Fri, 8 Apr 2011 21:53:38 +0000 (21:53 +0000)]
kernel: include firmware in the e100 package

SVN-Revision: 26539

13 years agobrcm47xx: add Netgear WNR834BV1
Hauke Mehrtens [Fri, 8 Apr 2011 19:22:09 +0000 (19:22 +0000)]
brcm47xx: add Netgear WNR834BV1

Thank you realopty for the patch.

This closes #7702

SVN-Revision: 26537

13 years agomac80211: add Intel wireless drivers.
Hauke Mehrtens [Fri, 8 Apr 2011 16:17:21 +0000 (16:17 +0000)]
mac80211: add Intel wireless drivers.

This adds the Intel wireless drivers for their normal cards.

Thank you framer99 for the patch, I extended it a little bit.

This closes #7227

SVN-Revision: 26534

13 years agobrcm47xx: upgrade to kernel 2.6.27.6.
Hauke Mehrtens [Fri, 8 Apr 2011 15:12:08 +0000 (15:12 +0000)]
brcm47xx: upgrade to kernel 2.6.27.6.

This should be save now.

SVN-Revision: 26533

13 years agoath9k: improve the rx dma stop fix, add more debugging output in case the issue still...
Felix Fietkau [Fri, 8 Apr 2011 12:18:43 +0000 (12:18 +0000)]
ath9k: improve the rx dma stop fix, add more debugging output in case the issue still occurs

SVN-Revision: 26532

13 years agomac80211: fix support for iftype wds
Felix Fietkau [Fri, 8 Apr 2011 01:04:44 +0000 (01:04 +0000)]
mac80211: fix support for iftype wds

SVN-Revision: 26531

13 years ago[package] kernel/modules: Enable Realtek R8169 not only for x86
Vasilis Tsiligiannis [Thu, 7 Apr 2011 23:31:56 +0000 (23:31 +0000)]
[package] kernel/modules: Enable Realtek R8169 not only for x86

This enables support for Realtek 8169 based network cards for other
platforms than x86. I have a mini-PCI card on ixp4xxx running here.
Maybe for the other cards in netdevices.mk a @DEPENDS change from
@TARGET_x86 to @PCI_SUPPORT makes also sense.

Signed-off-by: Christoph König <christoph.koenig@ikt.uni-hannover.de>
SVN-Revision: 26529

13 years ago[x86] Bump kernel version to 2.6.37.6
Jo-Philipp Wich [Thu, 7 Apr 2011 21:54:29 +0000 (21:54 +0000)]
[x86] Bump kernel version to 2.6.37.6

SVN-Revision: 26525

13 years agobrcm47xx: add initial support for kernel 2.6.38
Hauke Mehrtens [Thu, 7 Apr 2011 21:38:41 +0000 (21:38 +0000)]
brcm47xx: add initial support for kernel 2.6.38

SVN-Revision: 26524

13 years agoar71xx: add DB120 board specific PCI initialization
Gabor Juhos [Thu, 7 Apr 2011 20:53:41 +0000 (20:53 +0000)]
ar71xx: add DB120 board specific PCI initialization

Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26523

13 years agoar71xx: register WMAC device on the DB120 board
Gabor Juhos [Thu, 7 Apr 2011 20:53:37 +0000 (20:53 +0000)]
ar71xx: register WMAC device on the DB120 board

Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26522

13 years agoar71xx: add support for the built-in WMAC of the AR934x
Gabor Juhos [Thu, 7 Apr 2011 20:53:34 +0000 (20:53 +0000)]
ar71xx: add support for the built-in WMAC of the AR934x

Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26521

13 years agoar71xx: create a separate profile for the Atheros DB120 board
Gabor Juhos [Thu, 7 Apr 2011 20:53:25 +0000 (20:53 +0000)]
ar71xx: create a separate profile for the Atheros DB120 board

Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26520

13 years agoar71xx: build firmware image for the Atheros DB120 board
Gabor Juhos [Thu, 7 Apr 2011 20:53:23 +0000 (20:53 +0000)]
ar71xx: build firmware image for the Atheros DB120 board

Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26519

13 years agoar71xx: add initial support for the Atheros DB120 board
Gabor Juhos [Thu, 7 Apr 2011 20:53:19 +0000 (20:53 +0000)]
ar71xx: add initial support for the Atheros DB120 board

Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26518

13 years agoar71xx: indicate AR934x support in menuconfig
Gabor Juhos [Thu, 7 Apr 2011 20:53:14 +0000 (20:53 +0000)]
ar71xx: indicate AR934x support in menuconfig

Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26517

13 years agoar71xx: add support for the watchdog of the AR934x SoCs
Gabor Juhos [Thu, 7 Apr 2011 20:53:10 +0000 (20:53 +0000)]
ar71xx: add support for the watchdog of the AR934x SoCs

Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26516

13 years agoar71xx: enable PCI for the AR934[24] SoCs
Gabor Juhos [Thu, 7 Apr 2011 20:53:05 +0000 (20:53 +0000)]
ar71xx: enable PCI for the AR934[24] SoCs

Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26515

13 years agoar71xx: enable USB support for the AR934x SoCs
Gabor Juhos [Thu, 7 Apr 2011 20:53:03 +0000 (20:53 +0000)]
ar71xx: enable USB support for the AR934x SoCs

Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26514

13 years agoar71xx: enable GPIO support for the AR934x SoCs
Gabor Juhos [Thu, 7 Apr 2011 20:53:00 +0000 (20:53 +0000)]
ar71xx: enable GPIO support for the AR934x SoCs

Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26513

13 years agoar71xx: add AR934x specific glue for ar7100_device{start,stop}
Gabor Juhos [Thu, 7 Apr 2011 20:52:57 +0000 (20:52 +0000)]
ar71xx: add AR934x specific glue for ar7100_device{start,stop}

Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26512

13 years agoar71xx: add AR934x specific UART clock initialization
Gabor Juhos [Thu, 7 Apr 2011 20:52:53 +0000 (20:52 +0000)]
ar71xx: add AR934x specific UART clock initialization

Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26511

13 years agoar71xx: add AR934x specific glue for IRQ initialization
Gabor Juhos [Thu, 7 Apr 2011 20:52:49 +0000 (20:52 +0000)]
ar71xx: add AR934x specific glue for IRQ initialization

Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26510

13 years agoar71xx: add initial support for the AR934x SoCs
Gabor Juhos [Thu, 7 Apr 2011 20:52:45 +0000 (20:52 +0000)]
ar71xx: add initial support for the AR934x SoCs

Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26509

13 years agokernel: enable MPPE again, got broken in r26296
Felix Fietkau [Thu, 7 Apr 2011 19:06:34 +0000 (19:06 +0000)]
kernel: enable MPPE again, got broken in r26296

Since r26296 mppe.ko could not be loaded, kernel gives "device missing" error.
According to KConfig cypther-ecb is required.

Signed-off-by: Sven Roederer <mailinglists.sven_at_roederer.dhs.org>
SVN-Revision: 26507

13 years agomac80211: update to wireless-testing 2011-04-06
Felix Fietkau [Thu, 7 Apr 2011 18:42:22 +0000 (18:42 +0000)]
mac80211: update to wireless-testing 2011-04-06

adds some more pending patches which (among other things) fix the 'failed to stop RX DMA' messages

SVN-Revision: 26506

13 years ago[package] block-mount: Reverting 26503. Was already fixed in a better way in commit...
Daniel Dickinson [Thu, 7 Apr 2011 01:00:14 +0000 (01:00 +0000)]
[package] block-mount: Reverting 26503.  Was already fixed in a better way in commit 26474.

SVN-Revision: 26505

13 years ago[packages] madwifi: typo(s) in /lib/wifi/madwifi.sh
Vasilis Tsiligiannis [Wed, 6 Apr 2011 20:50:14 +0000 (20:50 +0000)]
[packages] madwifi: typo(s) in /lib/wifi/madwifi.sh

Hi
minrate and maxrate are acually not boolean, so, for example
"config minrate 11000" in /etc/config/wireless has no effect.

Signed-off by: Jan Hetges <tran@ms20.net>

SVN-Revision: 26504

13 years ago[package] block-mount: fsck.sh should only call pi_include() if dir /lib/functions...
Vasilis Tsiligiannis [Wed, 6 Apr 2011 20:50:06 +0000 (20:50 +0000)]
[package] block-mount: fsck.sh should only call pi_include() if dir /lib/functions/fsck exists.

/etc/functions.sh:pi_include() checks if the argument exists and prints
a warning if not. To prevent this warning if package block-mount is installed
but not package e2fsprogs, the script should check if this directory exists
before calling pi_include()

A wrong patch to suppress this warning was previously posted
with subject:
[PATCH] Fix typo in name of to be included file

Signed-off-by: Mark Vels <mark.vels@team-embedded.nl>
SVN-Revision: 26503

13 years agobuild: log package dump failures to logs to avoid forcing user to write cryptic comma...
Felix Fietkau [Wed, 6 Apr 2011 14:48:59 +0000 (14:48 +0000)]
build: log package dump failures to logs to avoid forcing user to write cryptic commands to figure out what's going on

SVN-Revision: 26499

13 years agobuild: clean up handling of the kernel config
Felix Fietkau [Wed, 6 Apr 2011 14:48:55 +0000 (14:48 +0000)]
build: clean up handling of the kernel config

- support kernel config overlays in env/
- allow overriding the target kernel config with CONFIG_TARGET=platform|subtarget|env

SVN-Revision: 26498

13 years agoath9k: fall back to the default noise floor if the calibrated one is not available...
Felix Fietkau [Tue, 5 Apr 2011 19:04:05 +0000 (19:04 +0000)]
ath9k: fall back to the default noise floor if the calibrated one is not available, fixes signal strength display in initial scan

SVN-Revision: 26494

13 years agobusybox: get rid of the useless extra menu
Felix Fietkau [Tue, 5 Apr 2011 19:04:02 +0000 (19:04 +0000)]
busybox: get rid of the useless extra menu

SVN-Revision: 26493

13 years agolibrpc: use MDEPENDS instead of DEPENDS for @USE_UCLIBC to fix recursive busybox...
Felix Fietkau [Tue, 5 Apr 2011 19:03:55 +0000 (19:03 +0000)]
librpc: use MDEPENDS instead of DEPENDS for @USE_UCLIBC to fix recursive busybox dependencies

SVN-Revision: 26492

13 years agoadd a new package metadata variable MDEPENDS for specifying local menuconfig dependen...
Felix Fietkau [Tue, 5 Apr 2011 19:03:51 +0000 (19:03 +0000)]
add a new package metadata variable MDEPENDS for specifying local menuconfig dependencies that do not propagate to other packages

SVN-Revision: 26491

13 years ago[package] base-files: Use -h instead of deprecated -L for symlink check
Vasilis Tsiligiannis [Tue, 5 Apr 2011 15:09:43 +0000 (15:09 +0000)]
[package] base-files: Use -h instead of deprecated -L for symlink check

SVN-Revision: 26485

13 years ago[packages] madwifi: Always escape SSID parameter
Vasilis Tsiligiannis [Tue, 5 Apr 2011 15:09:38 +0000 (15:09 +0000)]
[packages] madwifi: Always escape SSID parameter

SVN-Revision: 26484

13 years ago[package] base-files: fix minor problem in init.d/boot
Vasilis Tsiligiannis [Tue, 5 Apr 2011 15:09:32 +0000 (15:09 +0000)]
[package] base-files: fix minor problem in init.d/boot

The script tests for the existance of /dev/root with test -e which fails if
/dev/root is a dangling symlink making the call to ln fail.

Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
SVN-Revision: 26483

13 years ago[package] hostapd: add accounting configuration to hostapd uci script
Vasilis Tsiligiannis [Tue, 5 Apr 2011 15:09:26 +0000 (15:09 +0000)]
[package] hostapd: add accounting configuration to hostapd uci script

Hello

This patch add accounting configuration in hostapd.sh
It also change "server, port, key" to "auth_server, auth_port, auth_secret" but keep backward compatibility
Please patch backfire & trunk

Thanks in advance.

Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 26482

13 years ago[package] block-mount base-files: Added additional check to pi_include to ensure...
Daniel Dickinson [Tue, 5 Apr 2011 12:12:57 +0000 (12:12 +0000)]
[package] block-mount base-files:  Added additional check to pi_include to ensure that a directory used with pi_include actually contains files matching the souring pattern because if not the shell dies due to an empty string in for statement.  Added /lib/functions/fsck as an empty dir to block-mount.  This combination fixes a warning which generates a lot of bug reports, without panicking the kernel like the last attempt.

SVN-Revision: 26479

13 years ago[package] block-mount: Revert 26468: it causes a kernel panic due to pi_include faili...
Daniel Dickinson [Tue, 5 Apr 2011 03:19:10 +0000 (03:19 +0000)]
[package] block-mount: Revert 26468: it causes a kernel panic due to pi_include failing due to the included directory being empty.

SVN-Revision: 26476

13 years agosite: set ac_cv_sizeof_off_t=8 to fix autoconf applications using it for detecting...
Felix Fietkau [Mon, 4 Apr 2011 12:11:43 +0000 (12:11 +0000)]
site: set ac_cv_sizeof_off_t=8 to fix autoconf applications using it for detecting largefile support (#8376, #5681)

SVN-Revision: 26471

13 years ago[package] uci: mark uci as unsafe for parallel building
Jo-Philipp Wich [Mon, 4 Apr 2011 12:06:37 +0000 (12:06 +0000)]
[package] uci: mark uci as unsafe for parallel building

SVN-Revision: 26470

13 years ago[package] block-mount: Removed duplicated directory creation in the package install...
Daniel Dickinson [Mon, 4 Apr 2011 11:30:01 +0000 (11:30 +0000)]
[package] block-mount: Removed duplicated directory creation in the package install section.  The duplicates were a result of the mergin the block-* packages.

SVN-Revision: 26469

13 years ago[package] block-mount: Fixed warning of missing /lib/functions/fsck during boot when...
Daniel Dickinson [Mon, 4 Apr 2011 11:29:59 +0000 (11:29 +0000)]
[package] block-mount: Fixed warning of missing /lib/functions/fsck during boot when no scripts are installed in the directory.  Thanks to Maarten Bezemer.

SVN-Revision: 26468

13 years agomac80211: move 620-rt2x00_soc_led_support.patch to the correct place
Gabor Juhos [Mon, 4 Apr 2011 09:03:33 +0000 (09:03 +0000)]
mac80211: move 620-rt2x00_soc_led_support.patch to the correct place

* fixes [26463]

SVN-Revision: 26467

13 years agoramips: initial board support for MOFI3500-3GN
Gabor Juhos [Mon, 4 Apr 2011 08:43:07 +0000 (08:43 +0000)]
ramips: initial board support for MOFI3500-3GN

This patch adds initial board support for the MoFi Network MOFI3500-3GN
(Ralink RT3052F SoC, 8MB flash, 32MB ram, wireless N, USB-OTG).  This
router is basically the NA version of the HW550-3G.

Signed-off-by: Layne Edwards <ledwards76@gmail.com>
SVN-Revision: 26466

13 years agomac80211: update rt2800-{pci,usb} dependencies
Gabor Juhos [Mon, 4 Apr 2011 08:43:02 +0000 (08:43 +0000)]
mac80211: update rt2800-{pci,usb} dependencies

SVN-Revision: 26465

13 years agomac80211: rt2800-lib doesn't depend on rt2x00-usb
Gabor Juhos [Mon, 4 Apr 2011 08:42:59 +0000 (08:42 +0000)]
mac80211: rt2800-lib doesn't depend on rt2x00-usb

Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 26464

13 years agomac80211: add WLAN LED support for Ralink RT305x SoC Devices
Gabor Juhos [Mon, 4 Apr 2011 08:42:58 +0000 (08:42 +0000)]
mac80211: add WLAN LED support for Ralink RT305x SoC Devices

This patch adds WLAN LED support to the mac80211 driver for Ralink
rt2x00/rt2800 (rt305x) SoC devices. The current driver in
kmod-rt2800-lib is based upon PCI, not SoC. The WLAN LED drivers in
rt2800lib.c set the LED brightness via an MCU request, but do nothing
for SoC. This patch checks for SoC and sets the register to enable the
WLAN LED (instead of an MCU request).  This fixes the WLAN LED for
RT305x devices (such as the HW550-3G).

Signed-off-by: Layne Edwards <ledwards76@gmail.com>
SVN-Revision: 26463

13 years ago[ltq-vmmc]
John Crispin [Mon, 4 Apr 2011 07:37:32 +0000 (07:37 +0000)]
[ltq-vmmc]
The makefile was missing the coef source filename, so it would install a directory instead of
the coefficients file, breaking voice applications.

Signed-off-by: Luca Olivetti <luca@ventoso.org>
SVN-Revision: 26462

13 years agomake the build system a bit more silent without V=99
Felix Fietkau [Mon, 4 Apr 2011 00:54:37 +0000 (00:54 +0000)]
make the build system a bit more silent without V=99

SVN-Revision: 26460

13 years agotoplevel: add a warning about .config being out of sync after an update
Felix Fietkau [Mon, 4 Apr 2011 00:54:33 +0000 (00:54 +0000)]
toplevel: add a warning about .config being out of sync after an update

SVN-Revision: 26459

13 years agox86/geos: redux of cs5535 version
Felix Fietkau [Sun, 3 Apr 2011 23:30:26 +0000 (23:30 +0000)]
x86/geos: redux of cs5535 version

The previous technique didn't work with "make defconfig" correctly.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26458

13 years ago[package] update busybox to 1.18.4, patch from Peter Wagner
Florian Fainelli [Sun, 3 Apr 2011 18:31:00 +0000 (18:31 +0000)]
[package] update busybox to 1.18.4, patch from Peter Wagner

SVN-Revision: 26455