X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=oonf-init-scripts%2FMakefile;fp=oonf-init-scripts%2FMakefile;h=fd1aa06fbbd73cf7c55aea7bd11f25870ceb254e;hb=2a34bedcec526f58777e7fc183d47a7b5fda8c8f;hp=0000000000000000000000000000000000000000;hpb=8afb34944bf61d55b9f221f7db8d662175d00c5c;p=lede-routing%2F.git diff --git a/oonf-init-scripts/Makefile b/oonf-init-scripts/Makefile new file mode 100644 index 0000000..fd1aa06 --- /dev/null +++ b/oonf-init-scripts/Makefile @@ -0,0 +1,36 @@ +include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/kernel.mk + +PKG_NAME:=oonf-init-scripts +PKG_VERSION:=0.9.1-r2 +PKG_RELEASE:=1 +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) + +include $(INCLUDE_DIR)/package.mk + +define Package/oonf-init-scripts + SECTION:=net + CATEGORY:=Network + MAINTAINER:=Henning Rogge + SUBMENU:=OLSR.org network framework + URL:=http://www.olsr.org/ + TITLE:= Common OONF startup scripts + VERSION:=$(PKG_VERSION) +endef + +define Build/Prepare + mkdir -p $(PKG_BUILD_DIR) +endef + +define Build/Configure +endef + +define Build/Compile +endef + +define Package/oonf-init-scripts/install + $(INSTALL_BIN) -D ./files/oonf_init.sh $(1)/lib/functions/oonf_init.sh + $(INSTALL_BIN) -D ./files/oonf_hotplug.sh $(1)/lib/functions/oonf_hotplug.sh +endef + +$(eval $(call BuildPackage,oonf-init-scripts))