Initial commit

This commit is contained in:
Kumi 2023-04-30 09:38:42 +00:00
commit bf93944822
Signed by: kumi
GPG key ID: ECBCC9082395383F
4 changed files with 31 additions and 0 deletions

6
.gitmodules vendored Normal file
View file

@ -0,0 +1,6 @@
[submodule "luci/applications/kettler-ergometer-luci"]
path = luci/applications/kettler-ergometer-luci
url = https://kumig.it/kumitterer/kettler-ergometer-luci
[submodule "utils/kettler-ergometer-controller"]
path = utils/kettler-ergometer-controller
url = https://kumig.it/kumitterer/kettler-ergometer-controller

23
README.md Normal file
View file

@ -0,0 +1,23 @@
# OpenWRT Feed for Kumi's Stuff
This is a feed for [OpenWRT](https://openwrt.org/) that contains some of my stuff.
## Usage
Add the following line to your feeds.conf in the OpenWRT buildroot:
```
src-git kumiwrt https://kumig.it/kumitterer/kumiwrt.git
```
Then run:
```
./scripts/feeds update kumiwrt
./scripts/feeds install -a -p kumiwrt
```
## Packages
- **[kettler-ergometer-controller](https://kumig.it/kumitterer/kettler-ergometer-controller)**: A Lua class to control a Kettler Ergometer via USB
- **[kettler-ergometer-luci](https://kumig.it/kumitterer/kettler-ergometer-luci)**: A LuCI app to control a Kettler Ergometer via USB

@ -0,0 +1 @@
Subproject commit fe100953c39eab0842c2b600d29b7d92181724bc

@ -0,0 +1 @@
Subproject commit 01ae53de4b4fd9ed245694618592780c6a9ee691