diff options
Diffstat (limited to 'package/toybox/Makefile')
| -rw-r--r-- | package/toybox/Makefile | 13 | 
1 files changed, 10 insertions, 3 deletions
| diff --git a/package/toybox/Makefile b/package/toybox/Makefile index 3a620a092..9c54468eb 100644 --- a/package/toybox/Makefile +++ b/package/toybox/Makefile @@ -4,9 +4,9 @@  include $(ADK_TOPDIR)/rules.mk  PKG_NAME:=		toybox -PKG_VERSION:=		0.7.1 +PKG_VERSION:=		0.8.12  PKG_RELEASE:=		1 -PKG_HASH:=		5bb3069f58faf12940d5cfde3209ac7f63210bebdd9023979b0c20cede126ea7 +PKG_HASH:=		ad88a921133ae2231d9f2df875ec0bd42af4429145caea7d7db9e02208a6fd2e  PKG_DESCR:=		linux tools collection  PKG_SECTION:=		base/apps  PKG_URL:=		http://landley.net/toybox/ @@ -24,9 +24,16 @@ XAKE_FLAGS+=		CC="gcc" V=1 PREFIX="$(WRKINST)"  do-configure:  	-rm $(WRKBUILD)/toys/other/swap*.c -	cd $(WRKBUILD); PATH='$(HOST_PATH)' $(MAKE) defconfig +	-rm $(WRKBUILD)/toys/other/gpiod.c +	-rm $(WRKBUILD)/toys/other/lsattr.c +	-rm $(WRKBUILD)/toys/other/nsenter.c +	-rm $(WRKBUILD)/toys/posix/getconf.c +	-rm $(WRKBUILD)/toys/posix/iconv.c +	cp ./files/config $(WRKBUILD)/.config  toybox-install:  	$(CP) $(WRKINST)/* $(IDIR_TOYBOX)/ +	$(INSTALL_DIR) $(IDIR_TOYBOX)/etc +	$(CP) ./files/inittab $(IDIR_TOYBOX)/etc  include $(ADK_TOPDIR)/mk/pkg-bottom.mk | 
