mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-08 15:49:35 +00:00
base-files: remove urandom-seed definition
urandom-seed has a separate Makefile, we can safely remove the definition here. Fixes:27bfde9c9f
("base-files: move urandom seed bits into separate package") Signed-off-by: Sungbo Eo <mans0n@gorani.run> (cherry picked from commit46a6586c83
)
This commit is contained in:
parent
b40e6bc55f
commit
8adbe26f6e
@ -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…
Reference in New Issue
Block a user