new upstream 0.6.2pre1
SVN-Revision: 2775
This commit is contained in:
parent
c4524921e8
commit
a5a4129e57
2 changed files with 11 additions and 11 deletions
|
@ -4,15 +4,15 @@ include $(TOPDIR)/rules.mk
|
|||
include ../../rules.mk
|
||||
|
||||
PKG_NAME := mini_fo
|
||||
PKG_VERSION := 0.6.1pre1
|
||||
PKG_VERSION := 0.6.2pre1
|
||||
PKG_RELEASE := 1
|
||||
PKG_MD5SUM := 7e192e01b08023c7f3e63bf1c796bc14
|
||||
PKG_MD5SUM := acd12157be25d7b3c8df90914049403e
|
||||
|
||||
PKG_SOURCE_URL := http://www.denx.de/twiki/pub/Know/MiniFOHome/
|
||||
PKG_SOURCE := mini_fo-0-6-1-pre1.tar.bz2
|
||||
PKG_SOURCE := mini_fo-0-6-2-pre1.tar.bz2
|
||||
PKG_CAT := bzcat
|
||||
|
||||
PKG_BUILD_DIR := $(BUILD_DIR)/mini_fo
|
||||
PKG_BUILD_DIR := $(BUILD_DIR)/mini_fo-0-6-2-pre1
|
||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||
|
||||
ifeq ($(KERNEL_DIR),)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
diff -ruN mini_fo-old/Makefile mini_fo-new/Makefile
|
||||
--- mini_fo-old/Makefile 2005-05-08 01:22:51.000000000 +0200
|
||||
+++ mini_fo-new/Makefile 2005-08-15 04:37:22.000000000 +0200
|
||||
@@ -26,36 +26,32 @@
|
||||
diff -Nur mini_fo-0-6-2-pre1/Makefile mini_fo-0-6-2-pre1.patched/Makefile
|
||||
--- mini_fo-0-6-2-pre1/Makefile 2005-10-15 12:49:43.000000000 +0200
|
||||
+++ mini_fo-0-6-2-pre1.patched/Makefile 2005-12-25 14:03:36.864205250 +0100
|
||||
@@ -26,36 +26,29 @@
|
||||
# allow custom override of TOPINC for fistgen developers
|
||||
-include fistdev.mk
|
||||
|
||||
|
@ -38,11 +38,11 @@ diff -ruN mini_fo-old/Makefile mini_fo-new/Makefile
|
|||
-
|
||||
-${obj-m}: ${mini_fo-objs}
|
||||
- $(LD) -o ${obj-m} -r ${mini_fo-objs}
|
||||
-
|
||||
-tags:
|
||||
- ctags -R -e
|
||||
+ $(MAKE) -C ${KERNEL_SRC} SUBDIRS=$(shell pwd) modules
|
||||
|
||||
TAGS:
|
||||
etags -t *.[hc]
|
||||
|
||||
clean:
|
||||
ifeq ($(KERNELVERSION),2.6)
|
||||
- -make -C ${KERNEL_SRC} SUBDIRS=$(PWD) clean
|
||||
|
|
Loading…
Reference in a new issue