Skip to content
Snippets Groups Projects
Commit 60e0a560 authored by Julian Kornberger's avatar Julian Kornberger
Browse files

gluon-luci-private-wifi: fix package naming

previously it was gluon-luci-privatewifi
parent 1bf1a8ad
No related branches found
No related tags found
No related merge requests found
include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-luci-privatewifi
PKG_NAME:=gluon-luci-private-wifi
PKG_VERSION:=0.1
PKG_RELEASE:=1
......@@ -8,7 +8,7 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk
define Package/gluon-luci-privatewifi
define Package/gluon-luci-private-wifi
SECTION:=gluon
CATEGORY:=Gluon
DEPENDS:=+gluon-luci-admin
......@@ -25,8 +25,8 @@ endef
define Build/Compile
endef
define Package/gluon-luci-privatewifi/install
define Package/gluon-luci-private-wifi/install
$(CP) ./files/* $(1)/
endef
$(eval $(call BuildPackage,gluon-luci-privatewifi))
$(eval $(call BuildPackage,gluon-luci-private-wifi))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment