The following changes were made:
* Added dependency for linux-firmware to kernel package * Re-built with updated Makefile.snaplinux to correct package name/version * Other various tweaks to correct package names and versions * etc/modprobe.d/usb.conf now managed by usher * Makefile will now use LOCALVERSION from config for the build version
This commit is contained in:
@@ -50,7 +50,7 @@ CONFIG_BUILDTIME_EXTABLE_SORT=y
|
||||
CONFIG_INIT_ENV_ARG_LIMIT=32
|
||||
CONFIG_CROSS_COMPILE=""
|
||||
# CONFIG_COMPILE_TEST is not set
|
||||
CONFIG_LOCALVERSION="-6"
|
||||
CONFIG_LOCALVERSION="-7"
|
||||
# CONFIG_LOCALVERSION_AUTO is not set
|
||||
CONFIG_HAVE_KERNEL_GZIP=y
|
||||
CONFIG_HAVE_KERNEL_BZIP2=y
|
||||
|
||||
@@ -18,6 +18,11 @@ case $1 in
|
||||
mkinitramfs ${VERSION}
|
||||
grub-mkconfig -o /boot/grub/grub.cfg
|
||||
fi
|
||||
|
||||
if [ ! -f ${TARGET}/etc/modprobe.d/usb.conf ]; then
|
||||
cp ${TARGET}/usr/share/linux-${VERSION}/usb.conf \
|
||||
${TARGET}/etc/modprobe.d/usb.conf
|
||||
fi
|
||||
;;
|
||||
prerm)
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user