summaryrefslogtreecommitdiff
path: root/openwrt/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-02-23 21:06:26 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-02-23 21:06:26 +0000
commit0b0ced417d74b78220d85bf843e5a169432d0799 (patch)
tree32491f1c0cd6ef923ea3357181fd57bcc4e67aff /openwrt/Makefile
parent562c3db31d84832110e3c17a7f171e4d2a02140d (diff)
downloadmtk-20170518-0b0ced417d74b78220d85bf843e5a169432d0799.zip
mtk-20170518-0b0ced417d74b78220d85bf843e5a169432d0799.tar.gz
mtk-20170518-0b0ced417d74b78220d85bf843e5a169432d0799.tar.bz2
ensure sstrip is build before needed by packages
SVN-Revision: 288
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r--openwrt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index 172e1b8..92137ea 100644
--- a/openwrt/Makefile
+++ b/openwrt/Makefile
@@ -49,7 +49,7 @@ ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
#
##############################################################
TARGETS:=host-sed kernel-headers uclibc-configured binutils gcc uclibc-target-utils
-TARGETS+=linux
+TARGETS+=openwrt-sstrip linux
include toolchain/Makefile.in
include package/Makefile.in