diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -7,7 +7,7 @@ CRUXVERSION = 3.3 CUSTOMVERSION = COLLECTIONS = core opt xorg KERNEL_MIRROR = https://cdn.kernel.org -KERNEL_VERSION = 4.9.61 +KERNEL_VERSION = 4.14.14 KERNEL_PATCHES = BB_VERSION = 1.25.1 MEMTEST_VERSION = 5.01 @@ -32,7 +32,8 @@ ISO_PACKAGES = filesystem bash dash coreutils bzip2 e2fsprogs jfsutils \ attr acl libcap btrfs-progs lzo parted xz \ efibootmgr efivar gnu-efi libmpfr dosfstools \ libgcrypt libgpg-error popt cryptsetup start-stop-daemon \ - linux-firmware wpa_supplicant dbus libnl wireless-tools file + linux-firmware wpa_supplicant dbus libnl wireless-tools file \ + elfutils PORTS_core = $(shell /bin/ls -I README $(PORTS_DIR)/core) PORTS_opt = $(shell /bin/cat packages.opt) |