diff options
author | Christian Pointner <equinox@helsinki.at> | 2013-09-19 18:10:13 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2013-09-19 18:10:13 (GMT) |
commit | bb2467ca0c1db2dc9476c3be0f428463aeac0bb0 (patch) | |
tree | cd68dd44a90cf0c21cfe066f08f34787e1263cb0 /openwrt | |
parent | 52f7d4766af2136199d78885cfbd4a6defcebdcb (diff) |
fixed lua path
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/rhctl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/rhctl/Makefile b/openwrt/rhctl/Makefile index a53aa39..ee4ae97 100644 --- a/openwrt/rhctl/Makefile +++ b/openwrt/rhctl/Makefile @@ -12,7 +12,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rhctl -PKG_REV:=107 +PKG_REV:=108 PKG_VERSION:=r$(PKG_REV) PKG_RELEASE:=1 |