| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
|
|
|
|
|
|
| |
Also switch git to https.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\
| |
| | |
ttyd: new package
|
| |
| |
| |
| | |
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
|
|\ \
| |/
|/| |
hd-idle: convert init script to procd
|
| |
| |
| |
| |
| |
| | |
Clean up init script and introduce support for multiple disks.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |
| |
| |
| |
| | |
Use url alias instead of hardcoded URL.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
| |
| |
| |
| |
| | |
Add gdisk to repo
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
| |
| |
| |
| | |
Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Pushpal Sidhu <psidhu.devel@gmail.com>
|
|\ \
| | |
| | | |
gpsd: fix cross platform compilation
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
In SConstruct the set of executables in the devenv variable should be adjusted to use the cross compile toolchain (as opposed to host's executables).
Achieved by setting target option to the toolchain prefix which corrects compilation on macOS.
Note, TARGET_CROSS has to have the hyphen stripped as SConstruct uses the target variable with an implied hyphen (env['target'] + '-' + toolname)
Signed-off-by: David Thornley <david.thornley@touchstargroup.com>
|
|\ \ \
| | | |
| | | | |
logrotate: configure without libacl
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Issue:
https://github.com/openwrt/packages/issues/3191
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This commit adds a patch to remove a superfluous include.
Removing this include prevents the following error (detected by LEDE
project's buildbot while compiling for mips64 architecture):
(Note: directory names shorted for better readability)
In file included from mmc.h:20:0,
from mmc_cmds.c:37:
/srv/.../include/asm-generic/int-ll64.h:29:44: error: conflicting types for '__s64'
__extension__ typedef __signed__ long long __s64;
^
In file included from /srv/.../include/asm/types.h:22:0,
from /srv/.../include/linux/types.h:4,
from /srv/.../include/linux/fs.h:11,
from mmc_cmds.c:35:
/srv/.../include/asm-generic/int-l64.h:28:25: note: previous declaration of '__s64' was here
typedef __signed__ long __s64;
^
In file included from mmc.h:20:0,
from mmc_cmds.c:37:
/srv/.../include/asm-generic/int-ll64.h:30:42: error: conflicting types for '__u64'
__extension__ typedef unsigned long long __u64;
^
In file included from /srv/.../include/asm/types.h:22:0,
from /srv/.../include/linux/types.h:4,
from /srv/.../include/linux/fs.h:11,
from mmc_cmds.c:35:
/srv/.../include/asm-generic/int-l64.h:29:23: note: previous declaration of '__u64' was here
typedef unsigned long __u64;
^
Makefile:36: recipe for target 'mmc_cmds.o' failed
The patch was already sent upstream, no response yet.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
* Add description to both Makefile and init script that
mentions the default of /dev/urandom as the entropy source.
* Remove the deprecated interval parameter from init script.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
| |
| |
| |
| | |
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \
| | |
| | | |
Update ncdu to 1.12
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Update version
- Use https
- Remove patch which is merged into 1.12
Signed-off-by: Charles Lehner <cel@celehner.com>
|
|\ \ \
| | | |
| | | | |
gkermit: add package
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Maintainer: @nwf
Compile tested: LEDE HEAD ar71xx
Run tested: LEDE HEAD on ar71xx, basic functionality testing
Description: A minimal kermit file transfer program
Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Support for GnuK token is included in this release, remove patches.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \ \ \
| | | | |
| | | | | |
watchcat: fix operation of mode 'always'
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This patch fixes the watchcat init script in case of mode 'always'.
This mode just needs the config parameters: mode, period and forcedelay.
But a wrong check against the variable pingperiod, needed in the mode 'ping'
prevented mode 'always' to work properly.
Signed-off-by: Tobias Ilte <tobias.ilte@campus.tu-berlin.de>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This package installs a couple of helper programs for the Flent testing
tool. These are useful when running tests and gathering remote data from
an OpenWrt/LEDE router.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
slide-switch: new package
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
slide-switch translates slide switch position changes into normal button
presses and releases for OpenWrt / LEDE devices.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
---
config.c: In function 'strndup':
config.c:87:10: error: nonnull argument 's' compared to NULL [-Werror=nonnull-compare]
if(!s)
^
cc1: all warnings being treated as errors
---
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
logrotate: import from oldpackages
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| |_|_|_|/
|/| | | |
| | | | |
| | | | | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Also switches HTTP to uhttpd.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
joe: bump to upstream v4.3
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
files/joerc | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Without the trailing _S_ the variable is not considered at all.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |/ /
|/| |
| | |
| | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| | |
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
|\ \
| |/
|/| |
utils/findutils: Add GNU findutils
|