Add files via upload
This commit is contained in:
parent
42b0f36d8b
commit
65a7397870
4
immortalwrt/diy-part1.sh
Normal file
4
immortalwrt/diy-part1.sh
Normal 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
4
immortalwrt/diy-part2.sh
Normal 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
|
10
immortalwrt/feeds.conf.default
Normal file
10
immortalwrt/feeds.conf.default
Normal 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
|
Loading…
x
Reference in New Issue
Block a user