diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-09 13:56:54 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-09 13:56:54 +0000 |
commit | 89df24f4ed188b3750eb60173b9e5539b4c05142 (patch) | |
tree | e4e3b48941b5808aaaed6ac8c69c121989836908 /package/Makefile | |
parent | 0be770aef6cf3658ebeb3157cd41f40e5857eecf (diff) | |
download | upstream-89df24f4ed188b3750eb60173b9e5539b4c05142.tar.gz upstream-89df24f4ed188b3750eb60173b9e5539b4c05142.tar.bz2 upstream-89df24f4ed188b3750eb60173b9e5539b4c05142.zip |
Add libgcc and libpthread packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@603 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 98d42860c4..706d81d8af 100644 --- a/package/Makefile +++ b/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 |