filebrowser: change to lower case

This commit is contained in:
CN_SZTL 2019-12-14 20:10:33 +08:00
parent 2270544ea8
commit e170bffeea
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=FileBrowser
PKG_NAME:=filebrowser
PKG_VERSION:=snapshot
PKG_RELEASE:=118071b

View File

@ -22,7 +22,7 @@ define Package/$(PKG_NAME)
SUBMENU:=3. Applications
TITLE:=LuCI Support for FileBrowser
PKGARCH:=all
DEPENDS:=+FileBrowser +wget +openssl-util
DEPENDS:=+filebrowser +wget +openssl-util
endef
define Package/$(PKG_NAME)/description