projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d14fa0
)
add missing Config.in to base-files
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 4 Jan 2006 19:23:17 +0000
(19:23 +0000)
committer
Felix 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]
patch
|
blob
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
+++ 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
+