gluon-luci-private-wifi: fix package naming

previously it was gluon-luci-privatewifi
This commit is contained in:
Julian Kornberger 2014-08-06 23:18:31 +02:00
parent 1eff492575
commit 99539da947
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=gluon-luci-privatewifi PKG_NAME:=gluon-luci-private-wifi
PKG_VERSION:=0.1 PKG_VERSION:=0.1
PKG_RELEASE:=1 PKG_RELEASE:=1
@ -8,7 +8,7 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/gluon-luci-privatewifi define Package/gluon-luci-private-wifi
SECTION:=gluon SECTION:=gluon
CATEGORY:=Gluon CATEGORY:=Gluon
DEPENDS:=+gluon-luci-admin DEPENDS:=+gluon-luci-admin
@ -25,8 +25,8 @@ endef
define Build/Compile define Build/Compile
endef endef
define Package/gluon-luci-privatewifi/install define Package/gluon-luci-private-wifi/install
$(CP) ./files/* $(1)/ $(CP) ./files/* $(1)/
endef endef
$(eval $(call BuildPackage,gluon-luci-privatewifi)) $(eval $(call BuildPackage,gluon-luci-private-wifi))