mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:24:39 +02:00
util-linux: disable udev support, add missing dependencies
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32183 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d184ace808
commit
043ef04cf0
@ -34,7 +34,8 @@ CONFIGURE_ARGS += \
|
||||
--enable-new-mount \
|
||||
--with-ncurses \
|
||||
--disable-nls \
|
||||
--disable-tls
|
||||
--disable-tls \
|
||||
--without-udev
|
||||
|
||||
TARGET_CFLAGS += $(FPIC)
|
||||
|
||||
@ -79,6 +80,7 @@ endef
|
||||
|
||||
define Package/libmount
|
||||
$(call Package/util-linux/Default)
|
||||
DEPENDS:=+libblkid
|
||||
TITLE:=mount library
|
||||
SECTION:=libs
|
||||
CATEGORY:=Libraries
|
||||
@ -260,7 +262,7 @@ endef
|
||||
define Package/mount-utils
|
||||
$(call Package/util-linux/Default)
|
||||
TITLE:=related (u)mount utilities
|
||||
DEPENDS+= +libblkid +libmount
|
||||
DEPENDS+= +libmount
|
||||
endef
|
||||
|
||||
define Package/mount-utils/description
|
||||
@ -311,6 +313,7 @@ endef
|
||||
define Package/setterm
|
||||
$(call Package/util-linux/Default)
|
||||
TITLE:=set terminal attributes
|
||||
DEPENDS:= +libncurses
|
||||
SUBMENU:=Terminal
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user