> Avoid reuse of PKG_NAME in call, define and eval lines for consistency and
> readability. Write the full name instead.
Ref: https://openwrt.org/docs/guide-developer/packages
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
include $(INCLUDE_DIR)/package.mk
-define Package/$(PKG_NAME)
+define Package/urandom-seed
SECTION:=base
CATEGORY:=Base system
DEPENDS:=+getrandom
endef
Build/Compile = $(Build/Compile/Default)
-define Package/$(PKG_NAME)/install
+define Package/urandom-seed/install
$(CP) ./files/* $(1)/
endef