diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-23 21:06:26 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-02-23 21:06:26 +0000 |
commit | 0b0ced417d74b78220d85bf843e5a169432d0799 (patch) | |
tree | 32491f1c0cd6ef923ea3357181fd57bcc4e67aff /openwrt/package | |
parent | 562c3db31d84832110e3c17a7f171e4d2a02140d (diff) | |
download | mtk-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/package')
-rw-r--r-- | openwrt/package/openwrt/openwrt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/openwrt/openwrt.mk b/openwrt/package/openwrt/openwrt.mk index 935fe16..dcb4c33 100644 --- a/openwrt/package/openwrt/openwrt.mk +++ b/openwrt/package/openwrt/openwrt.mk @@ -160,7 +160,7 @@ STRIP=$(OPENWRT_SSTRIP_TARGET) linksys: linksys-shared linksys-nvram linksys-wlconf -openwrt: linksys openwrt-mtd openwrt-trx openwrt-addpattern openwrt-jffs2root openwrt-sstrip +openwrt: linksys openwrt-mtd openwrt-trx openwrt-addpattern openwrt-jffs2root openwrt-dirclean: linksys-shared-dirclean linksys-nvram-dirclean linksys-wlconf-dirclean |