summaryrefslogtreecommitdiff
path: root/openwrt/package/shfs/ipkg
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-19 06:37:37 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-19 06:37:37 +0000
commitca36585be494a1e01722f72c9acde313e99028c8 (patch)
treed9fdb856efad3f1030b04510a0e511df0345cedc /openwrt/package/shfs/ipkg
parenta7d3d46037925a068e4a69474cfbcde10f0fdc47 (diff)
downloadmtk-20170518-ca36585be494a1e01722f72c9acde313e99028c8.zip
mtk-20170518-ca36585be494a1e01722f72c9acde313e99028c8.tar.gz
mtk-20170518-ca36585be494a1e01722f72c9acde313e99028c8.tar.bz2
Change shfs, uniformize package makefile
SVN-Revision: 684
Diffstat (limited to 'openwrt/package/shfs/ipkg')
-rw-r--r--openwrt/package/shfs/ipkg/kmod-shfs.control (renamed from openwrt/package/shfs/ipkg/kmod-shfs/CONTROL/control)0
-rw-r--r--openwrt/package/shfs/ipkg/rules111
-rw-r--r--openwrt/package/shfs/ipkg/shfs-utils.control (renamed from openwrt/package/shfs/ipkg/shfs-utils/CONTROL/control)0
-rw-r--r--openwrt/package/shfs/ipkg/version1
4 files changed, 0 insertions, 112 deletions
diff --git a/openwrt/package/shfs/ipkg/kmod-shfs/CONTROL/control b/openwrt/package/shfs/ipkg/kmod-shfs.control
index b7ce612..b7ce612 100644
--- a/openwrt/package/shfs/ipkg/kmod-shfs/CONTROL/control
+++ b/openwrt/package/shfs/ipkg/kmod-shfs.control
diff --git a/openwrt/package/shfs/ipkg/rules b/openwrt/package/shfs/ipkg/rules
deleted file mode 100644
index 2297c98..0000000
--- a/openwrt/package/shfs/ipkg/rules
+++ /dev/null
@@ -1,111 +0,0 @@
-#!/usr/bin/make -f
-
-ifneq ($(strip ${IPKG_RULES_INC}),)
- include $(IPKG_RULES_INC)
-endif
-
-##
-
-PKG_VERSION := $(shell cat ./ipkg/version)
-CURRENT_DIR := $(shell pwd)
-INSTALL_DIR ?= $(CURRENT_DIR)/ipkg-install
-
-unexport INSTALL_DIR
-
-I_KMOD_SHFS := ipkg/kmod-shfs
-I_SHFS_UTILS := ipkg/shfs-utils
-
-BUILD_DEPS = \
-
-##
-
-all: package
-
-
-.stamp-configured: $(BUILD_DEPS)
-
- touch .stamp-configured
-
-
-.stamp-built: .stamp-configured
-
- $(MAKE) \
- OFLAGS="$(TARGET_CFLAGS)" \
- CC="$(TARGET_CC)" \
- LINKER="$(TARGET_CC)" \
- KERNEL="$(LINUX_VERSION)" \
- KERNEL_SOURCES="$(LINUX_DIR)" \
- all
-
- touch .stamp-built
-
-
-$(INSTALL_DIR)/lib/modules/$(LINUX_VERSION)/shfs.o: .stamp-built
-
- mkdir -p $(INSTALL_DIR)
-
- $(MAKE) \
- ROOT="$(INSTALL_DIR)" \
- KERNEL="$(LINUX_VERSION)" \
- KERNEL_SOURCES="$(LINUX_DIR)" \
- install
-
-
-configure: .stamp-configured
-
-
-build: .stamp-built
-
-
-install: $(INSTALL_DIR)/lib/modules/$(LINUX_VERSION)/shfs.o
-
-
-package: $(INSTALL_DIR)/lib/modules/$(LINUX_VERSION)/shfs.o
-
- mkdir -p $(I_KMOD_SHFS)/lib/modules/$(LINUX_VERSION)
- cp -fpR $(INSTALL_DIR)/lib/modules/$(LINUX_VERSION)/kernel/fs/shfs/shfs.o \
- $(I_KMOD_SHFS)/lib/modules/$(LINUX_VERSION)/
- $(TARGET_CROSS)strip --remove-section=.comment --remove-section=.note \
- $(I_KMOD_SHFS)/lib/modules/$(LINUX_VERSION)/*.o
-
- mkdir -p $(I_SHFS_UTILS)/usr/sbin
- cp -fpR $(INSTALL_DIR)/usr/sbin/shfs{,u}mount $(I_SHFS_UTILS)/usr/sbin/
- cp -fpR $(INSTALL_DIR)/usr/sbin/mount.shfs $(I_SHFS_UTILS)/usr/sbin/
- $(STRIP) $(I_SHFS_UTILS)/usr/sbin/shfs*
-
- chmod 0755 ipkg/*/CONTROL/
- chmod 0644 ipkg/*/CONTROL/control
-
- perl -pi -e "s/^Arch.*:.*/Architecture: $(ARCH)/g" ipkg/*/CONTROL/control
-ifneq ($(strip $(PKG_VERSION)),)
- perl -pi -e "s/^Vers.*:.*/Version: $(PKG_VERSION)/g" ipkg/*/CONTROL/control
- perl -pi -e "s/^Vers.*:.*/Version: $(LINUX_VERSION)+$(PKG_VERSION)/g" $(I_KMOD_SHFS)/CONTROL/control
-endif
-
- $(IPKG_BUILD) $(I_KMOD_SHFS) $(IPKG_TARGET_DIR)
- $(IPKG_BUILD) $(I_SHFS_UTILS) $(IPKG_TARGET_DIR)
-
-
-clean:
-
- -$(MAKE) \
- ROOT="$(INSTALL_DIR)" \
- KERNEL="$(LINUX_VERSION)" \
- KERNEL_SOURCES="$(LINUX_DIR)" \
- uninstall clean
-
- rm -rf .stamp-* \
- $(INSTALL_DIR) \
- $(I_KMOD_SHFS)/lib \
- $(I_SHFS_UTILS)/usr \
-
-
-control:
-
- @cat $(I_KMOD_SHFS)/CONTROL/control
- @echo
- @cat $(I_SHFS_UTILS)/CONTROL/control
- @echo
-
-
-.PHONY: configure build install package clean control
diff --git a/openwrt/package/shfs/ipkg/shfs-utils/CONTROL/control b/openwrt/package/shfs/ipkg/shfs-utils.control
index af3b897..af3b897 100644
--- a/openwrt/package/shfs/ipkg/shfs-utils/CONTROL/control
+++ b/openwrt/package/shfs/ipkg/shfs-utils.control
diff --git a/openwrt/package/shfs/ipkg/version b/openwrt/package/shfs/ipkg/version
deleted file mode 100644
index 3a36fd6..0000000
--- a/openwrt/package/shfs/ipkg/version
+++ /dev/null
@@ -1 +0,0 @@
-0.35-2