set defaults for .pkginfo

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4052 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Mike Baker 2006-06-23 00:04:24 +00:00
parent f50ad34d1b
commit 72e02bf7ae
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
KERNEL:=kernel
BOARD:=board
LINUX_VERSION:=kernel
ifneq ($(DUMP),1)
include $(TOPDIR)/.kernel.mk
KERNEL:=unknown
ifneq (,$(findstring 2.4.,$(LINUX_VERSION)))
KERNEL:=2.4
LINUX_KMOD_SUFFIX=o