diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-01-04 19:23:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-04 19:23:17 +0000 |
commit | 84162d6bae29e44b59a6b9adbb535c7e3fecece6 (patch) | |
tree | 7e544a5597c91295f1251f5d1628b3f1e7af8330 /openwrt/package/base-files/Config.in | |
parent | 6d14fa022d123de4ba04fcdfa842e6e67b041161 (diff) | |
download | mtk-20170518-84162d6bae29e44b59a6b9adbb535c7e3fecece6.zip mtk-20170518-84162d6bae29e44b59a6b9adbb535c7e3fecece6.tar.gz mtk-20170518-84162d6bae29e44b59a6b9adbb535c7e3fecece6.tar.bz2 |
add missing Config.in to base-files
SVN-Revision: 2821
Diffstat (limited to 'openwrt/package/base-files/Config.in')
-rw-r--r-- | openwrt/package/base-files/Config.in | 7 |
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 0000000..c278b27 --- /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 + |