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 | e0d4e5a89dbcf6633fb4537a1d4cd48a21a9b179 (patch) | |
tree | e2f4e57bebdf8d498939c97f9cc7d8ff84a9af64 /package/base-files | |
parent | 9d1190c6ca4fd5e5bb5bfd13e3372e5404167f84 (diff) | |
download | upstream-e0d4e5a89dbcf6633fb4537a1d4cd48a21a9b179.tar.gz upstream-e0d4e5a89dbcf6633fb4537a1d4cd48a21a9b179.tar.bz2 upstream-e0d4e5a89dbcf6633fb4537a1d4cd48a21a9b179.zip |
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.in | 7 |
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 0000000000..c278b272f1 --- /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 + |