openwrt/package
Hauke Mehrtens 70ea59fcd9 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>
(cherry picked from commit 9b1f73ec31)
2026-03-23 01:25:12 +01:00
..
base-files OpenWrt v25.12.1: revert to branch defaults 2026-03-17 23:31:00 +01:00
boot uboot-lantiq: fix C-style comments in AWK scripts 2026-03-23 01:25:12 +01:00
devel gdb: add CPPFLAGS 2026-02-17 22:30:19 +01:00
firmware wireless-regdb: update to version 2026.02.04 2026-02-24 20:25:42 +01:00
kernel mac80211: ath9k: patch hw.c for gpio mask from dt 2026-03-20 13:32:05 +01:00
libs libubox: set abi version to previous bump for stable release 2026-03-15 19:35:03 +01:00
network hostapd: fix memory leak in rrm ubus interface 2026-03-22 15:17:05 +01:00
system procd: update to git HEAD 2026-03-13 23:17:30 +00:00
utils jsonfilter: update to Git HEAD (2026-03-16) 2026-03-16 00:52:52 +01:00
Makefile build: use STAGING_DIR for special APK package versions 2026-03-07 10:12:44 +01:00