diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-12-28 16:10:26 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-28 20:43:58 +0100 |
commit | f78b344ea82f6f45547788652c4352ba2a623cbb (patch) | |
tree | 7edf66d992f2fb5999b20c80f523986a66801faa /toolchain/dependencies/dependencies.mk | |
parent | 6b0e9dd06f27d134340a4aedde6e6e2105820832 (diff) |
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 <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/dependencies/dependencies.mk')
-rw-r--r-- | toolchain/dependencies/dependencies.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) |