mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-02-16 12:59:14 +01:00
mtk-bndstrg: remove unnecessary files
This commit is contained in:
parent
929fb89e7f
commit
f7539ded45
2 changed files with 0 additions and 44 deletions
|
|
@ -1,34 +0,0 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=bndstrg
|
||||
PKG_VERSION:=1.0.0
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/bndstrg-$(PKG_VERSION)
|
||||
PKG_SOURCE:=bndstrg-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=git@private.inteno.se:mediatek
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=HEAD
|
||||
PKG_SOURCE_SUBDIR:=mediatek/source/user/bndstrg
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/bndstrg
|
||||
SECTION:=base
|
||||
CATEGORY:=Network
|
||||
TITLE:=bndstrg
|
||||
endef
|
||||
|
||||
define Package/bndstrg/description
|
||||
bndstrg
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
endef
|
||||
|
||||
define Package/bndstrg/install
|
||||
$(INSTALL_DIR) $(1)/usr/sbin
|
||||
$(INSTALL_BIN) $(PKG_BUILD_DIR)/bndstrg $(1)/usr/sbin/
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,bndstrg))
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
# put the bndstrg folder in
|
||||
# ~/git/iopsys-mediatek/package/feeds/feed_inteno_packages/bndstrg
|
||||
|
||||
# have the tar file named bndstrg-1.0.tar.gz
|
||||
# and the top-level folder in it named bndstrg-1.0
|
||||
# put this file at a downloadable place, e.g. http://192.168.1.130/bndstrg-1.0.tar.gz
|
||||
|
||||
# manualy enable bndstrg build in make menuconfig
|
||||
# build and install the image
|
||||
# start bndstrg
|
||||
Loading…
Add table
Reference in a new issue