mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 15:02:01 +08:00
c400fe3b09
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
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
|