mirror of https://github.com/hak5/openwrt.git
parent
1c47bcd5ec
commit
9d8526eeec
|
@ -3,16 +3,16 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
include ../../rules.mk
|
include ../../rules.mk
|
||||||
|
|
||||||
PKG_NAME := shfs
|
PKG_NAME:=shfs
|
||||||
PKG_VERSION := 0.35
|
PKG_VERSION:=0.35
|
||||||
PKG_RELEASE := 2
|
PKG_RELEASE:=2
|
||||||
PKG_MD5SUM := 016f49d71bc32eee2b5d11fc1600cfbe
|
PKG_MD5SUM:=016f49d71bc32eee2b5d11fc1600cfbe
|
||||||
|
|
||||||
PKG_SOURCE_URL := @SF/shfs
|
PKG_SOURCE_URL:=@SF/shfs
|
||||||
PKG_SOURCE := $(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_CAT := zcat
|
PKG_CAT:=zcat
|
||||||
|
|
||||||
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||||
|
|
||||||
ifeq ($(KERNEL_DIR),)
|
ifeq ($(KERNEL_DIR),)
|
||||||
|
|
Loading…
Reference in New Issue