mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 19:14:31 +04:00
Makefile for v0.3.1
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=prince
|
||||
PKG_VERSION:=v0.3
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=v0.3.1
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_USE_MIPS16:=0
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE:=prince-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/gabri94/poprouting.git
|
||||
PKG_SOURCE_VERSION:=v0.3
|
||||
PKG_SOURCE_VERSION:=v0.3.1
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_SOURCE_VERSION)
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user