X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=Makefile;h=84c9221595f947f9196b53951fb96eed5193944a;hb=da277e4a51db02e38bd9c0cde11aa40bebaef5fc;hp=cd430aad1648283c4c31e8d2ceb5d3370bef7443;hpb=885091ac4326fa344c3831532daf01a0c6a4eeb8;p=blast diff --git a/Makefile b/Makefile index cd430aa..84c9221 100644 --- a/Makefile +++ b/Makefile @@ -180,7 +180,8 @@ ifdef modules include $(addsuffix .mk, $(addprefix modules/, $(subst ${comma_},${space_},${modules}))) endif -ifeq "${ARCH}" "amd64" +ifeq "$(findstring linux-image, ${PACKAGES})" "linux-image" +else ifeq "${ARCH}" "amd64" PACKAGES += linux-image-amd64 else ifeq "${ARCH}" "i386" PACKAGES += linux-image-686