diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-17 13:07:42 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-17 13:07:42 +0000 |
commit | 3339316fbe5f223522399a21ef8c655c77e27cf4 (patch) | |
tree | 860c5bb87344ce79b4fa7545e36752f3f4290480 /package/base-files/Makefile | |
parent | e0ad41ead8d5506159112d07c12a838d8f93174f (diff) | |
download | mtk-20170518-3339316fbe5f223522399a21ef8c655c77e27cf4.zip mtk-20170518-3339316fbe5f223522399a21ef8c655c77e27cf4.tar.gz mtk-20170518-3339316fbe5f223522399a21ef8c655c77e27cf4.tar.bz2 |
base-files: use json_is_a() in network.sh
SVN-Revision: 34733
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 6452a3e..ec69e0c 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/version.mk PKG_NAME:=base-files -PKG_RELEASE:=121 +PKG_RELEASE:=122 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |