mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 00:00:55 +00:00
11 lines
163 B
Plaintext
11 lines
163 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_fdm
|
|
|
|
config FDM_WITH_PCRE
|
|
bool
|
|
default y
|
|
select libpcre
|
|
prompt "Enable PCRE support (elsewhere POSIX regex)"
|
|
|
|
endmenu
|