c91a2a0994
- syslinux: menu.c32 works - features: initial draft + memtest - mv pkg/ pkg.in/ + server-base: include openssh-blacklist by default - mv isodata/ copy/ - README: changed to utf8, added an URL
18 lines
357 B
Makefile
18 lines
357 B
Makefile
default: all
|
|
|
|
include ../globals.mk
|
|
include ../functions.mk
|
|
include $(MKIMAGE_PREFIX)/config.mk
|
|
include $(GLOBAL_BUILDDIR)/.config.mk
|
|
|
|
IMAGE_PACKAGES = $(KERNEL_PACKAGES) \
|
|
$(COMMON_PACKAGES) \
|
|
$(INSTALL2_PACKAGES) \
|
|
./packages
|
|
|
|
MKI_PACK_RESULTS = squash:altinst
|
|
|
|
include $(MKIMAGE_PREFIX)/targets.mk
|
|
|
|
all: build-image run-image-scripts pack-image
|