procps-ng: change default package selection Change the default selection of packages from all to none.
Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
This commit is contained in:
parent
5de554a04f
commit
071b15ecc0
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=procps-ng
|
PKG_NAME:=procps-ng
|
||||||
PKG_VERSION:=3.3.15
|
PKG_VERSION:=3.3.15
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=@SF/procps-ng
|
PKG_SOURCE_URL:=@SF/procps-ng
|
||||||
|
@ -73,7 +73,7 @@ define GenPlugin
|
||||||
$(call Package/procps-ng/Default)
|
$(call Package/procps-ng/Default)
|
||||||
DEPENDS:=procps-ng
|
DEPENDS:=procps-ng
|
||||||
TITLE:=Applet $(2) from the procps-ng package
|
TITLE:=Applet $(2) from the procps-ng package
|
||||||
DEFAULT:=y
|
DEFAULT:=n
|
||||||
ALTERNATIVES:=200:$(3)/$(2):$(3)/$(1)
|
ALTERNATIVES:=200:$(3)/$(2):$(3)/$(1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue