mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 18:15:00 +02:00
.pkginfo cleanup #2
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4053 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
262b0cd565
commit
9dfcb239f2
@ -1,4 +1,4 @@
|
|||||||
include $(INCLUDE_DIR)/modules-$(KERNEL).mk
|
-include $(INCLUDE_DIR)/modules-$(KERNEL).mk
|
||||||
|
|
||||||
LINUX_SOURCE:=linux-$(LINUX_VERSION).tar.bz2
|
LINUX_SOURCE:=linux-$(LINUX_VERSION).tar.bz2
|
||||||
LINUX_SITE=http://www.us.kernel.org/pub/linux/kernel/v$(KERNEL) \
|
LINUX_SITE=http://www.us.kernel.org/pub/linux/kernel/v$(KERNEL) \
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
KERNEL:=kernel
|
ifeq ($(DUMP),1)
|
||||||
BOARD:=board
|
KERNEL:=<KERNEL>
|
||||||
LINUX_VERSION:=kernel
|
BOARD:=<BOARD>
|
||||||
|
LINUX_VERSION:=<LINUX_VERSION>
|
||||||
ifneq ($(DUMP),1)
|
else
|
||||||
include $(TOPDIR)/.kernel.mk
|
-include $(TOPDIR)/.kernel.mk
|
||||||
|
|
||||||
ifneq (,$(findstring 2.4.,$(LINUX_VERSION)))
|
ifneq (,$(findstring 2.4.,$(LINUX_VERSION)))
|
||||||
KERNEL:=2.4
|
KERNEL:=2.4
|
||||||
|
@ -18,6 +18,9 @@ ifneq ($(DUMP),1)
|
|||||||
TARGET:=-$(BOARD)-$(KERNEL)
|
TARGET:=-$(BOARD)-$(KERNEL)
|
||||||
UCLIBC_VERSION:=${shell cat $(STAGING_DIR)/uclibc_version}
|
UCLIBC_VERSION:=${shell cat $(STAGING_DIR)/uclibc_version}
|
||||||
LIBGCC_VERSION:=${shell cat $(STAGING_DIR)/gcc_version}
|
LIBGCC_VERSION:=${shell cat $(STAGING_DIR)/gcc_version}
|
||||||
|
else
|
||||||
|
UCLIBC_VERSION:=<UCLIBC_VERSION>
|
||||||
|
LIBGCC_VERSION:=<LIBGCC_VERSION>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CONFIG_PACKAGE_base-files$(TARGET):=$(CONFIG_PACKAGE_base-files)
|
CONFIG_PACKAGE_base-files$(TARGET):=$(CONFIG_PACKAGE_base-files)
|
||||||
|
Loading…
Reference in New Issue
Block a user