Skip to content
Snippets Groups Projects
Commit f2113df3 authored by Mike Baker's avatar Mike Baker
Browse files

set defaults for .pkginfo

SVN-Revision: 4052
parent e6dd6901
No related branches found
No related tags found
No related merge requests found
KERNEL:=kernel
BOARD:=board
LINUX_VERSION:=kernel
ifneq ($(DUMP),1) ifneq ($(DUMP),1)
include $(TOPDIR)/.kernel.mk include $(TOPDIR)/.kernel.mk
KERNEL:=unknown
ifneq (,$(findstring 2.4.,$(LINUX_VERSION))) ifneq (,$(findstring 2.4.,$(LINUX_VERSION)))
KERNEL:=2.4 KERNEL:=2.4
LINUX_KMOD_SUFFIX=o LINUX_KMOD_SUFFIX=o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment