Commit Graph

19 Commits

Author SHA1 Message Date
Mads Meisner-Jensen
c912b67a37 configs/common: add luci-app-bcp38 and luci-app-wol 2021-09-25 15:05:14 +02:00
Mads Meisner-Jensen
ef101625c6 configs/rpi-4: add python-light package 2021-09-23 21:43:06 +02:00
Mads Meisner-Jensen
48c58581ca minor cleanup 2021-09-23 21:42:40 +02:00
Mads Meisner-Jensen
dfed148ffc configs/rpi-4: add package ss 2021-09-20 22:15:28 +02:00
Mads Meisner-Jensen
9b92dd579e configs/common: add package luci-app-vpn-policy-routing 2021-09-20 22:15:10 +02:00
Mads Meisner-Jensen
6386b328a2 configs/common: list packages in alpha order 2021-09-20 22:14:37 +02:00
Mads Meisner-Jensen
baef4e3ceb bump (default) RELEASE_21_02 to "21.02.0" (final release) 2021-09-06 20:24:49 +02:00
Mads Meisner-Jensen
f3df139192 Add lsblk resize2fs losetup packages to $packages_usb_storage 2021-08-09 17:10:23 +02:00
Mads Meisner-Jensen
dc6c837e6c add CONFIG_TARGET_ROOTFS_PARTSIZE for increasing writable partition 2021-08-09 17:10:17 +02:00
Mads Meisner-Jensen
a14d1804f0 bump (default) RELEASE_21_02 to "rc4" 2021-08-08 12:12:34 +02:00
Mads Meisner-Jensen
c68ba8a958 oi-build: fixes for lazy user (providing no arguments) 2021-06-16 17:34:33 +02:00
Mads Meisner-Jensen
5c0252e2a6 bump (default) RELEASE_21_02 to "rc3 2021-06-16 17:33:10 +02:00
Mads Meisner-Jensen
d46d2b38a4 configs/common: add packages_unbound, packages_sec_dns 2021-06-16 17:32:24 +02:00
Mads Meisner-Jensen
613acd50c9 rpi4: add msmtp package 2021-06-06 21:49:08 +02:00
Mads Meisner-Jensen
9ed6cd0d35 bump latest OpenWRT version to 21.02-rc2 2021-06-06 21:46:47 +02:00
Mads Meisner-Jensen
8fbd35b18d rpi-4: add luci-stats-reset script
When tinkering with luci-statistics/collectd and after changing
RRD config values of /etc/config/luci_statistics and collectd,
this script can be used to delete ALL collected statistics and
restart luci-statistics and collectd
2021-05-15 15:04:49 +02:00
Mads Meisner-Jensen
f4de7556a2 rpi-4: add /etc/uci-defaults/99-custom empty template file 2021-05-15 15:02:29 +02:00
Mads Meisner-Jensen
30054d0855 rpi-4: move/pin eth0 IRQs to CPU2
Move all eth0 IRQ processing to CPU2 instead of CPU1 which is the
default. CPU1 will continue handling all the USB interrupts which
also include USB-Ethernet adapter interrupts.

This significantly lowers the softirq load on CPU1 (from 99% to
less than 10%)

irqbalance could do the same and you can still run irqbalance
because the /etc/init.d/irq-eth-pin script will add the eth0 to
the ban list of irqbalance

See interrupt load with
  while true; do clear; cat /proc/interrupts; sleep 1; done
2021-05-15 15:02:02 +02:00
Mads Meisner-Jensen
0176f0668f Initial commit with rpi-4, archer-c7-v2 and tl-wdr-3600-v1 2021-05-15 14:48:49 +02:00