summaryrefslogtreecommitdiffstats
path: root/openwrt/package/glib/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-03 00:20:48 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-03 00:20:48 +0000
commite797da86ca056c8a7ca6f9b714d002e1dbca9bf6 (patch)
tree0e6207e35d5cf02a1eb879049156e95de9bda5e6 /openwrt/package/glib/Config.in
parentc2ba34acd7e1c51dee29793c4c2a2f9cacfdbd1c (diff)
add glib
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@535 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/glib/Config.in')
-rw-r--r--openwrt/package/glib/Config.in6
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 000000000..4bbbee57d
--- /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.