mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-20 10:31:14 +01:00
Backport FIELD_PREP_CONST patch needed for at803x backport patches to correctly compile and work. This MACRO is needed to treat values derived from FIELD_PREP usage as const to be used by switch case or other needed usage. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>