mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
disable locale, downgrade parted to v3.1, use fatresize v1.1.0
This commit is contained in:
@@ -1,14 +1,5 @@
|
||||
FATRESIZE_VERSION = origin/hardcoded
|
||||
FATRESIZE_VERSION = v1.1.0
|
||||
FATRESIZE_SITE_METHOD = git
|
||||
FATRESIZE_SITE = https://github.com/flabbergast/fatresize.git
|
||||
FATRESIZE_SITE = https://github.com/ya-mouse/fatresize.git
|
||||
FATRESIZE_DEPENDENCIES = parted
|
||||
|
||||
define FATRESIZE_BUILD_CMDS
|
||||
$(MAKE) CC="$(TARGET_CC)" CXX="$(TARGET_CXX)" LD="$(TARGET_LD)" -C $(@D)
|
||||
endef
|
||||
|
||||
define FATRESIZE_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 0755 $(@D)/fatresize_hc $(TARGET_DIR)/usr/bin
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user