This repository has been archived by the owner on Dec 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* z9s_luci: disable some services. update porting note. update doc. use https opkg feed. Update porting.md
- Loading branch information
Showing
53 changed files
with
634 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# use opkg offline mode `opkg -o / -f /etc/opkg.conf install ??` to install, then | ||
# run this on device /overlay/upper/ to package | ||
find etc/init.d/ -type f|xargs -n1 sh -c '/$0 enable' | ||
find -type f -o -type l|grep -v ./mnt|grep -v dropbear_rsa_host_key|grep -v urandom.seed|grep -v board.json|xargs tar -czf /tmp/update.tar.gz | ||
find -type f -o -type l|grep -v ./mnt|grep -v ./root/|grep -v dropbear_rsa_host_key|grep -v urandom.seed|grep -v board.json|grep -v ./etc/config/|grep -v ./etc/samba/|xargs tar -czf /tmp/update.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
src/gz openwrt_core http://mirror.0x.sg/openwrt/snapshots/targets/sunxi/cortexa53/packages | ||
src/gz openwrt_base http://mirror.0x.sg/openwrt/snapshots/packages/aarch64_cortex-a53/base | ||
src/gz openwrt_luci http://mirror.0x.sg/openwrt/snapshots/packages/aarch64_cortex-a53/luci | ||
src/gz openwrt_packages http://mirror.0x.sg/openwrt/snapshots/packages/aarch64_cortex-a53/packages | ||
src/gz openwrt_routing http://mirror.0x.sg/openwrt/snapshots/packages/aarch64_cortex-a53/routing | ||
src/gz openwrt_core https://mirror.0x.sg/openwrt/snapshots/targets/sunxi/cortexa53/packages | ||
src/gz openwrt_base https://mirror.0x.sg/openwrt/snapshots/packages/aarch64_cortex-a53/base | ||
src/gz openwrt_luci https://mirror.0x.sg/openwrt/snapshots/packages/aarch64_cortex-a53/luci | ||
src/gz openwrt_packages https://mirror.0x.sg/openwrt/snapshots/packages/aarch64_cortex-a53/packages | ||
src/gz openwrt_routing https://mirror.0x.sg/openwrt/snapshots/packages/aarch64_cortex-a53/routing |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.