[LEDE-DEV] linux-x86_generic/linux-4.4.26 compile errors

2016-10-22 Thread Christian Schoenebeck
Compiling on XUbuntu x64 16.10 the following errors are shown NOTICE: module '/owbuild/trunk/build_dir/target-i386_pentium4_musl-1.1.15/linux-x86_generic/linux-4.4.26/fs/ext4/ext4.ko' is built-in. NOTICE: module

[LEDE-DEV] kmod-fs-isofs: zlib_deflate.ko is missing

2016-12-25 Thread Christian Schoenebeck
ERROR: module '/home/owbuild/lede/build_dir/target-i386_pentium4_musl-1.1.15/linux-x86_generic/linux-4.4.39/lib/zlib_deflate/zlib_deflate.ko' is missing. modules/lib.mk:211: recipe for target '/home/owbuild/lede/bin/targets/x86/generic/packages/kmod-lib-zlib_4.4.39-1_i386_pentium4.ipk' failed

Re: [LEDE-DEV] [PATCH v2] package-ipkg: Do not fail build without base-files

2016-12-27 Thread Christian Schoenebeck
In general that's right, but disabling all postinst(-pkg) and prerm(-pkg) is more than awful. If base-files not selected you should nevertheless call postinst-/prerm-pkg. Otherwise their is no real chance to work without base-files whatever you do in package Makefile. Am 27.12.2016 um 21:00

Re: [LEDE-DEV] kmod-fs-isofs: zlib_deflate.ko is missing

2016-12-27 Thread Christian Schoenebeck
make build without problems. Thanks. If ext4 is a buildin of the Kernel then it should be removed from kmod because it cannot be deselected and select make no sense. Same to vfat (if buildin). Am 26.12.2016 um 11:16 schrieb Felix Fietkau: > Should be fixed in the latest version, please test. >

Re: [LEDE-DEV] [PATCH v2] package-ipkg: Do not fail build without base-files

2016-12-27 Thread Christian Schoenebeck
Do you really think this is a good idea ? If base-files package is not selected, the postinst-pkg and prerm-pkg of none of the other selected packages will be called. It's nice to suppress error messages but to switch off all postinst and prerm defined inside Makefile of any selected package in

Re: [LEDE-DEV] [PATCH v2] package-ipkg: Do not fail build without base-files

2016-12-27 Thread Christian Schoenebeck
Also keep in mind my pull https://github.com/lede-project/source/pull/618 Am 26.12.2016 um 20:53 schrieb Florian Fainelli: > Le 12/09/16 à 16:04, Florian Fainelli a écrit : >> If the base-files package is not selected, we will fail executing the >> very first postinst script: >> >> make[3]:

Re: [LEDE-DEV] [PATCH v2] package-ipkg: Do not fail build without base-files

2016-12-27 Thread Christian Schoenebeck
Am 27.12.2016 um 21:15 schrieb Florian Fainelli: > > On 12/27/2016 12:07 PM, Christian Schoenebeck wrote: >> In general that's right, but disabling all postinst(-pkg) and prerm(-pkg) is >> more than awful. >> If base-files not selected you should nevertheless

Re: [LEDE-DEV] DDNS for ipv6

2018-01-15 Thread Christian Schoenebeck
Hi Hartmut, either try newest scripts from github (updated last weekend) or insert "network_flush_cache" at about line 900 inside dynamic_dns_functions.sh function get_local_ip() while : ; do if [ -n "$ip_network" ]; then # set correct program

Re: [LEDE-DEV] DDNS for ipv6

2018-01-17 Thread Christian Schoenebeck
quest? > > Regards, > Hartmut > > Am 15.01.2018 um 21:44 schrieb Christian Schoenebeck: >> Hi Hartmut, >> >> either try newest scripts from github (updated last weekend) >> >> or insert "network_flush_cache" at about line 900 inside >&