1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Use common rules and templates, uniformize package Makefile, move ipkg related files to ./ipkg

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@664 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2005-04-18 06:33:29 +00:00
parent 0962f3f886
commit 3817a7225b
14 changed files with 41 additions and 357 deletions

View File

@@ -1,5 +1,6 @@
config BR2_PACKAGE_PCRE
tristate "pcre"
prompt "pcre"
tristate
default m
help
A Perl Compatible Regular Expression library
@@ -7,3 +8,7 @@ config BR2_PACKAGE_PCRE
http://www.pcre.org/
config BR2_PACKAGE_LIBPCRE
tristate
default BR2_PACKAGE_PCRE