diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-01-10 13:14:30 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-01-10 13:14:30 (GMT) |
commit | 7043a6dfce69dd09722d8200ef518218f92b0e78 (patch) | |
tree | 2abd8983ae547e1ef7a1843b363039d99960e3b5 /openwrt/rhctl/Makefile | |
parent | 6218a84102038f95683cffbbde9fcf9fff8d2827 (diff) |
added new listener flags
Diffstat (limited to 'openwrt/rhctl/Makefile')
-rw-r--r-- | openwrt/rhctl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/rhctl/Makefile b/openwrt/rhctl/Makefile index cc2acac..0fe6fb9 100644 --- a/openwrt/rhctl/Makefile +++ b/openwrt/rhctl/Makefile @@ -18,7 +18,8 @@ PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://localhost/ -PKG_MD5SUM:=d406052350d01799bcf69ea2c575a436 +PKG_MD5SUM:=885cb8a68c2e2a61909ae6a9f976af50 + PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install |