projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix asus deluxe serial console (broken by v4 support patch)
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
fuse
/
Makefile
diff --git
a/openwrt/target/linux/package/fuse/Makefile
b/openwrt/target/linux/package/fuse/Makefile
index
8b997d6
..
d4171d1
100644
(file)
--- a/
openwrt/target/linux/package/fuse/Makefile
+++ b/
openwrt/target/linux/package/fuse/Makefile
@@
-1,11
+1,12
@@
# $Id$
include $(TOPDIR)/rules.mk
# $Id$
include $(TOPDIR)/rules.mk
+include ../../rules.mk
PKG_NAME:=fuse
PKG_NAME:=fuse
-PKG_VERSION:=2.
2.1
+PKG_VERSION:=2.
3.0
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_MD5SUM:=
250d89b9c7b6ecf531df60c67f75737d
+PKG_MD5SUM:=
0bee98df5b2a29841f75fc188975eabc
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@
-31,7
+32,6
@@
$(PKG_BUILD_DIR)/.configured:
touch include/config.h.in ; \
touch configure ; \
$(TARGET_CONFIGURE_OPTS) \
touch include/config.h.in ; \
touch configure ; \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS)" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
@@
-55,8
+55,8
@@
$(PKG_BUILD_DIR)/.configured:
--enable-shared \
--enable-static \
--enable-kernel-module \
--enable-shared \
--enable-static \
--enable-kernel-module \
- --
en
able-lib \
- --
en
able-util \
+ --
dis
able-lib \
+ --
dis
able-util \
--disable-example \
--disable-auto-modprobe \
--with-kernel=$(KERNEL_DIR) \
--disable-example \
--disable-auto-modprobe \
--with-kernel=$(KERNEL_DIR) \
@@
-66,6
+66,7
@@
$(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
$(PKG_BUILD_DIR)/.built:
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
+ ARCH="$(LINUX_KARCH)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
SUBDIRS="kernel" \
all install
DESTDIR="$(PKG_INSTALL_DIR)" \
SUBDIRS="kernel" \
all install
This page took
0.019798 seconds
and
4
git commands to generate.