1
0
Fork 0
forked from mirror/openwrt
openwrt/package
Hauke Mehrtens 9b1f73ec31 uboot-lantiq: fix C-style comments in AWK scripts
Modern gawk rejects C-style /* ... */ comments in AWK code, treating
them as regex patterns where '*' has nothing to quantify. Replace all
such comments with AWK-style '#' comments in lantiq_bdi_conf.awk and
lantiq_ram_init_uart.awk.

Also replace the pattern 'if (x) /* comment */ else action' which used
a C comment as a null statement with the equivalent 'if (!x) action'.

Fixes build error:
  awk: error: ? * + or {interval} not preceded by valid subpattern

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Link: https://github.com/openwrt/openwrt/pull/22458
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2026-03-23 01:23:33 +01:00
..
base-files base-files: sysupgrade: avoid cat missing conffiles_static 2026-03-19 17:50:12 +01:00
boot uboot-lantiq: fix C-style comments in AWK scripts 2026-03-23 01:23:33 +01:00
devel gdb: add CPPFLAGS 2026-02-17 22:16:58 +01:00
firmware qualcommax: ipq60xx: add Link NN6000v1/v2 support 2026-03-21 22:22:39 +01:00
kernel mac80211: ath9k: patch hw.c for gpio mask from dt 2026-03-19 22:10:03 +01:00
libs zlib: update to 1.3.2 2026-03-14 22:24:13 +01:00
network hostapd: update to 2026-03-19 2026-03-21 19:29:23 +01:00
system apk: add help text for 'apk add --force-reinstall' 2026-03-16 14:52:56 +01:00
utils jsonfilter: update to Git HEAD (2026-03-16) 2026-03-16 00:51:04 +01:00
Makefile build: propagate errors when generating apk indexes 2026-02-13 21:17:21 +01:00