add missing Config.in to base-files
authorFelix Fietkau <nbd@openwrt.org>
Wed, 4 Jan 2006 19:23:17 +0000 (19:23 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 4 Jan 2006 19:23:17 +0000 (19:23 +0000)
SVN-Revision: 2821

openwrt/package/base-files/Config.in [new file with mode: 0644]

diff --git a/openwrt/package/base-files/Config.in b/openwrt/package/base-files/Config.in
new file mode 100644 (file)
index 0000000..c278b27
--- /dev/null
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LIBGCC
+       prompt "libgcc............................ GCC support library"
+       tristate
+       default m if CONFIG_DEVEL
+       help
+         GCC support library
+