Add files via upload

This commit is contained in:
moruiris 2023-01-06 15:43:33 +08:00 committed by GitHub
parent 42b0f36d8b
commit 65a7397870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 18 additions and 0 deletions

4
immortalwrt/diy-part1.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
#
# Add a feed source
echo 'src-git moruiris https://github.com/moruiris/openwrt-packages;openwrt' >>feeds.conf.default

4
immortalwrt/diy-part2.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
#
# Modify default IP
#sed -i 's/192.168.1.1/192.168.50.5/g' package/base-files/files/bin/config_generate

View File

@ -0,0 +1,10 @@
src-git-full packages https://git.openwrt.org/feed/packages.git
src-git-full luci https://git.openwrt.org/project/luci.git
src-git-full routing https://git.openwrt.org/feed/routing.git
src-git-full telephony https://git.openwrt.org/feed/telephony.git
#src-git-full video https://github.com/openwrt/video.git
#src-git-full targets https://github.com/openwrt/targets.git
#src-git-full oldpackages http://git.openwrt.org/packages.git
#src-link custom /usr/src/openwrt/custom-feed
src-git moruiris https://github.com/moruiris/openwrt-packages;openwrt