Skip to content
Snippets Groups Projects
Commit 881acff7 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

Create a Makefile for a new opkg.conf

parent 0eb8edd9
Branches wget
No related tags found
No related merge requests found
include $(TOPDIR)/rules.mk
PKG_NAME:=ffnw-opkgconfig
PKG_VERSION:=1
PKG_RELEASE:=1
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk
define Package/ffnw-opkgconfig
SECTION:=config
CATEGORY:=Freifunk Nordwest
TITLE:=Set ipv6 mirrorlist for opkg
endef
define Package/ffnw-opkgconfig/description
Set ipv6 mirrorlist for opkg
endef
define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
endef
define Build/Configure
endef
define Build/Compile
endef
define Package/ffnw-opkgconfig/install
$(INSTALL_CONF) files/opkg.conf $(1)/etc/opkg.conf
endef
$(eval $(call BuildPackage,ffnw-opkgconfig))
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