diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-25 22:59:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-25 22:59:52 +0000 |
commit | 3d2ce3b75590d243644b78e35242254f24f129f4 (patch) | |
tree | 1aa2b110c6f8aacee97d14f5547af216e144aa84 /package/Makefile | |
parent | b92437ced305683e72a0b13018575aef70627ed6 (diff) | |
download | master-187ad058-3d2ce3b75590d243644b78e35242254f24f129f4.tar.gz master-187ad058-3d2ce3b75590d243644b78e35242254f24f129f4.tar.bz2 master-187ad058-3d2ce3b75590d243644b78e35242254f24f129f4.zip |
add uclibc++
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@717 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 16839ebff4..c024fc167d 100644 --- a/package/Makefile +++ b/package/Makefile @@ -58,6 +58,7 @@ package-$(BR2_PACKAGE_SNORT) += snort package-$(BR2_PACKAGE_SPEEX) += speex package-$(BR2_PACKAGE_STRACE) += strace package-$(BR2_PACKAGE_TCPDUMP) += tcpdump +package-$(BR2_PACKAGE_UCLIBCXX) += uclibc++ package-$(BR2_PACKAGE_USBUTILS) += usbutils package-$(BR2_PACKAGE_WIRELESS_TOOLS) += wireless-tools package-$(BR2_PACKAGE_WOL) += wol |