base-files: remove urandom-seed definition
urandom-seed has a separate Makefile, we can safely remove the definition here. Fixes: 27bfde9c9f78 ("base-files: move urandom seed bits into separate package") Signed-off-by: Sungbo Eo <mans0n@gorani.run>
This commit is contained in:
parent
2e47a05d87
commit
46a6586c83
@ -43,15 +43,6 @@ define Package/base-files
|
|||||||
VERSION:=$(PKG_RELEASE)-$(REVISION)
|
VERSION:=$(PKG_RELEASE)-$(REVISION)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/urandom-seed
|
|
||||||
SECTION:=base
|
|
||||||
CATEGORY:=Base system
|
|
||||||
DEPENDS:=+libc +ubox-getrandom
|
|
||||||
TITLE:=/etc/urandom.seed handling for OpenWrt
|
|
||||||
URL:=http://openwrt.org/
|
|
||||||
VERSION:=$(PKG_RELEASE)-$(REVISION)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/base-files/conffiles
|
define Package/base-files/conffiles
|
||||||
/etc/config/
|
/etc/config/
|
||||||
/etc/config/network
|
/etc/config/network
|
||||||
|
Loading…
x
Reference in New Issue
Block a user