diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-03 13:31:59 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-04-03 13:31:59 +0000 |
commit | 10c00a63684c778d05306f5d3c8ea1a262a6ced2 (patch) | |
tree | a3b6c250df97da7d0ce0be79709ecb0a7add1373 /package/base-files/Makefile | |
parent | a0a640003469941c9067d8fab6e272a088aa45d8 (diff) | |
download | mtk-20170518-10c00a63684c778d05306f5d3c8ea1a262a6ced2.zip mtk-20170518-10c00a63684c778d05306f5d3c8ea1a262a6ced2.tar.gz mtk-20170518-10c00a63684c778d05306f5d3c8ea1a262a6ced2.tar.bz2 |
base-files: also regenerate wifi config if existing config contains only whitespace
SVN-Revision: 20669
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 856340f..b4942d9 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=41 +PKG_RELEASE:=42 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |