mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix
This commit is contained in:
parent
d6e4131c78
commit
b18f4b7172
559 changed files with 59 additions and 1 deletions
0
CLA-entity.md
Executable file → Normal file
0
CLA-entity.md
Executable file → Normal file
0
CLA-individual.md
Executable file → Normal file
0
CLA-individual.md
Executable file → Normal file
0
CODE_OF_CONDUCT.md
Executable file → Normal file
0
CODE_OF_CONDUCT.md
Executable file → Normal file
0
CONTRIBUTING.md
Executable file → Normal file
0
CONTRIBUTING.md
Executable file → Normal file
0
LICENSE
Executable file → Normal file
0
LICENSE
Executable file → Normal file
0
README.md
Executable file → Normal file
0
README.md
Executable file → Normal file
0
aquantia/Makefile
Executable file → Normal file
0
aquantia/Makefile
Executable file → Normal file
0
bcm27xx-eeprom/Makefile
Executable file → Normal file
0
bcm27xx-eeprom/Makefile
Executable file → Normal file
0
bcm27xx-eeprom/patches/0001-rpi-eeprom-update-OpenWrt-defaults.patch
Executable file → Normal file
0
bcm27xx-eeprom/patches/0001-rpi-eeprom-update-OpenWrt-defaults.patch
Executable file → Normal file
0
bcm27xx-eeprom/patches/0003-rpi-eeprom-update-change-default-include-path.patch
Executable file → Normal file
0
bcm27xx-eeprom/patches/0003-rpi-eeprom-update-change-default-include-path.patch
Executable file → Normal file
0
bcm27xx-eeprom/patches/0004-rpi-eeprom-update-remove-chmod.patch
Executable file → Normal file
0
bcm27xx-eeprom/patches/0004-rpi-eeprom-update-remove-chmod.patch
Executable file → Normal file
0
contributors/cr3ative.md
Executable file → Normal file
0
contributors/cr3ative.md
Executable file → Normal file
0
contributors/example.md
Executable file → Normal file
0
contributors/example.md
Executable file → Normal file
58
cryptodev-linux/Makefile
Normal file
58
cryptodev-linux/Makefile
Normal file
|
@ -0,0 +1,58 @@
|
|||
#
|
||||
# Copyright (C) 2014 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
# $Id$
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_NAME:=cryptodev-linux
|
||||
PKG_VERSION:=1.12
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/$(PKG_NAME)/$(PKG_NAME)/tar.gz/$(PKG_NAME)-$(PKG_VERSION)?
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_HASH:=f51c2254749233b1b1d7ec9445158bd709f124f88e1c650fe2faac83c3a81938
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
PKG_MAINTAINER:=Ansuel Smith <ansuelsmth@gmail.com>
|
||||
|
||||
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define KernelPackage/cryptodev
|
||||
SUBMENU:=Cryptographic API modules
|
||||
TITLE:=Driver for cryptographic acceleration
|
||||
URL:=http://cryptodev-linux.org/
|
||||
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
||||
DEPENDS:=+kmod-crypto-authenc +kmod-crypto-hash
|
||||
FILES:=$(PKG_BUILD_DIR)/cryptodev.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoLoad,50,cryptodev)
|
||||
MODPARAMS.cryptodev:=cryptodev_verbosity=-1
|
||||
endef
|
||||
|
||||
define KernelPackage/cryptodev/description
|
||||
This is a driver for that allows to use the Linux kernel supported
|
||||
hardware ciphers by user-space applications.
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
$(KERNEL_MAKE_FLAGS) \
|
||||
KERNEL_DIR="$(LINUX_DIR)"
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(STAGING_DIR)/usr/include/crypto
|
||||
$(CP) $(PKG_BUILD_DIR)/crypto/cryptodev.h $(STAGING_DIR)/usr/include/crypto/
|
||||
endef
|
||||
|
||||
$(eval $(call KernelPackage,cryptodev))
|
0
dsvpn/Makefile
Executable file → Normal file
0
dsvpn/Makefile
Executable file → Normal file
0
dsvpn/patches/nofirewall.patch
Executable file → Normal file
0
dsvpn/patches/nofirewall.patch
Executable file → Normal file
0
dsvpn/patches/nostrip.patch
Executable file → Normal file
0
dsvpn/patches/nostrip.patch
Executable file → Normal file
0
fast-classifier/Makefile
Executable file → Normal file
0
fast-classifier/Makefile
Executable file → Normal file
0
fast-classifier/src/Makefile
Executable file → Normal file
0
fast-classifier/src/Makefile
Executable file → Normal file
0
fast-classifier/src/fast-classifier.c
Executable file → Normal file
0
fast-classifier/src/fast-classifier.c
Executable file → Normal file
0
fast-classifier/src/fast-classifier.h
Executable file → Normal file
0
fast-classifier/src/fast-classifier.h
Executable file → Normal file
0
fast-classifier/src/nl_classifier_test.c
Executable file → Normal file
0
fast-classifier/src/nl_classifier_test.c
Executable file → Normal file
0
fast-classifier/src/sfe.h
Executable file → Normal file
0
fast-classifier/src/sfe.h
Executable file → Normal file
0
fast-classifier/src/sfe_backport.h
Executable file → Normal file
0
fast-classifier/src/sfe_backport.h
Executable file → Normal file
0
fast-classifier/src/sfe_cm.h
Executable file → Normal file
0
fast-classifier/src/sfe_cm.h
Executable file → Normal file
0
fast-classifier/src/userspace_example.c
Executable file → Normal file
0
fast-classifier/src/userspace_example.c
Executable file → Normal file
0
glorytun-udp/Makefile
Executable file → Normal file
0
glorytun-udp/Makefile
Executable file → Normal file
0
glorytun-udp/patches/aegis-arm.patch
Executable file → Normal file
0
glorytun-udp/patches/aegis-arm.patch
Executable file → Normal file
0
glorytun/Makefile
Executable file → Normal file
0
glorytun/Makefile
Executable file → Normal file
0
glorytun/glorytun.config
Executable file → Normal file
0
glorytun/glorytun.config
Executable file → Normal file
0
https-dns-proxy/Makefile
Executable file → Normal file
0
https-dns-proxy/Makefile
Executable file → Normal file
0
https-dns-proxy/files/README.md
Executable file → Normal file
0
https-dns-proxy/files/README.md
Executable file → Normal file
0
https-dns-proxy/files/https-dns-proxy.config
Executable file → Normal file
0
https-dns-proxy/files/https-dns-proxy.config
Executable file → Normal file
0
https-dns-proxy/test.sh
Executable file → Normal file
0
https-dns-proxy/test.sh
Executable file → Normal file
0
ipcalc/Makefile
Executable file → Normal file
0
ipcalc/Makefile
Executable file → Normal file
0
iperf3/Makefile
Executable file → Normal file
0
iperf3/Makefile
Executable file → Normal file
0
iperf3/patches/remove-in6_flowlabel_req.patch
Executable file → Normal file
0
iperf3/patches/remove-in6_flowlabel_req.patch
Executable file → Normal file
0
libell/Makefile
Executable file → Normal file
0
libell/Makefile
Executable file → Normal file
0
luci-app-dsvpn/Makefile
Executable file → Normal file
0
luci-app-dsvpn/Makefile
Executable file → Normal file
0
luci-app-dsvpn/htdocs/luci-static/resources/view/services/dsvpn.js
Executable file → Normal file
0
luci-app-dsvpn/htdocs/luci-static/resources/view/services/dsvpn.js
Executable file → Normal file
0
luci-app-dsvpn/po/fr/dsvpn.po
Executable file → Normal file
0
luci-app-dsvpn/po/fr/dsvpn.po
Executable file → Normal file
0
luci-app-dsvpn/po/fr/dsvpn.po~
Executable file → Normal file
0
luci-app-dsvpn/po/fr/dsvpn.po~
Executable file → Normal file
0
luci-app-dsvpn/po/ru/dsvpn.po
Executable file → Normal file
0
luci-app-dsvpn/po/ru/dsvpn.po
Executable file → Normal file
0
luci-app-dsvpn/po/templates/dsvpn.pot
Executable file → Normal file
0
luci-app-dsvpn/po/templates/dsvpn.pot
Executable file → Normal file
0
luci-app-dsvpn/po/zh_Hans/dsvpn.po
Executable file → Normal file
0
luci-app-dsvpn/po/zh_Hans/dsvpn.po
Executable file → Normal file
0
luci-app-dsvpn/po/zh_Hans/dsvpn.po~
Executable file → Normal file
0
luci-app-dsvpn/po/zh_Hans/dsvpn.po~
Executable file → Normal file
0
luci-app-dsvpn/root/usr/share/luci/menu.d/luci-app-dsvpn.json
Executable file → Normal file
0
luci-app-dsvpn/root/usr/share/luci/menu.d/luci-app-dsvpn.json
Executable file → Normal file
0
luci-app-dsvpn/root/usr/share/rpcd/acl.d/luci-app-dsvpn.json
Executable file → Normal file
0
luci-app-dsvpn/root/usr/share/rpcd/acl.d/luci-app-dsvpn.json
Executable file → Normal file
0
luci-app-firewall/Makefile
Executable file → Normal file
0
luci-app-firewall/Makefile
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js
Executable file → Normal file
0
luci-app-firewall/po/bg/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/bg/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/ca/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/ca/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/cs/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/cs/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/de/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/de/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/el/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/el/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/en/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/en/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/es/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/es/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/fr/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/fr/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/he/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/he/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/hi/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/hi/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/hu/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/hu/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/it/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/it/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/ja/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/ja/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/ko/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/ko/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/mr/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/mr/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/ms/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/ms/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/nb_NO/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/nb_NO/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/pl/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/pl/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/pt/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/pt/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/pt_BR/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/pt_BR/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/ro/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/ro/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/ru/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/ru/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/sk/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/sk/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/sv/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/sv/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/templates/firewall.pot
Executable file → Normal file
0
luci-app-firewall/po/templates/firewall.pot
Executable file → Normal file
0
luci-app-firewall/po/tr/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/tr/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/uk/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/uk/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/vi/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/vi/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/zh_Hans/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/zh_Hans/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/zh_Hant/firewall.po
Executable file → Normal file
0
luci-app-firewall/po/zh_Hant/firewall.po
Executable file → Normal file
0
luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json
Executable file → Normal file
0
luci-app-firewall/root/usr/share/luci/menu.d/luci-app-firewall.json
Executable file → Normal file
0
luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json
Executable file → Normal file
0
luci-app-firewall/root/usr/share/rpcd/acl.d/luci-app-firewall.json
Executable file → Normal file
0
luci-app-glorytun-tcp/Makefile
Executable file → Normal file
0
luci-app-glorytun-tcp/Makefile
Executable file → Normal file
0
luci-app-glorytun-tcp/htdocs/luci-static/resources/view/services/glorytun-tcp.js
Executable file → Normal file
0
luci-app-glorytun-tcp/htdocs/luci-static/resources/view/services/glorytun-tcp.js
Executable file → Normal file
0
luci-app-glorytun-tcp/po/fr/glorytun-tcp.po
Executable file → Normal file
0
luci-app-glorytun-tcp/po/fr/glorytun-tcp.po
Executable file → Normal file
0
luci-app-glorytun-tcp/po/fr/glorytun-tcp.po~
Executable file → Normal file
0
luci-app-glorytun-tcp/po/fr/glorytun-tcp.po~
Executable file → Normal file
0
luci-app-glorytun-tcp/po/ru/glorytun-tcp.po
Executable file → Normal file
0
luci-app-glorytun-tcp/po/ru/glorytun-tcp.po
Executable file → Normal file
0
luci-app-glorytun-tcp/po/templates/glorytun-tcp.pot
Executable file → Normal file
0
luci-app-glorytun-tcp/po/templates/glorytun-tcp.pot
Executable file → Normal file
0
luci-app-glorytun-tcp/po/zh_Hans/glorytun-tcp.po
Executable file → Normal file
0
luci-app-glorytun-tcp/po/zh_Hans/glorytun-tcp.po
Executable file → Normal file
0
luci-app-glorytun-tcp/po/zh_Hans/glorytun-tcp.po~
Executable file → Normal file
0
luci-app-glorytun-tcp/po/zh_Hans/glorytun-tcp.po~
Executable file → Normal file
0
luci-app-glorytun-tcp/root/etc/hotplug.d/iface/30-glorytun
Executable file → Normal file
0
luci-app-glorytun-tcp/root/etc/hotplug.d/iface/30-glorytun
Executable file → Normal file
0
luci-app-glorytun-tcp/root/etc/uci-defaults/1200-luci-glorytun
Executable file → Normal file
0
luci-app-glorytun-tcp/root/etc/uci-defaults/1200-luci-glorytun
Executable file → Normal file
0
luci-app-glorytun-tcp/root/usr/share/luci/menu.d/luci-app-glorytun-tcp.json
Executable file → Normal file
0
luci-app-glorytun-tcp/root/usr/share/luci/menu.d/luci-app-glorytun-tcp.json
Executable file → Normal file
0
luci-app-glorytun-tcp/root/usr/share/rpcd/acl.d/luci-app-glorytun-tcp.json
Executable file → Normal file
0
luci-app-glorytun-tcp/root/usr/share/rpcd/acl.d/luci-app-glorytun-tcp.json
Executable file → Normal file
0
luci-app-glorytun-udp/Makefile
Executable file → Normal file
0
luci-app-glorytun-udp/Makefile
Executable file → Normal file
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue