mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05: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>
			
			
This commit is contained in:
		
							parent
							
								
									2e47a05d87
								
							
						
					
					
						commit
						46a6586c83
					
				@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user