[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Unblock of busybox (Was: Weekly Testing Images Not Found)



Hello Cyril, list,

On 12/06/2025 13:31, Cyril Brulebois wrote:
Roland Clobus <rclobus@rclobus.nl> (2025-06-12):
On 12/06/2025 12:48, Steve McIntyre wrote:
I've just triggered a manual rebuild now, so hopefully new images will
be in place in a couple of hours.

Erm... It turns out that the failure is not transient...

The build error is caused by a newer version of busybox (1.1.37.0-5), which
is already fixed in sid (1.1.37.0-6), but it is on a delayed trip to trixie,
with a long migration time of 20 days, according to
https://tracker.debian.org/pkg/busybox

I could speed this up, but given busybox is also used outside the
installer, I'd rather see a proper unblock request filed and looked at
by other members of the release team.

I've fetched (with dget) both the 1.37.0-5 and 1.37.0-6 packages. Using diffoscope I can confirm that the only change between these versions is in the file 'debian/config/pkg/udeb'. So for users of busybox outside the scope of udebs, there is no change at all. So the change between 5 and 6 is a targeted fix, which makes it suitable for an unblock request.

With the work-around in live-build, I can confirm that having 1.37.0-6 would fix the FTBFS of the live images, and tomorrow the weekly images should be able to be built again. The Jenkins runs of Thursday (for all runs after the fix in live-build was merged) also show that the trixie images can be built again if 1.37.0-6 would be available.

With kind regards,
Roland Clobus

--- The commands I used to generate the diff ---
mkdir 6 5
cd 6
dget https://deb.debian.org/debian/pool/main/b/busybox/busybox_1.37.0-6.dsc
cd ../5
dget https://deb.debian.org/debian/pool/main/b/busybox/busybox_1.37.0-5.dsc
cd ..
# Apply a silly timestamp to reduce the size of the diff
find 5 -exec touch -d @1 '{}' ';'
find 6 -exec touch -d @1 '{}' ';'
diffoscope 5 6 --html busybox5-6.diff.html

Title: /usr/bin/diffoscope 5 6 --html busybox5-6.diff.html
9.34 KB
5 vs.
6
187 B
file list
    
Offset 1, 4 lines modifiedOffset 1, 4 lines modified
1 busybox-1.37.01 busybox-1.37.0
2 busybox_1.37.0-5.debian.tar.xz2 busybox_1.37.0-6.debian.tar.xz
3 busybox_1.37.0-5.dsc3 busybox_1.37.0-6.dsc
4 busybox_1.37.0.orig.tar.bz24 busybox_1.37.0.orig.tar.bz2
2.23 KB
5/busybox-1.37.0 vs.
6/busybox-1.37.0
2.2 KB
5/busybox-1.37.0/debian vs.
6/busybox-1.37.0/debian
846 B
5/busybox-1.37.0/debian/changelog vs.
6/busybox-1.37.0/debian/changelog
    
Offset 1, 7 lines modifiedOffset 1, 14 lines modified
 1 busybox·(1:1.37.0-6)·unstable;·urgency=medium
  
 2 ··*·udeb·config:·remove·wget·applet
 3 ····(wget-udeb·is·used·for·this·for·many·years)·(Closes:·#1107392)
  
 4 ·--·Michael·Tokarev·<mjt@tls.msk.ru>··Sun,·08·Jun·2025·00:34:24·+0300
  
1 busybox·(1:1.37.0-5)·unstable;·urgency=medium5 busybox·(1:1.37.0-5)·unstable;·urgency=medium
  
2 ··*·d/control:·switch·from·Static-Built-Using·back·to·Built-Using6 ··*·d/control:·switch·from·Static-Built-Using·back·to·Built-Using
3 ····(Closes:·#1106796)7 ····(Closes:·#1106796)
  
4 ·--·Michael·Tokarev·<mjt@tls.msk.ru>··Fri,·30·May·2025·20:03:19·+03008 ·--·Michael·Tokarev·<mjt@tls.msk.ru>··Fri,·30·May·2025·20:03:19·+0300
  
319 B
stat {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
  
1 ··Size:·84442·····»     Blocks:·168········IO·Block:·4096···regular·file1 ··Size:·84664·····»     Blocks:·168········IO·Block:·4096···regular·file
2 Device:·259,1»   Links:·12 Device:·259,1»   Links:·1
3 Access:·(0664/-rw-rw-r--)··Uid:·(·1000/··roland)···Gid:·(·1000/··roland)3 Access:·(0664/-rw-rw-r--)··Uid:·(·1000/··roland)···Gid:·(·1000/··roland)
  
4 Modify:·1970-01-01·00:00:01.000000000·+00004 Modify:·1970-01-01·00:00:01.000000000·+0000
  
  
1.33 KB
5/busybox-1.37.0/debian/config vs.
6/busybox-1.37.0/debian/config
1.27 KB
5/busybox-1.37.0/debian/config/pkg vs.
6/busybox-1.37.0/debian/config/pkg
1.2 KB
5/busybox-1.37.0/debian/config/pkg/udeb vs.
6/busybox-1.37.0/debian/config/pkg/udeb
    
Offset 988, 19 lines modifiedOffset 988, 19 lines modified
988 #·CONFIG_TRACEROUTE·is·not·set988 #·CONFIG_TRACEROUTE·is·not·set
989 #·CONFIG_TRACEROUTE6·is·not·set989 #·CONFIG_TRACEROUTE6·is·not·set
990 #·CONFIG_FEATURE_TRACEROUTE_VERBOSE·is·not·set990 #·CONFIG_FEATURE_TRACEROUTE_VERBOSE·is·not·set
991 #·CONFIG_FEATURE_TRACEROUTE_USE_ICMP·is·not·set991 #·CONFIG_FEATURE_TRACEROUTE_USE_ICMP·is·not·set
992 #·CONFIG_TUNCTL·is·not·set992 #·CONFIG_TUNCTL·is·not·set
993 #·CONFIG_FEATURE_TUNCTL_UG·is·not·set993 #·CONFIG_FEATURE_TUNCTL_UG·is·not·set
994 CONFIG_VCONFIG=y994 CONFIG_VCONFIG=y
995 CONFIG_WGET=y995 #·CONFIG_WGET·is·not·set
996 #·CONFIG_FEATURE_WGET_LONG_OPTIONS·is·not·set996 #·CONFIG_FEATURE_WGET_LONG_OPTIONS·is·not·set
997 CONFIG_FEATURE_WGET_STATUSBAR=y997 #·CONFIG_FEATURE_WGET_STATUSBAR·is·not·set
998 CONFIG_FEATURE_WGET_FTP=y998 #·CONFIG_FEATURE_WGET_FTP·is·not·set
999 CONFIG_FEATURE_WGET_AUTHENTICATION=y999 #·CONFIG_FEATURE_WGET_AUTHENTICATION·is·not·set
1000 #·CONFIG_FEATURE_WGET_TIMEOUT·is·not·set1000 #·CONFIG_FEATURE_WGET_TIMEOUT·is·not·set
1001 #·CONFIG_FEATURE_WGET_HTTPS·is·not·set1001 #·CONFIG_FEATURE_WGET_HTTPS·is·not·set
1002 #·CONFIG_FEATURE_WGET_OPENSSL·is·not·set1002 #·CONFIG_FEATURE_WGET_OPENSSL·is·not·set
1003 #·CONFIG_WHOIS·is·not·set1003 #·CONFIG_WHOIS·is·not·set
1004 #·CONFIG_ZCIP·is·not·set1004 #·CONFIG_ZCIP·is·not·set
1005 #·CONFIG_UDHCPD·is·not·set1005 #·CONFIG_UDHCPD·is·not·set
1006 #·CONFIG_FEATURE_UDHCPD_BOOTP·is·not·set1006 #·CONFIG_FEATURE_UDHCPD_BOOTP·is·not·set
319 B
stat {}
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
  
1 ··Size:·35717·····»     Blocks:·72·········IO·Block:·4096···regular·file1 ··Size:·35761·····»     Blocks:·72·········IO·Block:·4096···regular·file
2 Device:·259,1»   Links:·12 Device:·259,1»   Links:·1
3 Access:·(0664/-rw-rw-r--)··Uid:·(·1000/··roland)···Gid:·(·1000/··roland)3 Access:·(0664/-rw-rw-r--)··Uid:·(·1000/··roland)···Gid:·(·1000/··roland)
  
4 Modify:·1970-01-01·00:00:01.000000000·+00004 Modify:·1970-01-01·00:00:01.000000000·+0000
  
  
6.92 KB
5/busybox_1.37.0-5.dsc vs.
6/busybox_1.37.0-6.dsc
Files 74% similar despite different names
50.0 B
Version
    
Offset 1, 1 lines modifiedOffset 1, 1 lines modified
1 1:1.37.0-51 1:1.37.0-6
243 B
Files
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
  
1 ·865b68ab41b923d9cdbebf3f2c8b04ec·2565764·busybox_1.37.0.orig.tar.bz21 ·865b68ab41b923d9cdbebf3f2c8b04ec·2565764·busybox_1.37.0.orig.tar.bz2
2 ·8e356885ef923f33b13baaaa53a16b14·64932·busybox_1.37.0-5.debian.tar.xz2 ·6f2ddd678ec8467bd3151ea6afb59245·65032·busybox_1.37.0-6.debian.tar.xz
1.64 KB
GPG signature
    
Offset 1, 16 lines modifiedOffset 1, 16 lines modified
1 -----BEGIN·PGP·SIGNATURE-----1 -----BEGIN·PGP·SIGNATURE-----
  
2 iQIzBAEBCgAdFiEEZKoqtTHVaQM2a/75gqpKJDselHgFAmg56VwACgkQgqpKJDse2 iQIzBAEBCgAdFiEEZKoqtTHVaQM2a/75gqpKJDselHgFAmhEsIQACgkQgqpKJDse
3 lHjWGRAAzg6fBgeFPJP8nWCxpBbOzBPcRP4vn9Qqcqp4K8iE1uAcrbGpaOqJiKtu 
4 1HMuISmi0D9/fI1MdV5jnrgKumFwZjuGxQRupiCB+rvGJ3dCfDoDZcQExuLUUYKm 
5 uCha5Xi4QqTJrjvRYR3PTWsdZz/wMpyz3mQjOk4eiKY84XsI2qfcnj2FELAkIftu 
6 Alnfubo1a2MbxdJ75pSfWdEoaO/HaEs/l/HoJZ/UUH7Tb+AoAGTV6Z7dCNIcBV5q 
7 yM94mYY3/aSK7AV1r1mflEq67WpH7W6zhJdoYp7yHlFiXCf+MUrcSTc4heiYduWF 
8 b+TZ5r8SOHaQtYBsvRFPX4Q0v/VHtSnjztlf2gGbleEueBVig77uRsPyc6vgJqor 
9 3CM6gEJtj9P39NXkPxNc0J0KV2gvNimiUEX7eVyax0az5e+2Z4a5HEROIpIFYUrq 
10 S9+vw6pFmqusFb5czQ3kn2bd7pB5cqimDdKig+pgpEbAU0BCcc1z0fRm1VkK5Jpb 
11 MgtpHb8Iwq5eLTTE/xEEcKITbLcbCg1yxvnjcfVxdUBQ+ID5uO2Yw1hqYH5+BSzJ 
12 F390H8QOczAeHxNCZuNEUiAYf9YPhvC6z3cnBFsFKxad01byJwQ/1qC8Auj75tTn 
13 w52sJ+1Ls/dQk9e9p7N0kynlNh8g8tikdsTcR2K7/WTbQm60hYI= 
14 =R/Cb3 lHiQnRAA0svXtf3wUqc1v6gE/gE6w9RZsG2oxnoP6G31d0hhESmmAIfleWeZ+LLs
 4 7V16J1dP5VPzjgKAUGrEBnaUBwSUVHuES5vUUfAg+R1S7C73G7hGgt+Z2Nfcc+O/
 5 0A/KMAPcAb/H+fc0wklLlLe1EmzwPRMilIPk86AFl+QKwh6wDUwaMutcP7+992qB
 6 BvYG0KARHgAg29voau3K/u3bXOoz20Z6KjP5uTVV1Hnkdl7Aakh2vaqhBr4aoCMG
 7 ZllFqnb9cTtX7COZxW1SOHU1sa0R270LiRfrv8ZL6Z8WcR98Z0/uj6BlOungGsO1
 8 FVinEEcTUfxMs/R7n+nOrO051JYJUMMkMSFiKzbY0e0m98WdLpAU1rddaOXEgYyz
 9 q+y5CtWhF2jglrJLWyz3Wg7dtLA+nc4Et61btLM8585sLGMfqLlBhIKYAUv6BNtF
 10 JOwuqPnMN3MaeHvYqcG+FMMZ6zzGh5gRO5zQfYStKwfFZ+4uQYDk3kb2TYYROzSD
 11 tQkdliE+Kt6AnvEdomx908iFJy1UPQTzkmQypQ2sozQKlhg2Fw+vNUhRNvAj1b5n
 12 IQ9XoaSO5R/qLpHSUdqMpzkHIw/IKV5wZ4Dq05+YHMlqfbdm5cffFFXaBBZZ4bAI
 13 Kwq2dobCa8mxFijKYygO5lGvwNA/DLPprrIs3r2G4a+gt67Cdso=
 14 =/Apl
15 -----END·PGP·SIGNATURE-----15 -----END·PGP·SIGNATURE-----
4.92 KB
busybox_1.37.0-5.debian.tar.xz vs.
busybox_1.37.0-6.debian.tar.xz
4.86 KB
busybox_1.37.0-5.debian.tar vs.
busybox_1.37.0-6.debian.tar
3.47 KB
file list
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 drwxr-xr-x···0········0········0········0·2025-05-30·17:03:19.000000·debian/1 drwxr-xr-x···0········0········0········0·2025-06-07·21:34:24.000000·debian/
2 -rw-r--r--···0········0········0·····1584·2025-05-19·11:29:28.000000·debian/README.Maintainer2 -rw-r--r--···0········0········0·····1584·2025-05-19·11:29:28.000000·debian/README.Maintainer
3 -rw-r--r--···0········0········0·······30·2025-05-19·11:29:28.000000·debian/busybox-static.examples3 -rw-r--r--···0········0········0·······30·2025-05-19·11:29:28.000000·debian/busybox-static.examples
4 -rw-r--r--···0········0········0·······94·2025-05-19·11:29:28.000000·debian/busybox-static.install4 -rw-r--r--···0········0········0·······94·2025-05-19·11:29:28.000000·debian/busybox-static.install
5 -rw-r--r--···0········0········0······180·2025-05-19·11:29:28.000000·debian/busybox-static.lintian-overrides5 -rw-r--r--···0········0········0······180·2025-05-19·11:29:28.000000·debian/busybox-static.lintian-overrides
6 -rwxr-xr-x···0········0········0·····2515·2025-05-19·11:29:28.000000·debian/busybox-syslogd.busybox-klogd.init6 -rwxr-xr-x···0········0········0·····2515·2025-05-19·11:29:28.000000·debian/busybox-syslogd.busybox-klogd.init
7 -rw-r--r--···0········0········0······151·2025-05-19·11:29:28.000000·debian/busybox-syslogd.busybox-klogd.service7 -rw-r--r--···0········0········0······151·2025-05-19·11:29:28.000000·debian/busybox-syslogd.busybox-klogd.service
8 -rw-r--r--···0········0········0······319·2025-05-19·11:29:28.000000·debian/busybox-syslogd.default8 -rw-r--r--···0········0········0······319·2025-05-19·11:29:28.000000·debian/busybox-syslogd.default
Offset 13, 24 lines modifiedOffset 13, 24 lines modified
13 -rw-r--r--···0········0········0······164·2025-05-19·11:29:28.000000·debian/busybox-syslogd.lintian-overrides13 -rw-r--r--···0········0········0······164·2025-05-19·11:29:28.000000·debian/busybox-syslogd.lintian-overrides
14 -rw-r--r--···0········0········0······878·2025-05-19·11:29:28.000000·debian/busybox-syslogd.service14 -rw-r--r--···0········0········0······878·2025-05-19·11:29:28.000000·debian/busybox-syslogd.service
15 -rw-r--r--···0········0········0·······53·2025-05-19·11:29:28.000000·debian/busybox-udeb.install15 -rw-r--r--···0········0········0·······53·2025-05-19·11:29:28.000000·debian/busybox-udeb.install
16 -rw-r--r--···0········0········0·······64·2025-05-19·11:29:28.000000·debian/busybox-udeb.lintian-overrides16 -rw-r--r--···0········0········0·······64·2025-05-19·11:29:28.000000·debian/busybox-udeb.lintian-overrides
17 -rw-r--r--···0········0········0·······35·2025-05-19·11:29:28.000000·debian/busybox.docs17 -rw-r--r--···0········0········0·······35·2025-05-19·11:29:28.000000·debian/busybox.docs
18 -rw-r--r--···0········0········0·······88·2025-05-19·11:29:28.000000·debian/busybox.install18 -rw-r--r--···0········0········0·······88·2025-05-19·11:29:28.000000·debian/busybox.install
19 -rw-r--r--···0········0········0······159·2025-05-19·11:29:28.000000·debian/busybox.lintian-overrides19 -rw-r--r--···0········0········0······159·2025-05-19·11:29:28.000000·debian/busybox.lintian-overrides
20 -rw-r--r--···0········0········0····84442·2025-05-30·17:03:19.000000·debian/changelog20 -rw-r--r--···0········0········0····84664·2025-06-07·21:34:24.000000·debian/changelog
21 drwxr-xr-x···0········0········0········0·2025-05-19·11:29:28.000000·debian/config/21 drwxr-xr-x···0········0········0········0·2025-05-19·11:29:28.000000·debian/config/
22 drwxr-xr-x···0········0········0········0·2025-05-19·11:29:28.000000·debian/config/os/22 drwxr-xr-x···0········0········0········0·2025-05-19·11:29:28.000000·debian/config/os/
23 -rw-r--r--···0········0········0······218·2025-05-19·11:29:28.000000·debian/config/os/hurd23 -rw-r--r--···0········0········0······218·2025-05-19·11:29:28.000000·debian/config/os/hurd
24 -rw-r--r--···0········0········0·······88·2025-05-19·11:29:28.000000·debian/config/os/kfreebsd24 -rw-r--r--···0········0········0·······88·2025-05-19·11:29:28.000000·debian/config/os/kfreebsd
25 -rw-r--r--···0········0········0·······24·2025-05-19·11:29:28.000000·debian/config/os/linux25 -rw-r--r--···0········0········0·······24·2025-05-19·11:29:28.000000·debian/config/os/linux
26 drwxr-xr-x···0········0········0········0·2025-05-19·11:29:28.000000·debian/config/pkg/26 drwxr-xr-x···0········0········0········0·2025-06-07·11:39:47.000000·debian/config/pkg/
27 -rw-r--r--···0········0········0····32022·2025-05-19·11:29:28.000000·debian/config/pkg/deb27 -rw-r--r--···0········0········0····32022·2025-05-19·11:29:28.000000·debian/config/pkg/deb
28 -rw-r--r--···0········0········0····31963·2025-05-19·11:29:28.000000·debian/config/pkg/static28 -rw-r--r--···0········0········0····31963·2025-05-19·11:29:28.000000·debian/config/pkg/static
29 -rw-r--r--···0········0········0····35717·2025-05-19·11:29:28.000000·debian/config/pkg/udeb29 -rw-r--r--···0········0········0····35761·2025-06-07·11:42:05.000000·debian/config/pkg/udeb
30 -rw-r--r--···0········0········0·····5590·2025-05-30·17:02:26.000000·debian/control30 -rw-r--r--···0········0········0·····5590·2025-05-30·17:02:26.000000·debian/control
31 -rw-r--r--···0········0········0·····1110·2025-05-19·11:29:28.000000·debian/copyright31 -rw-r--r--···0········0········0·····1110·2025-05-19·11:29:28.000000·debian/copyright
32 drwxr-xr-x···0········0········0········0·2025-05-19·11:29:28.000000·debian/patches/32 drwxr-xr-x···0········0········0········0·2025-05-19·11:29:28.000000·debian/patches/
33 -rw-r--r--···0········0········0·····2050·2025-05-19·11:29:28.000000·debian/patches/busybox-1.36.1-no-cbq.patch33 -rw-r--r--···0········0········0·····2050·2025-05-19·11:29:28.000000·debian/patches/busybox-1.36.1-no-cbq.patch
34 -rw-r--r--···0········0········0······673·2025-05-19·11:29:28.000000·debian/patches/fix-non-linux-build.patch34 -rw-r--r--···0········0········0······673·2025-05-19·11:29:28.000000·debian/patches/fix-non-linux-build.patch
35 -rw-r--r--···0········0········0·····3808·2025-05-19·11:29:28.000000·debian/patches/fix-od-and-hexdump-tests-on-big-endian-hosts.patch35 -rw-r--r--···0········0········0·····3808·2025-05-19·11:29:28.000000·debian/patches/fix-od-and-hexdump-tests-on-big-endian-hosts.patch
36 -rw-r--r--···0········0········0······633·2025-05-19·11:29:28.000000·debian/patches/init-console.patch36 -rw-r--r--···0········0········0······633·2025-05-19·11:29:28.000000·debian/patches/init-console.patch
493 B
debian/changelog
    
Offset 1, 7 lines modifiedOffset 1, 14 lines modified
 1 busybox·(1:1.37.0-6)·unstable;·urgency=medium
  
 2 ··*·udeb·config:·remove·wget·applet
 3 ····(wget-udeb·is·used·for·this·for·many·years)·(Closes:·#1107392)
  
 4 ·--·Michael·Tokarev·<mjt@tls.msk.ru>··Sun,·08·Jun·2025·00:34:24·+0300
  
1 busybox·(1:1.37.0-5)·unstable;·urgency=medium5 busybox·(1:1.37.0-5)·unstable;·urgency=medium
  
2 ··*·d/control:·switch·from·Static-Built-Using·back·to·Built-Using6 ··*·d/control:·switch·from·Static-Built-Using·back·to·Built-Using
3 ····(Closes:·#1106796)7 ····(Closes:·#1106796)
  
4 ·--·Michael·Tokarev·<mjt@tls.msk.ru>··Fri,·30·May·2025·20:03:19·+03008 ·--·Michael·Tokarev·<mjt@tls.msk.ru>··Fri,·30·May·2025·20:03:19·+0300
  
877 B
debian/config/pkg/udeb
    
Offset 988, 19 lines modifiedOffset 988, 19 lines modified
988 #·CONFIG_TRACEROUTE·is·not·set988 #·CONFIG_TRACEROUTE·is·not·set
989 #·CONFIG_TRACEROUTE6·is·not·set989 #·CONFIG_TRACEROUTE6·is·not·set
990 #·CONFIG_FEATURE_TRACEROUTE_VERBOSE·is·not·set990 #·CONFIG_FEATURE_TRACEROUTE_VERBOSE·is·not·set
991 #·CONFIG_FEATURE_TRACEROUTE_USE_ICMP·is·not·set991 #·CONFIG_FEATURE_TRACEROUTE_USE_ICMP·is·not·set
992 #·CONFIG_TUNCTL·is·not·set992 #·CONFIG_TUNCTL·is·not·set
993 #·CONFIG_FEATURE_TUNCTL_UG·is·not·set993 #·CONFIG_FEATURE_TUNCTL_UG·is·not·set
994 CONFIG_VCONFIG=y994 CONFIG_VCONFIG=y
995 CONFIG_WGET=y995 #·CONFIG_WGET·is·not·set
996 #·CONFIG_FEATURE_WGET_LONG_OPTIONS·is·not·set996 #·CONFIG_FEATURE_WGET_LONG_OPTIONS·is·not·set
997 CONFIG_FEATURE_WGET_STATUSBAR=y997 #·CONFIG_FEATURE_WGET_STATUSBAR·is·not·set
998 CONFIG_FEATURE_WGET_FTP=y998 #·CONFIG_FEATURE_WGET_FTP·is·not·set
999 CONFIG_FEATURE_WGET_AUTHENTICATION=y999 #·CONFIG_FEATURE_WGET_AUTHENTICATION·is·not·set
1000 #·CONFIG_FEATURE_WGET_TIMEOUT·is·not·set1000 #·CONFIG_FEATURE_WGET_TIMEOUT·is·not·set
1001 #·CONFIG_FEATURE_WGET_HTTPS·is·not·set1001 #·CONFIG_FEATURE_WGET_HTTPS·is·not·set
1002 #·CONFIG_FEATURE_WGET_OPENSSL·is·not·set1002 #·CONFIG_FEATURE_WGET_OPENSSL·is·not·set
1003 #·CONFIG_WHOIS·is·not·set1003 #·CONFIG_WHOIS·is·not·set
1004 #·CONFIG_ZCIP·is·not·set1004 #·CONFIG_ZCIP·is·not·set
1005 #·CONFIG_UDHCPD·is·not·set1005 #·CONFIG_UDHCPD·is·not·set
1006 #·CONFIG_FEATURE_UDHCPD_BOOTP·is·not·set1006 #·CONFIG_FEATURE_UDHCPD_BOOTP·is·not·set

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


Reply to: