| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
SVN-Revision: 26525
|
|
|
|
| |
SVN-Revision: 26524
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26523
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26522
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26521
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26520
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26519
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26518
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26517
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26516
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26515
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26514
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26513
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26512
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26511
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26510
|
|
|
|
|
|
| |
Signed-off-by: Jaiganesh Narayanan <jnarayanan@atheros.com>
SVN-Revision: 26509
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
adds some more pending patches which (among other things) fix the 'failed to stop RX DMA' messages
SVN-Revision: 26506
|
|
|
|
| |
SVN-Revision: 26505
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/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
|
|
|
|
|
|
| |
cryptic commands to figure out what's going on
SVN-Revision: 26499
|
|
|
|
|
|
|
| |
- support kernel config overlays in env/
- allow overriding the target kernel config with CONFIG_TARGET=platform|subtarget|env
SVN-Revision: 26498
|
|
|
|
|
|
| |
available, fixes signal strength display in initial scan
SVN-Revision: 26494
|
|
|
|
| |
SVN-Revision: 26493
|
|
|
|
|
|
| |
busybox dependencies
SVN-Revision: 26492
|
|
|
|
|
|
| |
dependencies that do not propagate to other packages
SVN-Revision: 26491
|
|
|
|
| |
SVN-Revision: 26485
|
|
|
|
| |
SVN-Revision: 26484
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
failing due to the included directory being empty.
SVN-Revision: 26476
|
|
|
|
|
|
| |
detecting largefile support (#8376, #5681)
SVN-Revision: 26471
|
|
|
|
| |
SVN-Revision: 26470
|
|
|
|
|
|
| |
section. The duplicates were a result of the mergin the block-* packages.
SVN-Revision: 26469
|
|
|
|
|
|
| |
no scripts are installed in the directory. Thanks to Maarten Bezemer.
SVN-Revision: 26468
|
|
|
|
|
|
| |
* fixes [26463]
SVN-Revision: 26467
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
SVN-Revision: 26465
|
|
|
|
|
|
| |
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
SVN-Revision: 26464
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
directory instead of the coefficients file, breaking voice applications.
Signed-off-by: Luca Olivetti <luca@ventoso.org>
SVN-Revision: 26462
|
|
|
|
| |
SVN-Revision: 26460
|
|
|
|
| |
SVN-Revision: 26459
|
|
|
|
|
|
|
|
| |
The previous technique didn't work with "make defconfig" correctly.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
SVN-Revision: 26458
|
|
|
|
| |
SVN-Revision: 26455
|
|
|
|
| |
SVN-Revision: 26454
|
|
|
|
| |
SVN-Revision: 26453
|