From ff0c6661463fbc104bbe9e526bf21210cd4b17c2 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 4 Jan 2006 19:23:17 +0000 Subject: [PATCH] add missing Config.in to base-files git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2821 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/base-files/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 openwrt/package/base-files/Config.in diff --git a/openwrt/package/base-files/Config.in b/openwrt/package/base-files/Config.in new file mode 100644 index 0000000000..c278b272f1 --- /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 + -- 2.11.0