summaryrefslogtreecommitdiffstats
path: root/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
commitc6bd6be8c7a75f9023b115a5fd010ead60a6f03c (patch)
treee2f4e57bebdf8d498939c97f9cc7d8ff84a9af64 /package/base-files
parent0b65b73d1c9385b5f48e11421044f956cbca70f5 (diff)
add missing Config.in to base-files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2821 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Config.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/base-files/Config.in b/package/base-files/Config.in
new file mode 100644
index 000000000..c278b272f
--- /dev/null
+++ b/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
+