From f78b344ea82f6f45547788652c4352ba2a623cbb Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 28 Dec 2010 16:10:26 -0300 Subject: sstrip: make it a proper package * Convert sstrip to a proper gentargets package * Use openwrt svn version, it's basically the same one we used * Change the hooks from old toolchain/sstrip to new package/sstrip * Drop the old toolchain/sstrip directory * sstrip for the target is now in Package -> Development Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- toolchain/dependencies/dependencies.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/dependencies/dependencies.mk') diff --git a/toolchain/dependencies/dependencies.mk b/toolchain/dependencies/dependencies.mk index 13604f092..6eac05df8 100644 --- a/toolchain/dependencies/dependencies.mk +++ b/toolchain/dependencies/dependencies.mk @@ -7,7 +7,7 @@ DEPENDENCIES_HOST_PREREQ:= ifeq ($(BR2_STRIP_sstrip),y) -DEPENDENCIES_HOST_PREREQ+=sstrip_host +DEPENDENCIES_HOST_PREREQ+=host-sstrip endif # Remove duplicate entries from $(DL_TOOLS_DEPENDENCIES) -- cgit v1.2.3