mirror of https://github.com/hak5/openwrt-owl.git
parent
ea5aab99e5
commit
51b83c79b8
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=arptables
|
PKG_NAME:=arptables
|
||||||
PKG_VERSION:=0.0.3
|
PKG_VERSION:=0.0.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_SOURCE_URL:=http://umn.dl.sourceforge.net/sourceforge/ebtables/
|
PKG_SOURCE_URL:=http://unc.dl.sourceforge.net/sourceforge/ebtables/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
|
||||||
PKG_CAT:=zcat
|
PKG_CAT:=zcat
|
||||||
|
|
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=bridge
|
PKG_NAME:=bridge
|
||||||
PKG_VERSION:=1.0.4
|
PKG_VERSION:=1.0.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_SOURCE_URL:=http://umn.dl.sourceforge.net/sourceforge/bridge
|
PKG_SOURCE_URL:=http://unc.dl.sourceforge.net/sourceforge/bridge
|
||||||
PKG_SOURCE:=bridge-utils-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=bridge-utils-$(PKG_VERSION).tar.gz
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/bridge-utils-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/bridge-utils-$(PKG_VERSION)
|
||||||
PKG_CAT:=zcat
|
PKG_CAT:=zcat
|
||||||
|
|
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||||
PKG_NAME:=ebtables
|
PKG_NAME:=ebtables
|
||||||
PKG_VERSION:=2.0.6
|
PKG_VERSION:=2.0.6
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_SOURCE_URL:=http://umn.dl.sourceforge.net/sourceforge/ebtables/
|
PKG_SOURCE_URL:=http://unc.dl.sourceforge.net/sourceforge/ebtables/
|
||||||
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/ebtables-v$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/ebtables-v$(PKG_VERSION)
|
||||||
PKG_CAT:=zcat
|
PKG_CAT:=zcat
|
||||||
|
|
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
include kernelconfig.mk
|
include kernelconfig.mk
|
||||||
|
|
||||||
PKG_NAME := iptables
|
PKG_NAME := iptables
|
||||||
PKG_VERSION := 1.2.11
|
PKG_VERSION := 1.3.0
|
||||||
PKG_RELEASE := 1
|
PKG_RELEASE := 1
|
||||||
|
|
||||||
PKG_SOURCE_SITE := http://www.netfilter.org/files
|
PKG_SOURCE_SITE := http://www.netfilter.org/files
|
||||||
|
|
Loading…
Reference in New Issue