diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-03 00:20:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-03 00:20:48 +0000 |
commit | 51264b81862ff24ea801e91bcaf9ab46fe6c48cb (patch) | |
tree | 13f232982ae3a01ca62eba5ad39e81b18fac961e /package/glib/Config.in | |
parent | 48bf19835348fbc89114893cee2cf9ab767dae5a (diff) | |
download | upstream-51264b81862ff24ea801e91bcaf9ab46fe6c48cb.tar.gz upstream-51264b81862ff24ea801e91bcaf9ab46fe6c48cb.tar.bz2 upstream-51264b81862ff24ea801e91bcaf9ab46fe6c48cb.zip |
add glib
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@535 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/glib/Config.in')
-rw-r--r-- | package/glib/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/glib/Config.in b/package/glib/Config.in new file mode 100644 index 0000000000..4bbbee57db --- /dev/null +++ b/package/glib/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_GLIB + tristate "glib 1.2" + default m + help + GLib is a library containing many useful C routines for things such + as trees, hashes, and lists. |