diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-20 00:33:12 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-20 00:33:12 +0000 |
commit | 1582a39749f31de9de7cd064cca2473a82326233 (patch) | |
tree | 83d44511e04c1c35c883474793f7c5f1787d949b /package/postgresql | |
parent | 89975f2ba90b555a3f6f93d4b5cc4bf23496bcde (diff) |
Add a config var matching the package dir name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@984 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/postgresql')
-rw-r--r-- | package/postgresql/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in index 6ff195310..2680af2c3 100644 --- a/package/postgresql/Config.in +++ b/package/postgresql/Config.in @@ -7,3 +7,6 @@ config BR2_PACKAGE_LIBPQ http://www.postgresql.org/ +config BR2_PACKAGE_POSTGRESQL + tristate + default BR2_PACKAGE_LIBPQ |