mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-12 21:55:38 +00:00
set defaults for .pkginfo
SVN-Revision: 4052
This commit is contained in:
parent
e6dd6901e6
commit
f2113df321
@ -1,7 +1,10 @@
|
|||||||
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user