|
|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:=util-linux
|
|
|
PKG_VERSION:=2.30.1
|
|
|
-PKG_RELEASE:=1
|
|
|
+PKG_RELEASE:=2
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
|
|
PKG_SOURCE_URL:=@KERNEL/linux/utils/$(PKG_NAME)/v2.30
|
|
|
@@ -30,6 +30,8 @@ PKG_BUILD_PARALLEL:=1
|
|
|
PKG_FIXUP:=autoreconf
|
|
|
PKG_INSTALL:=1
|
|
|
|
|
|
+DISABLE_NLS:=--disable-nls
|
|
|
+
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
|
define Package/util-linux/Default
|