1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-11 18:30:14 +02:00

Add libgcc and libpthread packages

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@603 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2005-04-09 13:56:54 +00:00
parent 5032e21104
commit 7c5c945923
2 changed files with 4 additions and 0 deletions

View File

@ -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"

View File

@ -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