diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-09-13 13:53:29 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-09-13 13:53:48 +0200 |
commit | aca1615dc13bac949d507c493e9cef80fd2402ef (patch) | |
tree | ce8abb5d5722d312ccc2b96e959ef855d5e69290 /packages/openwrt/README.md | |
parent | 94aa02b298321005b6334262242c30eeb94549ae (diff) |
OpenWrt packaging support.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'packages/openwrt/README.md')
-rw-r--r-- | packages/openwrt/README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/openwrt/README.md b/packages/openwrt/README.md new file mode 100644 index 000000000..6fb4c2c2f --- /dev/null +++ b/packages/openwrt/README.md @@ -0,0 +1,8 @@ +HowTo use this +============== + +Simply add `src-link ndpid_testing [path-to-this-dir]` to your OpenWrt repository feeds (`feeds.conf`). + +Run `./scripts/feeds update -a && ./scripts/feeds install -a` from the OpenWrt repository directory. + +There should be a new package named `nDPId-testing` available. |