libmnl: update ABI version

This commit is contained in:
lean 2020-03-24 18:24:26 +08:00
parent 086e111978
commit b4eaefa54e
7 changed files with 15 additions and 13 deletions

View File

@ -15,7 +15,7 @@ DEVICE_TYPE?=router
# Default packages - the really basic set # Default packages - the really basic set
DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd urandom-seed urngd \ DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd urandom-seed urngd \
block-mount coremark kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw wget libustream-openssl ca-certificates \ block-mount coremark kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw wget libustream-openssl ca-certificates \
default-settings luci luci-proto-relay luci-app-ddns luci-app-sqm luci-app-upnp luci-app-adbyby-plus luci-app-autoreboot \ default-settings luci luci-proto-relay luci-app-ddns luci-app-upnp luci-app-adbyby-plus luci-app-autoreboot \
luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-unblockmusic \ luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-unblockmusic \
luci-app-arpbind luci-app-vlmcsd luci-app-wol luci-app-ramfree \ luci-app-arpbind luci-app-vlmcsd luci-app-wol luci-app-ramfree \
luci-app-sfe luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol luci-app-cpufreq \ luci-app-sfe luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol luci-app-cpufreq \

View File

@ -8,10 +8,7 @@ include $(TOPDIR)/rules.mk
LUCI_TITLE:=Qos over Nftables LUCI_TITLE:=Qos over Nftables
LUCI_DEPENDS:=+nft-qos LUCI_DEPENDS:=+nft-qos
LUCI_PKGARCH:=all
PKG_VERSION:=1.0
PKG_RELEASE:=2
include $(TOPDIR)/feeds/luci/luci.mk include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature # call BuildPackage - OpenWrt buildroot signature

View File

@ -133,7 +133,9 @@ msgstr "Configuración de NFT-QoS"
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:107
msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc" msgid "Network Interface for Traffic Shaping, e.g. br-lan, eth0.1, eth0, etc"
msgstr "Interfaz de red para configuración de tráfico, por ejemplo, br-lan, eth0.1, eth0, etc." msgstr ""
"Interfaz de red para configuración de tráfico, por ejemplo, br-lan, eth0.1, "
"eth0, etc."
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:85
msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc" msgid "Network to be apply, e.g. 192.168.1.0/24, 10.2.0.0/16, etc"
@ -205,7 +207,9 @@ msgstr "Red de destino 6 (IPv6/MÁSCARA)"
#: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:127 #: applications/luci-app-nft-qos/luasrc/view/nft-qos/rate.htm:127
msgid "This page gives an overview over currently download/upload rate." msgid "This page gives an overview over currently download/upload rate."
msgstr "Esta página ofrece una vista general sobre la velocidad de descarga/carga actual." msgstr ""
"Esta página ofrece una vista general sobre la velocidad de descarga/carga "
"actual."
#: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:194 #: applications/luci-app-nft-qos/luasrc/model/cbi/nft-qos/nft-qos.lua:194
msgid "Traffic Priority Settings" msgid "Traffic Priority Settings"

View File

@ -26,7 +26,7 @@
config default default config default default
# Enable Flag for limit rate # Enable Flag for limit rate
option limit_enable '0' option limit_enable '1'
# Options for enable Static QoS (rate limit) # Options for enable Static QoS (rate limit)
option limit_type 'static' option limit_type 'static'

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libmnl PKG_NAME:=libmnl
PKG_VERSION:=1.0.4 PKG_VERSION:=1.0.4
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:= \ PKG_SOURCE_URL:= \
@ -30,6 +30,7 @@ define Package/libmnl
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=Minimalistic user-space library for Netlink TITLE:=Minimalistic user-space library for Netlink
URL:=http://www.netfilter.org/projects/libmnl/ URL:=http://www.netfilter.org/projects/libmnl/
ABI_VERSION:=0
endef endef
define Package/libmnl/description define Package/libmnl/description

View File

@ -43,8 +43,7 @@ TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += \ CONFIGURE_ARGS += \
--enable-static \ --enable-static \
--enable-shared \ --enable-shared
--without-json-parsing
define Build/InstallDev define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/libnftnl $(INSTALL_DIR) $(1)/usr/include/libnftnl

View File

@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=nftables PKG_NAME:=nftables
PKG_VERSION:=0.9.0 PKG_VERSION:=0.9.2
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files
PKG_HASH:=ad8181b5fcb9ca572f444bed54018749588522ee97e4c21922648bb78d7e7e91 PKG_HASH:=5cb66180143e6bfc774f4eb316206d40ac1cb6df269a90882404cbf7165513f5
PKG_MAINTAINER:=Steven Barth <steven@midlink.org> PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
PKG_LICENSE:=GPL-2.0 PKG_LICENSE:=GPL-2.0
@ -28,6 +28,7 @@ CONFIGURE_ARGS += \
--disable-man-doc \ --disable-man-doc \
--with-mini-gmp \ --with-mini-gmp \
--without-cli \ --without-cli \
--disable-python \
define Package/nftables define Package/nftables
SECTION:=net SECTION:=net