Browse Source

Merge pull request #3263 from Borromini/mii-tool

mii-tool: fix variable being declared too early
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
03618bb41b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/mii-tool/Makefile

+ 2
- 2
net/mii-tool/Makefile View File

@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mii-tool
PKG_VERSION=2016-07-10-$(PKG_SOURCE_VERSION)
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Stijn Segers <borromini.reg@protonmail.com>
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://git.code.sf.net/p/net-tools/code
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_SUBDIR=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=115f1af2494ded1fcd21c8419d5e289bc4df380f
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz


Loading…
Cancel
Save