Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddin9 committed Jan 11, 2025
1 parent 0f6fec3 commit e059b90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion devices/qualcommax_ipq60xx/diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ wget -N https://raw.githubusercontent.com/openwrt/openwrt/refs/heads/openwrt-24.
wget -N https://raw.githubusercontent.com/openwrt/openwrt/refs/heads/openwrt-24.10/package/base-files/files/sbin/sysupgrade -P package/base-files/files/sbin/
wget -N https://github.com/openwrt/openwrt/raw/refs/heads/openwrt-24.10/package/network/config/firewall/Makefile -P package/network/config/firewall/

git clone https://github.com/LiBwrt/nss-packages package/feeds/kiddin9/nss-packages
git clone https://github.com/LiBwrt/nss-packages nss-packages

mv -f nss-packages/* package/feeds/kiddin9/

rm -rf feeds/kiddin9/shortcut-fe feeds/kiddin9/fibocom_QMI_WWAN feeds/kiddin9/quectel_QMI_WWAN feeds/kiddin9/xtables-wgobfs feeds/kiddin9/fullconenat-nft/

Expand Down
8 changes: 4 additions & 4 deletions devices/qualcommax_ipq60xx/patches/fix.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
$(call AddDepends/crypto)
endef

--- a/package/feeds/kiddin9/nss-packages/qca-nss-ecm/Makefile
+++ b/package/feeds/kiddin9/nss-packages/qca-nss-ecm/Makefile
--- a/package/feeds/kiddin9/qca-nss-ecm/Makefile
+++ b/package/feeds/kiddin9/qca-nss-ecm/Makefile
@@ -119,10 +119,6 @@ ifneq ($(CONFIG_PACKAGE_kmod-nat46),)
ECM_MAKE_OPTS+=ECM_INTERFACE_MAP_T_ENABLE=y
endif
Expand All @@ -24,8 +24,8 @@
ECM_MAKE_OPTS+=ECM_INTERFACE_PPPOE_ENABLE=y \
ECM_INTERFACE_PPTP_ENABLE=y \

--- a/package/feeds/kiddin9/nss-packages/qca-nss-drv/Makefile
+++ b/package/feeds/kiddin9/nss-packages/qca-nss-drv/Makefile
--- a/package/feeds/kiddin9/qca-nss-drv/Makefile
+++ b/package/feeds/kiddin9/qca-nss-drv/Makefile
@@ -186,10 +186,8 @@ ifndef CONFIG_NSS_DRV_IGS_ENABLE
endif

Expand Down

0 comments on commit e059b90

Please sign in to comment.