From: Waldemar Brodkorb Date: Wed, 23 Feb 2005 21:06:26 +0000 (+0000) Subject: ensure sstrip is build before needed by packages X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0b0ced417d74b78220d85bf843e5a169432d0799;p=librecmc%2Flibrecmc.git ensure sstrip is build before needed by packages SVN-Revision: 288 --- diff --git a/openwrt/Makefile b/openwrt/Makefile index 172e1b80c2..92137eac20 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 diff --git a/openwrt/package/openwrt/openwrt.mk b/openwrt/package/openwrt/openwrt.mk index 935fe16e7c..dcb4c3334b 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