attendedsysupgrade-common: deprecate rpcd-mod-packagelist
rpcd-mod-packageslist is now integrated in rpcd-mod-rpcsys since commit 49fde37@lede-project/source. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
123ddf66ae
commit
a4d6143514
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=attendedsysupgrade-common
|
||||
PKG_VERSION:=0.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
@ -16,7 +16,7 @@ define Package/attendedsysupgrade-common
|
|||
CATEGORY:=Base system
|
||||
TITLE:=Common files neede by attendedsysupgrade packages
|
||||
MAINTAINER:=Paul Spooren <paul@spooren.de>
|
||||
DEPENDS:=rpcd +rpcd-mod-rpcsys +rpcd-mod-packagelist
|
||||
DEPENDS:=+rpcd +rpcd-mod-rpcsys
|
||||
endef
|
||||
|
||||
define Package/attendedsysupgrade-common/description
|
||||
|
|
Loading…
Reference in a new issue