- Apr 04, 2017
-
-
Felix Fietkau authored
Fixes: 0b24850e ("busybox: don't install NTP scripts if NTP isn't configured") Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Apr 03, 2017
-
-
Philip Prindeville authored
If you're using Chrony or NTPD you don't want the busybox NTP server as well. Make it's installation truly conditional. Signed-off-by:
Philip Prindeville <philipp@redfish-solutions.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [simplify]
-
- Mar 25, 2017
-
-
Yousong Zhou authored
Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com>
-
- Mar 22, 2017
-
-
Felix Fietkau authored
The original build error in 'more' seems to be gone Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
The build dependency is unconditional, and some components might fail if ncurses is not available Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Daniel Engberg authored
Update util-linux to 2.29.2 Remote 0001-fix-uClibc-ng-scanf-check.patch as it's been merged upstream. Refresh patches Change ncurses to ncursesw to fix compilation and avoid confusion Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net> Signed-off-by: Felix Fietkau <nbd@nbd.name> [remove faulty dependency changes]
-
John Crispin authored
This reverts commit eac1a548. This patch caused the builders to blow up. Signed-off-by:
John Crispin <john@phrozen.org>
-
Daniel Engberg authored
Update f2fs-tools to 1.8.0 Refresh patches Remove selinux patch, use configure argument instead. Switch to xz tarball Adjust url to avoid redirects Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Felix Fietkau authored
It is useful for creating static ARP entries. Adds about 1.9 KiB after gzip on MIPS. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Daniel Engberg authored
Update util-linux to 2.29.2 Remote 0001-fix-uClibc-ng-scanf-check.patch as it's been merged upstream. Refresh patches Change ncurses to ncursesw to fix compilation and avoid confusion Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
- Mar 15, 2017
-
-
Piotr Dymacz authored
ntpd from Busybox supports peer-less (standalone) mode when it's started with option -l and without any peer provided with option -p. In this mode ntpd uses local time as reference and acts as stratum 1 server. This mode can be used in isolated networks, where Internet access and/or other NTP server/s are not available, but the device has some other way of getting correct time, like e.g. GPS (ugps supports setting local time by default). Support for this mode was incorrectly disabled/removed in: 1527f96c Signed-off-by:
Piotr Dymacz <pepe2k@gmail.com> Acked-by:
Jo-Philipp Wich <jo@mein.io>
-
- Mar 08, 2017
-
-
Piotr Dymacz authored
The ugps tool expects device path in last argument. If it's provided before other options, they won't be processed at all. Additionally, make it possible to use absolute path for gps character device in related uci configuration. Signed-off-by:
Piotr Dymacz <pepe2k@gmail.com>
-
- Mar 02, 2017
-
-
Florian Fainelli authored
Fixes build issues with external toolchains that do not have STAGING_DIR in their default search path. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
Make sure we pass down TARGET_CPPFLAGS to let toolchains with no default search paths to find the mbdetls headers, and override TARGET_LDFLAGS to include libraries we are linking against. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
Brings the following changes: 22f041e18df0 Extend StandardEject sequence to include LUN 1 61fdf7e9b1cc cmake: Search for libjson-c 2769852e76b5 cmake: Find libubox/blobmsg_json.h 8a47c4b6649f add TargetClass support Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
Fixes build with external toolchains not having STAGING_DIR in their default search path(s). Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
- Feb 21, 2017
-
-
Felix Fietkau authored
px5g-standalone only supports SHA1 for certificates, which is strongly deprecated. The new px5g-standalone is about 27k bigger (compressed), and has identical behavior to px5g-mbedtls (it uses SHA256). Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Feb 20, 2017
-
-
Stijn Tintel authored
This reverts commit cc66f819. This commit causes opkg to install px5g-standalone instead of px5g when installing luci-ssl. As luci-ssl depends on mbedtls, using px5g-standalone makes no sense. Next to that, it creates deprecated SHA1 certificates. Revert the commit to avoid pxg5-standalone to be installed by accident. Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be>
-
- Feb 16, 2017
-
-
Cezary Jackiewicz authored
Removing redundant spaces from the name of the option. Without fix: root@LEDE:~# opkg install ugps Installing ugps (2016-10-24-32a6b2b7-1) to root... Downloading http://downloads.lede-project.org/releases/17.01-SNAPSHOT/packages/mips_24kc/base/ugps_2016-10-24-32a6b2b7-1_mips_24kc.ipk Configuring ugps. uci: Parse error (invalid character in name field) at line 3, byte 23 uci: Parse error (invalid character in name field) at line 3, byte 23 sh: out of range root@LEDE:~# uci show gps uci: Parse error (invalid character in name field) at line 3, byte 23 With this fix: root@LEDE:~# uci show gps gps.@gps[0]=gps gps.@gps[0].tty='ttyACM0' gps.@gps[0].adjust_time='1' Signed-off-by:
Cezary Jackiewicz <cezary@eko.one.pl>
-
- Feb 11, 2017
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Feb 09, 2017
-
-
Daniel Engberg authored
* Update to 1.43.4 * Use xz tarball which saves about 2Mbyte in size Changelog: http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.43.4 Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net> Signed-off-by: Felix Fietkau <nbd@nbd.name> [use @KERNEL instead of hardcoded URL]
-
- Jan 29, 2017
-
-
Magnus Kroken authored
Refresh patches, delete patches that have been applied upstream. Signed-off-by:
Magnus Kroken <mkroken@gmail.com> Tested-by:
Koen Vandeputte <koen.vandeputte@ncentric.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [fix defaults]
-
Magnus Kroken authored
The "new style" busybox applet approach moves all config and build definitions related to an applet to its .c file. This makes the patches easier to maintain, as they only add new files to the busybox build directory, without modifying BusyBox files. Signed-off-by:
Magnus Kroken <mkroken@gmail.com> Tested-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
- Jan 24, 2017
-
-
Mathias Kresin authored
The packages can't be build as shared packages due to the unmet dependencies. Fixes FS#418. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Jan 10, 2017
-
-
Matthias Schiffer authored
Cleanup to prepare for changing STAGING_DIR_HOSTPKG. The actual change of STAGING_DIR_HOSTPKG (i.e., moving the host packages back into a common, not target-specific directory) will be done after the first LEDE release, but the cleanup will also be useful for projects like Gluon. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
Stijn Tintel authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> Acked-by:
Jo-Philipp Wich <jo@mein.io>
-
Jo-Philipp Wich authored
Since mtd-utils embeds ubi-utils and ubi-utils depends on @NAND_SUPPORT, we cannot share this package among targets as the SDK processing the package is not guaranteed to claim NAND_SUPPORT. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Daniel Engberg authored
Update usb.ids database to 2016.10.13 Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
- Jan 09, 2017
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
The old polarssl 1.3 branch is EOL since end of 2016, and the package for it will be removed soon. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Jan 05, 2017
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Dec 22, 2016
-
-
Felix Fietkau authored
Also use default defintions for PKG_SOURCE_SUBDIR, PKG_SOURCE Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Henryk Heisig authored
Signed-off-by:
Henryk Heisig <hyniu@o2.pl>
-
- Dec 19, 2016
-
-
Felix Fietkau authored
The name needs to include the revision, otherwise it is not automatically re-downloaded on updates. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Dec 16, 2016
-
-
Felix Fietkau authored
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256 Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Nov 30, 2016
-
-
Jo-Philipp Wich authored
Commit 2728512e ("e2fsprogs: List all libraries explicitly") forced the e2fsprogs build system to link libcom_err.so in various places. Unfortunately, the krb5 package also ships a libcom_err.so with a totally different ABI and puts it into the global staging directory which causes e2fsprogs to pick up this wrong library, leading to the following failure: LD blkid ../lib/libext2fs.so: undefined reference to `_et_list' collect2: error: ld returned 1 exit status Makefile:504: recipe for target 'blkid' failed Change the SYSLIBS specification to explicitely link libcom_err.so.0.0 which in order to work around the problem. In the long run, the libcom_err clash between e2fsprogs and krb5 needs to be solved properly. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
- Nov 24, 2016
-
-
Paul Wassi authored
Update fuse+libfuse to upstream 2.9.7. Drop the patch for CVE-2015-3202, which is already integrated in the newer version. Rework the other patches. Also switch PKG_SOURCE from @SF to libfuse's github releases. Signed-off-by:
Paul Wassi <p.wassi@gmx.at>
-
- Nov 19, 2016
-
-
Rafał Miłecki authored
SafeLoader is image format used by some TP-LINK devices. This tool allows extracting selected partitions out of it. It can be used for sysupgrade. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Nov 08, 2016
-
-
Alberto Bursi authored
As in Disc there is also lvm2 and other hard drive tools in the Openwrt package feeds. Signed-off-by:
Alberto Bursi <alberto.bursi@outlook.it>
-
- Oct 27, 2016
-
-
Alberto Bursi authored
Capitalized "disc" submenu name as all submenu names are capitalized (apart from "database", but I'll fix that later). moved "swap-utils" to Filesystem submenu as it is "formatting" a partition as swap so it looks out of place in Disc. Signed-off-by:
Alberto Bursi <alberto.bursi@outlook.it>
-