mirror of https://github.com/hak5/openwrt-owl.git
parent
ba3e833036
commit
24c25b071f
|
@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||||
define Package/kexec-tools
|
define Package/kexec-tools
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
DEPENDS:=@LINUX_2_6_X86 +zlib
|
DEPENDS:=@LINUX_2_6_X86||@LINUX_2_6_RDC +zlib
|
||||||
TITLE:=Kernel boots kernel
|
TITLE:=Kernel boots kernel
|
||||||
DESCRIPTION:=\
|
DESCRIPTION:=\
|
||||||
kexec is a set of systems call that allows you to load \\\
|
kexec is a set of systems call that allows you to load \\\
|
||||||
|
@ -32,7 +32,7 @@ endef
|
||||||
MAKE_FLAGS += \
|
MAKE_FLAGS += \
|
||||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||||
EXTRA_CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
|
EXTRA_CFLAGS="$(TARGET_CPPFLAGS) $(TARGET_CFLAGS)" \
|
||||||
BUILD_CFLAGS="-O2" \
|
BUILD_CFLAGS="-Os" \
|
||||||
LIBS="$(TARGET_LDFLAGS) -lz" \
|
LIBS="$(TARGET_LDFLAGS) -lz" \
|
||||||
install
|
install
|
||||||
|
|
||||||
|
|
|
@ -100,6 +100,7 @@ CONFIG_ISA_DMA_API=y
|
||||||
CONFIG_JFFS2_FS_DEBUG=0
|
CONFIG_JFFS2_FS_DEBUG=0
|
||||||
CONFIG_JFFS2_RUBIN=y
|
CONFIG_JFFS2_RUBIN=y
|
||||||
CONFIG_JFS_FS=m
|
CONFIG_JFS_FS=m
|
||||||
|
CONFIG_KEXEC=y
|
||||||
CONFIG_KTIME_SCALAR=y
|
CONFIG_KTIME_SCALAR=y
|
||||||
# CONFIG_KVM is not set
|
# CONFIG_KVM is not set
|
||||||
CONFIG_LBD=y
|
CONFIG_LBD=y
|
||||||
|
|
Loading…
Reference in New Issue