lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

Config.in (163B)


      1 menu "Configuration"
      2 	depends on PACKAGE_fdm
      3 
      4 config FDM_WITH_PCRE
      5 	bool
      6 	default y
      7 	select libpcre
      8 	prompt "Enable PCRE support (elsewhere POSIX regex)"
      9 
     10 endmenu