Browse Source

Merge pull request #10124 from tiagogaspar8/procps-ng-fix

procps-ng: change default package selection
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
8a6388b9e0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      utils/procps-ng/Makefile

+ 2
- 2
utils/procps-ng/Makefile View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=procps-ng
PKG_VERSION:=3.3.15
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/procps-ng
@ -73,7 +73,7 @@ define GenPlugin
$(call Package/procps-ng/Default)
DEPENDS:=procps-ng
TITLE:=Applet $(2) from the procps-ng package
DEFAULT:=y
DEFAULT:=n
ALTERNATIVES:=200:$(3)/$(2):$(3)/$(1)
endef


Loading…
Cancel
Save