From c66d7f73b31b7116c336f21a849b66bd5c1cc0be 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 SVN-Revision: 2821 --- 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.30.2