Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
#boot/dtb-KVER/synaptics/berlin4ct-stb.dtb
boot/vmlinuz-KVER
#etc/cpufreq-bench.conf
+etc/modprobe.d/bonding.conf
etc/modprobe.d/ipv6.conf
#lib/modules
#lib/modules/KVER
#boot/dtb-KVER/starfive/jh7110-starfive-visionfive-2-v1.3b.dtb
boot/vmlinuz-KVER
#etc/cpufreq-bench.conf
+etc/modprobe.d/bonding.conf
etc/modprobe.d/ipv6.conf
#lib/modules
#lib/modules/KVER
boot/config-KVER
boot/vmlinuz-KVER
#etc/cpufreq-bench.conf
+etc/modprobe.d/bonding.conf
etc/modprobe.d/ipv6.conf
#lib/modules
#lib/modules/KVER
# Disable ipv6 at runtime
echo "options ipv6 disable_ipv6=1" > /etc/modprobe.d/ipv6.conf
+ # Do not automatically create bond0 when bonding is being loaded
+ echo "options bonding max_bonds=0" > /etc/modprobe.d/bonding.conf
+
# build cpupower utility
cd $(DIR_APP)/tools/power/cpupower && make $(MAKETUNING)
cd $(DIR_APP)/tools/power/cpupower && make install