mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
fix build issues in fbt package
This commit is contained in:
parent
af87a3305f
commit
d061bb78ba
1 changed files with 4 additions and 8 deletions
12
fbt/Makefile
12
fbt/Makefile
|
|
@ -7,9 +7,6 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||
|
||||
PKG_NAME:=fbt
|
||||
PKG_VERSION:=0.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_INSTALL:=1
|
||||
|
||||
PKG_SOURCE_VERSION:=dcb56bcdebe7139940635f9327ee38ccbad5e2c0
|
||||
PKG_SOURCE_PROTO:=git
|
||||
|
|
@ -18,7 +15,6 @@ PKG_SOURCE_URL:=git@private.inteno.se:ifbt.git
|
|||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_MAINTAINER:=Sachin Singla Support for Iopsys <sachin.singla@iopsys.eu>
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
|
@ -29,12 +25,12 @@ define Package/fbt
|
|||
endef
|
||||
|
||||
define Package/fbt/description
|
||||
fbt is a Inteno application for fast bss transition
|
||||
fbt is Iopsys application for fast BSS transition
|
||||
endef
|
||||
|
||||
define Package/fbt/install
|
||||
$(INSTALL_DIR) $(1)/usr/bin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/fbt $(1)/usr/bin/
|
||||
define Package/fbt/install
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/fbt $(1)/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,fbt))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue