├── README.md ├── bcm53xx └── openwrt.sh ├── ipq40xx ├── lean_default.sh └── openwrt.sh ├── ipq806x └── openwrt.sh └── mt7621 ├── lean_default.sh ├── openwrt.sh └── pandorabox.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/presisco/openwrt-irq-balance/HEAD/README.md -------------------------------------------------------------------------------- /bcm53xx/openwrt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/presisco/openwrt-irq-balance/HEAD/bcm53xx/openwrt.sh -------------------------------------------------------------------------------- /ipq40xx/lean_default.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/presisco/openwrt-irq-balance/HEAD/ipq40xx/lean_default.sh -------------------------------------------------------------------------------- /ipq40xx/openwrt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/presisco/openwrt-irq-balance/HEAD/ipq40xx/openwrt.sh -------------------------------------------------------------------------------- /ipq806x/openwrt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/presisco/openwrt-irq-balance/HEAD/ipq806x/openwrt.sh -------------------------------------------------------------------------------- /mt7621/lean_default.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/presisco/openwrt-irq-balance/HEAD/mt7621/lean_default.sh -------------------------------------------------------------------------------- /mt7621/openwrt.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/presisco/openwrt-irq-balance/HEAD/mt7621/openwrt.sh -------------------------------------------------------------------------------- /mt7621/pandorabox.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/presisco/openwrt-irq-balance/HEAD/mt7621/pandorabox.sh --------------------------------------------------------------------------------