diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-10 21:50:33 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-04-10 21:50:33 +0000 |
commit | 9d8600b2e9ac94fb9b01eb9af32be5b5152471aa (patch) | |
tree | 8ae219d6d5f590b12f16d97f2fcd0a8626245d7b /openwrt/package | |
parent | 2b1c9620626543fcfb3ae08a4df1014aa2478cfe (diff) |
select libgcc, report from datenmaulwurf
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3610 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/samba/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/samba/Config.in b/openwrt/package/samba/Config.in index bf018509cf..fba7de31b1 100644 --- a/openwrt/package/samba/Config.in +++ b/openwrt/package/samba/Config.in @@ -10,6 +10,7 @@ config BR2_PACKAGE_SAMBA tristate default m if CONFIG_DEVEL select BR2_COMPILE_SAMBA + select BR2_PACKAGE_LIBGCC help The Samba software suite is a collection of programs that implements the SMB protocol for unix systems, allowing you to serve files and printers to @@ -25,6 +26,7 @@ config BR2_PACKAGE_SAMBA_CLIENT tristate default m if CONFIG_DEVEL select BR2_COMPILE_SAMBA + select BR2_PACKAGE_LIBGCC help The Samba software suite is a collection of programs that implements the SMB protocol for unix systems, allowing you to serve files and printers to |