Compiling Openwrt Github Package to single ipk

Would do me a favor compile a GitHub luci-app for me I just can't figure out how would I compile the code to single package ipk.

I would like this following github address



or eqos

I am trying to add this compatible luCi to my OpenWrt as this is the very requirment that i need right now.

The problem is I can't seem to do the job to compile it and manually install it.

I would love to here the step by step tutorial as I am just a new in openwrt.

but if you could provide me the ipk for this I will be very grateful.

Sure we can help, but one question...
Why you don't want to use the package from the official OpenWRT package repo?


A simple installation with opkg:
opkg update && opkg install luci-app-nft-qos

1 Like

Because that is not available in package list of openwrt.
I have tried that. luci-app-eqos, luci-app-nft-qos.luci-app-qosv4 are not in the package list.

Probably you are on a old stable release...
It´s available on 19.07 and snapshot builds.

So what device and which release are you using?
Show me the output of cat /etc/openwrt_release.

root@OpenWrt:~# cat /etc/openwrt_release
DISTRIB_ID='OpenWrt'
DISTRIB_RELEASE='18.06.4'
DISTRIB_REVISION='r7808-ef686b7292'
DISTRIB_TARGET='ramips/mt7621'
DISTRIB_ARCH='mipsel_24kc'
DISTRIB_DESCRIPTION='OpenWrt 18.06.4 r7808-ef686b7292'
DISTRIB_TAINTS=''
I am using Xiaomi Router3g by the way.

Hello Sir. I think I am but this is the latest i konw is 18.06.06 if I am not mistaken in my device how do I update mine to 19.07

Update to 19.07.0 and you can install your package from the official repo.

http://downloads.openwrt.org/releases/19.07.0/targets/ramips/mt7621/openwrt-19.07.0-ramips-mt7621-xiaomi_mir3g-squashfs-sysupgrade.bin

You can do it like the following from a ssh shell:

cd /tmp
wget http://downloads.openwrt.org/releases/19.07.0/targets/ramips/mt7621/openwrt-19.07.0-ramips-mt7621-xiaomi_mir3g-squashfs-sysupgrade.bin
sysupgrade openwrt-19.07.0-ramips-mt7621-xiaomi_mir3g-squashfs-sysupgrade.bin

I´m assuming you are using the first version of MiR3G and not MiR3GV2 as the new version isn´t supported on 18.06.

Thank you Good Sir for your help. I didn't know that you could update firmware even it wasn't listed as latest version of the device. Exactly what I needed. Better UI LuCI. Informative Graph. and updated listed of official repo.

I am just confuse some other packages is already old to be in official repo but an updated version firmware seem the requirement I guess that the firmware itself is old but not stable until this day.

Anyway I am very happy that I'm learning a lot.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.