diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-23 21:06:26 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-02-23 21:06:26 +0000 |
commit | 237a0a4fd1eacf8f222f4e0a9e011066b80264c4 (patch) | |
tree | 32491f1c0cd6ef923ea3357181fd57bcc4e67aff /openwrt/package | |
parent | c8ac05fc09136c4fc48c70732370eaea3a2f5876 (diff) |
ensure sstrip is build before needed by packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@288 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 935fe16e7..dcb4c3334 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 |