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 | 61bd9edc7c52204abd8fc62dcb5fb5030138f36c (patch) | |
tree | 3decd478f120e5adeac01030489f76d339cf530b /openwrt/package/Makefile | |
parent | 202a23b7ac7ccdc760fe6e4cddbbabd9ec8cc81a (diff) | |
download | mtk-20170518-61bd9edc7c52204abd8fc62dcb5fb5030138f36c.zip mtk-20170518-61bd9edc7c52204abd8fc62dcb5fb5030138f36c.tar.gz mtk-20170518-61bd9edc7c52204abd8fc62dcb5fb5030138f36c.tar.bz2 |
add uclibc++
SVN-Revision: 717
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 16839eb..c024fc1 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 |