Skip to content
Snippets Groups Projects

linux-hwe-6.5: add linux-hwe-6.5 set

Merged Luis Guzmán requested to merge Ark74/package-helpers:add_linux_6.5_11.0 into aramo
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
@@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=26
VERSION=27
HWEKR=6.5
. ./config
@@ -219,8 +219,8 @@ sed '/^firmware/d' ./debian*/abi/fwinfo -i
replace "CONFIG_FW_LOADER_USER_HELPER=y" "CONFIG_FW_LOADER_USER_HELPER=n" debian.master/config
# Disable aaeon & ubuntu odm drivers.
sed -i "/AAEON/d" debian.master/config/annotations
sed -i "/CONFIG_UBUNTU_ODM_DRIVERS/d" debian.master/config/annotations
sed -i "/AAEON/d" debian.hwe-$HWEKR/config/annotations
sed -i "/CONFIG_UBUNTU_ODM_DRIVERS/d" debian.hwe-$HWEKR/config/annotations
# Remove disabled modules from generic list (starting at 6.2)
for module in gpio-aaeon hwmon-aaeon leds-aaeon mfd-aaeon spl
Loading