1
1
openwrt/package
Hauke Mehrtens 957b921721 iw: fix IW_FULL guards in size reduction patch
Two of the IW_FULL guards in 200-reduce_size.patch were inverted
or incomplete:

 * the "unknown event" handler unconditionally replaced the
   verbose print with the short form, so IW_FULL builds lost
   the command name decoding;
 * the early return before the vendor IE parser used
   #ifdef IW_FULL, which suppressed parsing in the full build
   instead of the size-reduced one.

Wrap both with the correct #ifndef IW_FULL / #else so the full
and reduced builds produce the intended output.

Link: https://github.com/openwrt/openwrt/pull/23009
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-05-02 20:34:22 +02:00
..
base-files dropbear: don't spread conffiles across two packages 2026-04-29 09:32:03 +02:00
boot uboot-at91: fix wrong BUILD_DEVICES for sama5d4_xplained_nandflash 2026-04-20 18:07:56 +02:00
devel package: binutils: deduplicate ld 2026-04-18 19:34:21 +02:00
firmware wireless-regdb: update to version 2026.03.18 2026-04-30 02:10:03 +02:00
kernel ramips: remove hack and use safexcel-eip93ies 2026-04-28 09:44:04 +02:00
libs libsemanage: update to 3.10 2026-04-27 10:50:53 +02:00
network iw: fix IW_FULL guards in size reduction patch 2026-05-02 20:34:22 +02:00
system ca-certificates: update to 20260223 2026-04-30 00:17:59 +02:00
utils secilc: update to 3.10 2026-04-27 10:50:54 +02:00
Makefile build: propagate errors when generating apk indexes 2026-02-13 21:17:21 +01:00