-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e24d94
commit 9586222
Showing
1 changed file
with
28 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
# openwrt-libernet | ||
# OpenWRT Libernet | ||
OpenWRT with pre-installed Libernet for Amlogic S905X devices such as HG680P, B860H, etc. | ||
|
||
## Basic Information | ||
- Router IP : 192.168.1.1 | ||
- WiFi SSID : Libernet | ||
|
||
## Features | ||
- Pre-installed Libernet v1.5.3 | ||
|
||
## Burning to MicroSD Card (Linux) | ||
- Download latest release image | ||
- Extract image | ||
```sh | ||
tar -xJvpf image_name.img.tar.xz | ||
``` | ||
- Burn to MicroSD Card, replace sdX to MicroSD device path | ||
```sh | ||
dd if=image_name.img of=/dev/sdX bs=4M status=progress | ||
``` | ||
|
||
## Burning to MicroSD Card (Windows) | ||
- Download latest release image | ||
- Burn to MicroSD Card using Rufus or Balena Etcher | ||
|
||
## Resize Root File System | ||
- On Linux, you can use gparted | ||
- Windows, you can use AOMEI Partition Assistant or MiniTool Partition Wizard |