summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2017-04-22 15:46:12 +0200
committerBjørn Mork <bjorn@mork.no>2017-04-22 15:46:12 +0200
commitd00b93d64ebfc4425b86bb82024fcd17658c8e6a (patch)
tree945b6585cb4e30857d328517451aaf73f1ce1b15
parente76313096ce52be135a8eebdfb4a611f70cc66f9 (diff)
ubnt-bs: fix Makefile bug
Signed-off-by: Bjørn Mork <bjorn@mork.no>
-rw-r--r--ubnt-bs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubnt-bs/Makefile b/ubnt-bs/Makefile
index 39799bf..f21fa37 100644
--- a/ubnt-bs/Makefile
+++ b/ubnt-bs/Makefile
@@ -21,7 +21,7 @@ define Package/ubnt-bs
TITLE:=Boot select utility for Ubiquiti UniFi AC etc
endef
-define Package/covery/description
+define Package/ubnt-bs/description
Boot select utility for Ubiquiti UniFi AC etc
endef
@@ -37,7 +37,7 @@ define Build/Compile
$(TARGET_CC) $(TARGET_CFLAGS) -o $(PKG_BUILD_DIR)/ubnt-bs $(PKG_BUILD_DIR)/ubnt-bs.c
endef
-define Package/covery/install
+define Package/ubnt-bs/install
$(INSTALL_DIR) $(1)/usr/sbin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/ubnt-bs $(1)/usr/sbin/
endef