Explorar o código

toybox: disable swap tools

Waldemar Brodkorb %!s(int64=8) %!d(string=hai) anos
pai
achega
28f83a7fd3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      package/toybox/Makefile

+ 1 - 0
package/toybox/Makefile

@@ -23,6 +23,7 @@ CONFIG_STYLE:=		manual
 XAKE_FLAGS+=		CC="gcc" V=1 PREFIX="$(WRKINST)"
 XAKE_FLAGS+=		CC="gcc" V=1 PREFIX="$(WRKINST)"
 
 
 do-configure:
 do-configure:
+	-rm $(WRKBUILD)/toys/other/swap*.c
 	cd $(WRKBUILD); PATH='$(HOST_PATH)' $(MAKE) defconfig
 	cd $(WRKBUILD); PATH='$(HOST_PATH)' $(MAKE) defconfig
 
 
 toybox-install:
 toybox-install: