Skip to content

Commit

Permalink
add android usb net support
Browse files Browse the repository at this point in the history
  • Loading branch information
liwenjie119 committed Aug 28, 2024
1 parent 575f770 commit 3d063d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion feeds.conf.default
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions x86_64.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3d063d7

Please sign in to comment.