aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-09 13:56:54 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-09 13:56:54 +0000
commit64ecce56d33baf79cbf37c11b487bbc095b3286a (patch)
tree7b1d2fbed23a9d4a51585425da6bcd29005f2af5
parent9d0e3fc57eb65101ee5ed6e0076413403e31df14 (diff)
downloadupstream-64ecce56d33baf79cbf37c11b487bbc095b3286a.tar.gz
upstream-64ecce56d33baf79cbf37c11b487bbc095b3286a.tar.bz2
upstream-64ecce56d33baf79cbf37c11b487bbc095b3286a.zip
Add libgcc and libpthread packages
SVN-Revision: 603
-rw-r--r--openwrt/package/Config.in2
-rw-r--r--openwrt/package/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in
index 8f73369da9..c8aa3f7c75 100644
--- a/openwrt/package/Config.in
+++ b/openwrt/package/Config.in
@@ -48,6 +48,8 @@ source "package/openswan/Config.in"
source "package/shfs/Config.in"
comment "Libraries"
+source "package/libgcc/Config.in"
+source "package/libpthread/Config.in"
source "package/zlib/Config.in"
source "package/glib/Config.in"
source "package/gmp/Config.in"
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index 98d42860c4..706d81d8af 100644
--- a/openwrt/package/Makefile
+++ b/openwrt/package/Makefile
@@ -25,6 +25,8 @@ package-$(BR2_PACKAGE_IPTABLES) += iptables
package-$(BR2_PACKAGE_IPROUTE2) += iproute2
package-$(BR2_PACKAGE_LCD4LINUX) += lcd4linux
package-$(BR2_PACKAGE_LIBELF) += libelf
+package-$(BR2_PACKAGE_LIBGCC) += libgcc
+package-$(BR2_PACKAGE_LIBPTHREAD) += libpthread
package-$(BR2_PACKAGE_LZO) += lzo
package-$(BR2_PACKAGE_MATRIXSSL) += matrixssl
package-$(BR2_PACKAGE_MICROPERL) += microperl