mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-11 23:00:16 +02:00
Fix cifsmount install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@624 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4f9f5a9541
commit
fb107775a9
@ -19,10 +19,14 @@ $(PKG_IPK): $(PKG_BUILD_DIR)/sbin/mount.cifs
|
|||||||
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
|
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
|
||||||
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
|
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
|
||||||
|
|
||||||
|
$(IPKG_STATE_DIR)/info/$(PKG_NAME).list
|
||||||
|
$(IPKG) install $(PKG_IPK)
|
||||||
|
|
||||||
source:
|
source:
|
||||||
prepare:
|
prepare:
|
||||||
compile: $(PKG_IPK)
|
compile: $(PKG_IPK)
|
||||||
install:
|
install: $(IPKG_STATE_DIR)/info/$(PKG_NAME).list
|
||||||
$(IPKG) install $(PKG_IPK)
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(PKG_BUILD_DIR)
|
rm -rf $(PKG_BUILD_DIR)
|
||||||
|
rm -f $(PKG_IPK)
|
||||||
|
Loading…
Reference in New Issue
Block a user