mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 19:32:48 +02:00
new upstream 0.6.2pre1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2775 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
3a8f64a618
commit
4d747a7b6c
@ -4,15 +4,15 @@ include $(TOPDIR)/rules.mk
|
|||||||
include ../../rules.mk
|
include ../../rules.mk
|
||||||
|
|
||||||
PKG_NAME := mini_fo
|
PKG_NAME := mini_fo
|
||||||
PKG_VERSION := 0.6.1pre1
|
PKG_VERSION := 0.6.2pre1
|
||||||
PKG_RELEASE := 1
|
PKG_RELEASE := 1
|
||||||
PKG_MD5SUM := 7e192e01b08023c7f3e63bf1c796bc14
|
PKG_MD5SUM := acd12157be25d7b3c8df90914049403e
|
||||||
|
|
||||||
PKG_SOURCE_URL := http://www.denx.de/twiki/pub/Know/MiniFOHome/
|
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_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
|
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||||
|
|
||||||
ifeq ($(KERNEL_DIR),)
|
ifeq ($(KERNEL_DIR),)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
diff -ruN mini_fo-old/Makefile mini_fo-new/Makefile
|
diff -Nur mini_fo-0-6-2-pre1/Makefile mini_fo-0-6-2-pre1.patched/Makefile
|
||||||
--- mini_fo-old/Makefile 2005-05-08 01:22:51.000000000 +0200
|
--- mini_fo-0-6-2-pre1/Makefile 2005-10-15 12:49:43.000000000 +0200
|
||||||
+++ mini_fo-new/Makefile 2005-08-15 04:37:22.000000000 +0200
|
+++ mini_fo-0-6-2-pre1.patched/Makefile 2005-12-25 14:03:36.864205250 +0100
|
||||||
@@ -26,36 +26,32 @@
|
@@ -26,36 +26,29 @@
|
||||||
# allow custom override of TOPINC for fistgen developers
|
# allow custom override of TOPINC for fistgen developers
|
||||||
-include fistdev.mk
|
-include fistdev.mk
|
||||||
|
|
||||||
@ -38,11 +38,11 @@ diff -ruN mini_fo-old/Makefile mini_fo-new/Makefile
|
|||||||
-
|
-
|
||||||
-${obj-m}: ${mini_fo-objs}
|
-${obj-m}: ${mini_fo-objs}
|
||||||
- $(LD) -o ${obj-m} -r ${mini_fo-objs}
|
- $(LD) -o ${obj-m} -r ${mini_fo-objs}
|
||||||
|
-
|
||||||
|
-tags:
|
||||||
|
- ctags -R -e
|
||||||
+ $(MAKE) -C ${KERNEL_SRC} SUBDIRS=$(shell pwd) modules
|
+ $(MAKE) -C ${KERNEL_SRC} SUBDIRS=$(shell pwd) modules
|
||||||
|
|
||||||
TAGS:
|
|
||||||
etags -t *.[hc]
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
ifeq ($(KERNELVERSION),2.6)
|
ifeq ($(KERNELVERSION),2.6)
|
||||||
- -make -C ${KERNEL_SRC} SUBDIRS=$(PWD) clean
|
- -make -C ${KERNEL_SRC} SUBDIRS=$(PWD) clean
|
||||||
|
Loading…
Reference in New Issue
Block a user