diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-02 16:47:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-02 16:47:17 +0000 |
commit | 01f4a11a913fff2033b0f721c73e9140836dc23e (patch) | |
tree | e23ca7c700730086815cff884d8e0fb44943f26b /openwrt/package/wificonf/Makefile | |
parent | bd55c4bd02623dd73119209076f2ec560b0abf4c (diff) | |
download | mtk-20170518-01f4a11a913fff2033b0f721c73e9140836dc23e.zip mtk-20170518-01f4a11a913fff2033b0f721c73e9140836dc23e.tar.gz mtk-20170518-01f4a11a913fff2033b0f721c73e9140836dc23e.tar.bz2 |
bump wificonf version number, remove wl0_wet variable support
SVN-Revision: 2023
Diffstat (limited to 'openwrt/package/wificonf/Makefile')
-rw-r--r-- | openwrt/package/wificonf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/wificonf/Makefile b/openwrt/package/wificonf/Makefile index 4dd4529..f660833 100644 --- a/openwrt/package/wificonf/Makefile +++ b/openwrt/package/wificonf/Makefile @@ -3,7 +3,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wificonf -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_BUILD_DIR:=$(BUILD_DIR)/wificonf |