Default to using the kernel-headers package. mention dropbear.
Make rootfs be rootfs_$(ARCH)
This commit is contained in:
parent
a2368356e7
commit
59759b8f44
7
Makefile
7
Makefile
@ -88,13 +88,16 @@ endif
|
|||||||
# kernel you have already configured and you want to use that?
|
# kernel you have already configured and you want to use that?
|
||||||
#TARGETS+=linux
|
#TARGETS+=linux
|
||||||
#TARGETS+=user-mode-linux
|
#TARGETS+=user-mode-linux
|
||||||
TARGETS+=system-linux
|
#TARGETS+=system-linux
|
||||||
|
TARGETS+=kernel-headers
|
||||||
|
|
||||||
# The default minimal set
|
# The default minimal set
|
||||||
TARGETS+=busybox tinylogin
|
TARGETS+=busybox tinylogin
|
||||||
|
|
||||||
# Openssh...
|
# Openssh...
|
||||||
#TARGETS+=zlib openssl openssh
|
#TARGETS+=zlib openssl openssh
|
||||||
|
# Dropbear sshd is much smaller than openssl + openssh
|
||||||
|
#TARGETS+=dropbear_sshd
|
||||||
|
|
||||||
# Everything needed to build a full uClibc development system!
|
# Everything needed to build a full uClibc development system!
|
||||||
#TARGETS+=coreutils findutils bash make diffutils patch sed
|
#TARGETS+=coreutils findutils bash make diffutils patch sed
|
||||||
@ -160,7 +163,7 @@ TARGET_CROSS=$(STAGING_DIR)/bin/$(ARCH)-uclibc-
|
|||||||
TARGET_CC=$(TARGET_CROSS)gcc
|
TARGET_CC=$(TARGET_CROSS)gcc
|
||||||
STRIP=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note
|
STRIP=$(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note
|
||||||
#STRIP:=/bin/true
|
#STRIP:=/bin/true
|
||||||
IMAGE:=$(BASE_DIR)/root_fs
|
IMAGE:=$(BASE_DIR)/root_fs_$(ARCH)
|
||||||
GNU_TARGET_NAME=$(OPTIMIZE_FOR_CPU)-linux
|
GNU_TARGET_NAME=$(OPTIMIZE_FOR_CPU)-linux
|
||||||
KERNEL_CROSS=$(STAGING_DIR)/bin/$(ARCH)-uclibc-
|
KERNEL_CROSS=$(STAGING_DIR)/bin/$(ARCH)-uclibc-
|
||||||
HOST_ARCH:=$(shell $(HOSTCC) -dumpmachine | sed -e s'/-.*//' \
|
HOST_ARCH:=$(shell $(HOSTCC) -dumpmachine | sed -e s'/-.*//' \
|
||||||
|
Loading…
Reference in New Issue
Block a user