mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 01:40:39 +02:00
set defaults for .pkginfo
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4052 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ad209c7066
commit
262b0cd565
@ -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…
Reference in New Issue
Block a user