1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00
This commit is contained in:
suyuan 2021-04-05 03:24:01 +08:00
parent 0780782826
commit ba5ac30806
13 changed files with 37 additions and 0 deletions

0
patches/bbr2.patch Executable file → Normal file
View file

0
patches/check-rsync.patch Executable file → Normal file
View file

0
patches/download-ipv4.patch Executable file → Normal file
View file

0
patches/gtime.patch Executable file → Normal file
View file

0
patches/images.patch Executable file → Normal file
View file

0
patches/ipt-nat6.patch Executable file → Normal file
View file

0
patches/luci-occitan.patch Executable file → Normal file
View file

0
patches/nanqinlang.patch Executable file → Normal file
View file

0
patches/nocheck.patch Executable file → Normal file
View file

0
patches/package-too-long.patch Executable file → Normal file
View file

37
patches/remove_abi.patch Normal file
View file

@ -0,0 +1,37 @@
--- a/package/libs/libubox/Makefile 2021-02-17 14:45:19.981073050 +0100
+++ b/package/libs/libubox/Makefile 2021-02-17 14:45:57.232466168 +0100
@@ -73,12 +73,12 @@
define Package/libubox/install
$(INSTALL_DIR) $(1)/lib/
- $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libubox.so.* $(1)/lib/
+ $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libubox.so $(1)/lib/
endef
define Package/libblobmsg-json/install
$(INSTALL_DIR) $(1)/lib/
- $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libblobmsg_json.so.* $(1)/lib/
+ $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libblobmsg_json.so $(1)/lib/
endef
define Package/jshn/install
@@ -89,7 +89,7 @@
define Package/libjson-script/install
$(INSTALL_DIR) $(1)/lib/
- $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libjson_script.so.* $(1)/lib/
+ $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libjson_script.so $(1)/lib/
endef
define Package/libubox-lua/install
--- a/package/system/ubus/Makefile 2021-02-17 15:16:34.450301703 +0100
+++ b/package/system/ubus/Makefile 2021-02-17 15:16:55.289957767 +0100
@@ -69,7 +69,7 @@
define Package/libubus/install
$(INSTALL_DIR) $(1)/lib
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/libubus.so.* $(1)/lib/
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libubus.so $(1)/lib/
endef
define Package/libubus-lua/install

0
patches/smsc75xx.patch Executable file → Normal file
View file

0
patches/uefi.patch Executable file → Normal file
View file