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/sstrip/Config.in | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 toolchain/sstrip/Config.in (limited to 'toolchain/sstrip/Config.in') 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. -- cgit v1.2.3