summaryrefslogtreecommitdiffstats
path: root/openwrt/package/base-files
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-04 19:23:17 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-04 19:23:17 +0000
commitbcb8695c57f8bd7bccd86e35e61a29a9a6896b16 (patch)
tree6fe0e65b6917bb073a5cb9dfc0ecc01bb1d56ae8 /openwrt/package/base-files
parent3f6d7bf2fab4da7d2c0d64733e5d56042d74f5c4 (diff)
add missing Config.in to base-files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2821 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/base-files')
-rw-r--r--openwrt/package/base-files/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/openwrt/package/base-files/Config.in b/openwrt/package/base-files/Config.in
new file mode 100644
index 000000000..c278b272f
--- /dev/null
+++ b/openwrt/package/base-files/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LIBGCC
+ prompt "libgcc............................ GCC support library"
+ tristate
+ default m if CONFIG_DEVEL
+ help
+ GCC support library
+