diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-04 03:42:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-12-04 03:42:17 +0000 |
commit | cf716c04e697f13d8fd6373a76a5ba57f540f64e (patch) | |
tree | a6a2ff8f2ef405ee8a79e1e5ba92689d9d485512 /package/iwinfo/Makefile | |
parent | 0f2f3e734d6a4460e2002a0a98136c92ebb8450f (diff) | |
download | upstream-cf716c04e697f13d8fd6373a76a5ba57f540f64e.tar.gz upstream-cf716c04e697f13d8fd6373a76a5ba57f540f64e.tar.bz2 upstream-cf716c04e697f13d8fd6373a76a5ba57f540f64e.zip |
[package] iwinfo: add initial hardware detection capabilities
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29421 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iwinfo/Makefile')
-rw-r--r-- | package/iwinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iwinfo/Makefile b/package/iwinfo/Makefile index a661139794..db11844cfb 100644 --- a/package/iwinfo/Makefile +++ b/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=18 +PKG_RELEASE:=19 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |