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/sstrip/Config.in | |
parent | 6b0e9dd06f27d134340a4aedde6e6e2105820832 (diff) | |
download | buildroot-novena-f78b344ea82f6f45547788652c4352ba2a623cbb.tar.gz buildroot-novena-f78b344ea82f6f45547788652c4352ba2a623cbb.zip |
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/sstrip/Config.in')
-rw-r--r-- | toolchain/sstrip/Config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/toolchain/sstrip/Config.in b/toolchain/sstrip/Config.in deleted file mode 100644 index be4fa28a3..000000000 --- a/toolchain/sstrip/Config.in +++ /dev/null @@ -1,9 +0,0 @@ -config BR2_PACKAGE_SSTRIP_TARGET - bool "Install sstrip for the target system" - help - Maximal 'strip'ing utility. - -config BR2_PACKAGE_SSTRIP_HOST - bool "Install sstrip for the host/build system" - help - Maximal 'strip'ing utility. |