This repository contains OpenWRT package for the Epson Epkowa Backend project at https://github.com/ypopovych/sane-epkowa
The easiest way is to use Docker image
https://hub.docker.com/r/openwrtorg/sdk
Add repository
echo "src-git epkowa https://github.com/ypopovych/sane-epkowa-openwrt.git" >> feeds.conf.default
Update feeds
./scripts/feeds update base packages epkowa && make defconfig && ./scripts/feeds install sane-epkowa
make package/sane-epkowa/compile V=s -j <CORES_NUM>
- Copy package to temp folder on your router
scp bin/packages/<ARCH>/epkowa/sane-epkowa_<VERSION>.ipk root@<YOUR_ROUTER_IP>:/tmp
- Login via ssh
ssh root@<YOUR_ROUTER_IP>
- Install package via opkg
opkg install /tmp/sane-epkowa_<VERSION>.ipk
You can edit configuration here
/etc/sane.d/epkowa.conf