Commit Graph

59 Commits

Author SHA1 Message Date
Daniel Golle
91c48cd6f6 ugps: nmea: fix time comparision
Fix bug causing system time to be set over and over again, and causing
massive log pollution.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-04-30 12:00:25 +08:00
Hauke Mehrtens
8aab70081b
upgs: Remove extra _DEFAULT_SOURCE definition
This extra _DEFAULT_SOURCE definition results in a double definition
which is a compile error.

This fixes the following compile error with glibc:
----------------------------------------------------------------------
ugps-2019-06-25-cd7eabcd/nmea.c:19: error: "_DEFAULT_SOURCE" redefined [-Werror]
 #define _DEFAULT_SOURCE

<command-line>: note: this is the location of the previous definition
cc1: all warnings being treated as errors

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-19 19:57:05 +08:00
Hauke Mehrtens
5440f3dc01
busybox: backport Remove stime() function calls
glibc 2.31 does not provide stime() any more, backport a fix from
current busybox master to avoid using this function.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2020-04-19 19:56:51 +08:00
Daniel Engberg
5d1e38dc11
e2fsprogs: Update to 1.45.6
Update e2fsprogs to 1.45.6

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2020-04-10 09:16:36 +08:00
CN_SZTL
a68db5f2df
treewide: sync with upstream source 2020-03-28 23:37:17 +08:00
CN_SZTL
983bd2d46f
Merge Lean's source 2020-03-25 19:11:35 +08:00
lean
d29f9dbeb9 lua: fix build with MacOS's make 2020-03-25 13:42:28 +08:00
Álvaro Fernández Rojas
94485f79ff
bcm27xx-userland: update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-03-24 05:16:12 +08:00
AmadeusGhost
c62115265e
bcm27xx: update to latest patches and firmware (#3450)
Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-03-01 22:16:48 +08:00
AmadeusGhost
703cb9ce6e
upgs: update to latest git HEAD (#3439)
cd7eabcd8c9d ugps: Fix compilation under 64-bit
198c06051dd0 Fix build error caused by enabled extra compiler warnings
fc2ab8756b3b Enable extra compiler warnings

Signed-off-by: Petr Štetiar <ynezz@true.cz>

Co-authored-by: Petr Štetiar <ynezz@true.cz>
2020-03-01 14:00:08 +08:00
Álvaro Fernández Rojas
661f33c397 bcm27xx-userland: update to latest version
Remove upstream cmake fix.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2020-02-29 12:01:16 +08:00
Petr Štetiar
cac532d233 upgs: update to latest git HEAD
cd7eabcd8c9d ugps: Fix compilation under 64-bit
198c06051dd0 Fix build error caused by enabled extra compiler warnings
fc2ab8756b3b Enable extra compiler warnings

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-02-28 09:18:22 +08:00
David Bauer
fb48f74da7 fritz-tools: add support for IPQ40xx platform
AVM devices based on Qualcomm IPQ40xx do not store sector health
information in the OOB area. Make this check optional to support this
platform.

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-02-28 08:28:50 +08:00
Andy Binder
866d4aa5a3 fritz-tools: add fritz_tffs_nand_read tool
A tool for reading the TFFS partitions (a name-value storage usually
found in AVM Fritz!Box based devices) on nand flash.

Copyright (c) 2018 Valentin Spreckels <Valentin.Spreckels@Informatik.Uni-Oldenburg.DE>

Based on the fritz_tffs_read tool:
    Copyright (c) 2015-2016 Martin Blumenstingl <martin.blumenstingl@googlemail.com>
and on the TFFS 2.0 kernel driver from AVM:
    Copyright (c) 2004-2007 AVM GmbH <fritzbox_info@avm.de>
and the TFFS 3.0 kernel driver from AVM:
    Copyright (C) 2004-2014 AVM GmbH <fritzbox_info@avm.de>
and the OpenWrt TFFS kernel driver:
    Copyright (c) 2013 John Crispin <blogic@openwrt.org>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

Signed-off-by: Valentin Spreckels <Valentin.Spreckels@Informatik.Uni-Oldenburg.de>
Signed-off-by: Andy Binder <AndyBinder@gmx.de>
2020-02-28 08:26:16 +08:00
CN_SZTL
f93504791f
util-linux: Update to 2.35.1 2020-02-23 15:29:19 +08:00
CN_SZTL
c67b055761
usbmode: Update modeswitch data to 20191128 2020-02-23 15:25:11 +08:00
CN_SZTL
59b2f0375e
package/utils/f2fs-tools: Update to 1.13.0 2020-02-23 15:24:10 +08:00
CN_SZTL
25a9d6c304
Merge Lean's source 2020-02-18 13:05:42 +08:00
coolsnowwolf
7b2d0caa3f xfsprogs:fir copy_file_range api 2020-02-18 12:29:44 +08:00
CN_SZTL
6be9370273
Merge Lean's source 2020-02-17 11:21:21 +08:00
AmadeusGhost
61341499df
brcm2708: rename target to bcm27xx (#3098)
Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com>
2020-02-17 10:36:14 +08:00
CN_SZTL
d4a0f97158
busybox: add glibc dependency for vi regex option 2020-01-27 14:06:30 +08:00
CN_SZTL
1ddb329bec
busybox: Include hdparm by default on nas type device 2020-01-21 14:32:28 +08:00
CN_SZTL
b5c4266a31
e2fsprogs: update to version 1.45.4 2020-01-15 02:08:21 +08:00
CN_SZTL
83e1c33c6b
Merge Lean's source 2020-01-13 13:02:30 +08:00
AmadeusGhost
5e942cf804 update some packages to latest version (#2760) 2020-01-13 09:47:13 +08:00
CN_SZTL
4544a98cc3
adb: fix for SuperSpeed devices 2020-01-01 16:00:50 +08:00
CN_SZTL
c8fe1a6075
Merge Lean's source 2019-12-18 17:46:33 +08:00
LEAN-ESX
511ae3a5cf adb: fix musl build 2019-12-17 22:16:54 -08:00
CN_SZTL
5a723812a7
Revert "lua: revert 76f10f8"
This reverts commit ec7a73dc43.
2019-12-07 22:25:45 +08:00
CN_SZTL
ec7a73dc43
lua: revert 76f10f8 2019-12-07 22:10:22 +08:00
CN_SZTL
c405f16125
e2fsprogs: Fix CVE-2019-5094 in libsupport 2019-11-30 19:27:26 +08:00
CN_SZTL
9677f1684c
busybox: update to 1.31.1 2019-11-16 08:36:43 +08:00
CN_SZTL
f3ccf97764
bzip2: bump to 1.0.8 2019-10-26 08:50:45 +08:00
CN_SZTL
1b28d5dc3c
lua5.3: update 2019-10-26 08:25:54 +08:00
CN_SZTL
16f1781f0f
util-linux: add more command 2019-10-19 08:30:39 +08:00
CN_SZTL
c0397c3a24
Merge Lean's source 2019-10-19 07:41:33 +08:00
LEAN-ESX
aebd02bad0 busybox: add ps -ef option for docker top command 2019-10-18 11:03:49 -07:00
CN_SZTL
7e5229cfbf
busybox: strip off ALTERNATIVES spec 2019-08-16 17:57:52 +08:00
CN_SZTL
712b0682e5
busybox: 2019-08-16 13:39:33 +08:00
CN_SZTL
7720ecb174
xfsprogs: Replace valloc with posix_memalign 2019-08-16 13:10:39 +08:00
CN_SZTL
bc5b6d16f2
adb: fix build breakage on recent musl 2019-08-16 12:01:24 +08:00
CN_SZTL
76f10f8e23
update utils 2019-08-05 17:38:59 +08:00
CN_SZTL
ce8ed9121b
add luci-app-haproxy & luci-app-udpspeederv2 2019-05-25 21:05:51 +08:00
coolsnowwolf
347daa04b2 Merge branch master of https://github.com/coolsnowwolf/lede 2019-01-03 19:29:28 +08:00
coolsnowwolf
9050f97a4a zram-swap: dependency fix, stats info output 2018-11-28 19:14:28 +08:00
coolsnowwolf
806f5db174 sync with OpenWrt trunk 2018-09-07 13:43:55 +08:00
coolsnowwolf
9ba04fd0d7 sync with OpenWrt v18.06.1 stable new R8.1 version 2018-08-23 17:40:23 +08:00
coolsnowwolf
8fe0636b8a Merge branch 'master' of github.com:lede-project/source 2018-04-23 18:50:49 +08:00
coolsnowwolf
20f7e75789 update to R7.5.4 2018-01-15 18:26:41 +08:00