From 3d063d7f7f294e36c393c4b295536aecde8dc17e Mon Sep 17 00:00:00 2001 From: liwenjie119 Date: Wed, 28 Aug 2024 16:21:31 +0800 Subject: [PATCH] add android usb net support --- feeds.conf.default | 3 ++- x86_64.config | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/feeds.conf.default b/feeds.conf.default index a53c683..8295561 100755 --- a/feeds.conf.default +++ b/feeds.conf.default @@ -1,7 +1,8 @@ src-git packages https://github.com/coolsnowwolf/packages src-git luci https://github.com/coolsnowwolf/luci +#src-git luci https://github.com/coolsnowwolf/luci.git;openwrt-23.05 src-git routing https://github.com/coolsnowwolf/routing -src-git telephony https://git.openwrt.org/feed/telephony.git +src-git telephony https://github.com/openwrt/telephony.git;openwrt-23.05 src-git helloworld https://github.com/fw876/helloworld.git #src-git oui https://github.com/zhaojh329/oui.git #src-git video https://github.com/openwrt/video.git diff --git a/x86_64.config b/x86_64.config index e4b5ada..d8e6293 100644 --- a/x86_64.config +++ b/x86_64.config @@ -43,6 +43,8 @@ CONFIG_PACKAGE_iftop=y CONFIG_PACKAGE_ipv6helper=y CONFIG_PACKAGE_ip6tables-extra=y CONFIG_PACKAGE_ip6tables-mod-nat=y +CONFIG_PACKAGE_kmod-usb-net-cdc-ether=y +CONFIG_PACKAGE_kmod-usb-net-rndis=y CONFIG_PACKAGE_openssh-client=y CONFIG_PACKAGE_openssh-client-utils=y CONFIG_PACKAGE_openssh-keygen=y