Skip to content
Snippets Groups Projects
Commit 78d673a8 authored by Michael Schwarz's avatar Michael Schwarz
Browse files

Fixed typo

parent 0d0e8446
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) ...@@ -8,7 +8,7 @@ PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/gluon-core define Package/ffpb-v6uplink
SECTION:=ffpb SECTION:=ffpb
CATEGORY:=ffpb CATEGORY:=ffpb
TITLE:=FFPB-IPv6-Uplink TITLE:=FFPB-IPv6-Uplink
...@@ -29,8 +29,8 @@ endef ...@@ -29,8 +29,8 @@ endef
define Build/Compile define Build/Compile
endef endef
define Package/gluon-core/install define Package/ffpb-v6uplink/install
$(CP) ./files/* $(1)/ $(CP) ./files/* $(1)/
endef endef
$(eval $(call BuildPackage,gluon-core)) $(eval $(call BuildPackage,ffpb-v6uplink))
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