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 | f7b8c69ccf8b26fdcbb8bd5a97c213773c17957b (patch) | |
tree | 0e6207e35d5cf02a1eb879049156e95de9bda5e6 /openwrt/package/glib/Config.in | |
parent | fa466d4b23e4680e34793f313f5818f2105cb983 (diff) | |
download | mtk-20170518-f7b8c69ccf8b26fdcbb8bd5a97c213773c17957b.zip mtk-20170518-f7b8c69ccf8b26fdcbb8bd5a97c213773c17957b.tar.gz mtk-20170518-f7b8c69ccf8b26fdcbb8bd5a97c213773c17957b.tar.bz2 |
add glib
SVN-Revision: 535
Diffstat (limited to 'openwrt/package/glib/Config.in')
-rw-r--r-- | openwrt/package/glib/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/glib/Config.in b/openwrt/package/glib/Config.in new file mode 100644 index 0000000..4bbbee5 --- /dev/null +++ b/openwrt/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. |