diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-03-07 14:58:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-03-07 14:58:29 +0000 |
commit | 947a85081d306dc8aaab215a923407d73cd9643d (patch) | |
tree | 090aafddad66b04aab584784fa6f5af0ac46327c /openwrt/package/Makefile | |
parent | eaf005122265cd40c33896277ba78aa8f9064c13 (diff) | |
download | mtk-20170518-947a85081d306dc8aaab215a923407d73cd9643d.zip mtk-20170518-947a85081d306dc8aaab215a923407d73cd9643d.tar.gz mtk-20170518-947a85081d306dc8aaab215a923407d73cd9643d.tar.bz2 |
add strace
SVN-Revision: 336
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 898b8a7..42e222b 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -20,6 +20,7 @@ package-$(BR2_PACKAGE_PPTPD) += pptpd package-$(BR2_PACKAGE_IPROUTE2) += iproute2 package-$(BR2_PACKAGE_MICROPERL) += microperl package-$(BR2_PACKAGE_LIBELF) += libelf +package-$(BR2_PACKAGE_STRACE) += strace all: compile install clean: $(patsubst %,%-clean,$(package-) $(package-y) $(package-m)) linux-clean |