hudra0 / qosmate

GNU General Public License v3.0
13 stars 3 forks source link

Could you please include the makefile? #2

Open LemonCrab666 opened 1 week ago

LemonCrab666 commented 1 week ago

Could you please include the makefile? I'd like to integrate it into my firmware. Thank you for your contribution.

hudra0 commented 1 week ago

It's on my todo, but I haven't gotten time yet.

hudra0 commented 1 day ago

I added makefiles for qosmate and the luci app. Please try them and report back if it works for you.

Steps:

  1. Navigate to Your OpenWrt Buildroot Directory: cd /path/to/your/openwrt
  2. Clone the QoSmate Package: mkdir -p package/qosmate git clone https://github.com/hudra0/qosmate.git package/qosmate
  3. Clone the LuCI QoSmate Package: mkdir -p package/luci-app-qosmate git clone https://github.com/hudra0/luci-app-qosmate.git package/luci-app-qosmate