| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34431
|
|
|
|
| |
SVN-Revision: 34423
|
|
|
|
| |
SVN-Revision: 34422
|
|
|
|
| |
SVN-Revision: 34421
|
|
|
|
| |
SVN-Revision: 34420
|
|
|
|
| |
SVN-Revision: 34419
|
|
|
|
| |
SVN-Revision: 34418
|
|
|
|
| |
SVN-Revision: 34417
|
|
|
|
| |
SVN-Revision: 34401
|
|
|
|
|
|
| |
from creeping in on certain distributions
SVN-Revision: 34400
|
|
|
|
|
|
| |
causing by missing operands to cp if the package was never built yet
SVN-Revision: 34390
|
|
|
|
| |
SVN-Revision: 34389
|
|
|
|
|
|
|
|
| |
* The device should get a unique name at the beginning and not wl%d.
* load the nvram just one time into the own buffer, also when there is
more than one device.
SVN-Revision: 34381
|
|
|
|
|
|
|
|
|
|
|
|
| |
Write "delay" and "message" options to their respective files,
allowing Morse code message configuration through UCI.
The delay (dit length) defaults to 150ms (about 8 words per minute,
suitable for beginners).
Signed-off-by: Petr Viktorin <encukou@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34380
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34327
|
|
|
|
|
|
|
|
| |
Thanks to Frank Meerkötter and Szabolcs Nagy for spotting the issue.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34326
|
|
|
|
|
|
|
|
| |
Musl is an alternative C-library, see http://www.musl-libc.org for more infos.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34314
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34313
|
|
|
|
|
|
|
|
| |
Spotted while building against musl libc.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34312
|
|
|
|
|
|
|
|
| |
musl-libc is more strict about missing includes.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34311
|
|
|
|
|
|
|
|
| |
AF_INET* is provided by sys/socket.h
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34310
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34309
|
|
|
|
|
|
|
|
|
|
| |
Busybox built against musl-libc will choke on these otherwise, besides that
it is more natural to use the filesystem type, then options, then name, then
mountpoint.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34308
|
|
|
|
|
|
|
|
|
| |
Not all libcs have support for tm_gmtoff which is only available for BSD
compatibility, and guarded with __USE_BSD defines, use __tm_gmtoff otherwise.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34307
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34306
|
|
|
|
| |
SVN-Revision: 34305
|
|
|
|
| |
SVN-Revision: 34303
|
|
|
|
|
|
|
|
|
|
|
| |
Don't hide crypo submodules unless crypo-core is selected.
Fixes kmods depending on crypto modules being unselectable
until crypto core is selected (like ext4 on 3.6 or mac80211).
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
SVN-Revision: 34298
|
|
|
|
|
|
|
|
| |
Some libcs need this header to be explicitely included (e.g: musl)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34295
|
|
|
|
|
|
|
| |
We do not use anything from it, and it is not available with all libcs.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34294
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34293
|
|
|
|
|
|
|
|
|
| |
libthread_db.so.$(LIBC_SO_VERSION) is only valid for uClibc, (e)glibc just
provides libthread_db.so.1.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34292
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34291
|
|
|
|
|
|
|
|
|
| |
due to a small error in the atm-tools package we are not deploying
atmarp/atmarpd but instead the (useless) libtool-wrappers.
Signed-Off-By: Frank Meerkötter <frank@meerkoetter.org>
SVN-Revision: 34287
|
|
|
|
|
|
|
|
|
| |
[juhosg: move ramips specific stuff into a followup patch]
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34269
|
|
|
|
|
|
|
|
|
| |
This is needed for WiFi to work e.g. on DIR-615 rev.H1.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34268
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GDB previously failed with the following:
root@OpenWrt:/# gdb busybox
[snip]
(gdb) r
Starting program: /bin/busybox
GDB bug: target.c (gdb_signal_from_host): unrecognized real-time signal
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34258
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34256
|
|
|
|
|
|
| |
This is based on the patch by Peter Wagner.
SVN-Revision: 34252
|
|
|
|
| |
SVN-Revision: 34246
|
|
|
|
|
|
|
| |
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34236
|
|
|
|
| |
SVN-Revision: 34222
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34205
|
|
|
|
|
|
| |
Rework configuration and add example UCI file - Fix various bugs and be more RFC compliant
SVN-Revision: 34204
|
|
|
|
| |
SVN-Revision: 34203
|
|
|
|
|
|
| |
a tty, simplifies parsing descriptions with external utils - introduce -i (--nocase) flag which makes all matching operations case insensitive - introduce "find" command which searches package names and descriptions (e.g. opkg -i find "*autoconfig*")
SVN-Revision: 34202
|
|
|
|
|
|
| |
<george@znau.edu.ua> - refresh patches
SVN-Revision: 34171
|
|
|
|
| |
SVN-Revision: 34159
|
|
|
|
|
|
| |
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34152
|
|
|
|
| |
SVN-Revision: 34133
|