diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-01-10 19:43:00 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-10 19:43:00 +0000 |
| commit | ea35a1edbebfa01ee51e625e670a65fa985fc1b5 (patch) | |
| tree | dbdaf951693481c46030073d2fe14fe6b87b2d88 /openwrt/target/linux/package/fuse | |
| parent | 60cc7e45d753052032679a2ce4f4e323ee1da8f6 (diff) | |
| download | mtk-20170518-ea35a1edbebfa01ee51e625e670a65fa985fc1b5.zip mtk-20170518-ea35a1edbebfa01ee51e625e670a65fa985fc1b5.tar.gz mtk-20170518-ea35a1edbebfa01ee51e625e670a65fa985fc1b5.tar.bz2 | |
large target/linux cleanup
SVN-Revision: 2877
Diffstat (limited to 'openwrt/target/linux/package/fuse')
| -rw-r--r-- | openwrt/target/linux/package/fuse/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/openwrt/target/linux/package/fuse/Makefile b/openwrt/target/linux/package/fuse/Makefile index 60134b7..62d6df3 100644 --- a/openwrt/target/linux/package/fuse/Makefile +++ b/openwrt/target/linux/package/fuse/Makefile @@ -15,13 +15,9 @@ PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install -ifeq ($(KERNEL_DIR),) -KERNEL_DIR:=$(LINUX_DIR) -endif - include $(TOPDIR)/package/rules.mk -$(eval $(call PKG_template,KMOD_FUSE,kmod-fuse,$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel ($(LINUX_VERSION)-$(BOARD)-$(KERNEL_RELEASE)))) +$(eval $(call PKG_template,KMOD_FUSE,kmod-fuse,$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel ($(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE)))) $(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); \ @@ -60,7 +56,7 @@ $(PKG_BUILD_DIR)/.configured: --disable-util \ --disable-example \ --disable-auto-modprobe \ - --with-kernel=$(KERNEL_DIR) \ + --with-kernel=$(LINUX_DIR) \ --disable-mtab \ ); touch $@ |
