projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b40e6bc
)
base-files: remove urandom-seed definition
author
Sungbo Eo
<
[email protected]
>
Sun, 23 Feb 2020 04:17:39 +0000
(13:17 +0900)
committer
Adrian Schmutzler
<
[email protected]
>
Sun, 28 Jun 2020 12:28:10 +0000
(14:28 +0200)
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 <
[email protected]
>
(cherry picked from commit
46a6586c83e029446ea35b02a328e5f7935d4a9f
)
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index c30694cfdd70dfcb95fc9e8cc0ebbf77c92236a4..f2af97f7e68eae1dedc8f9d634cef7a9fd7461bc 100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-43,15
+43,6
@@
define Package/base-files
VERSION:=$(PKG_RELEASE)-$(REVISION)
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
/etc/config/
/etc/config/network