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 | 2e6a28720c5f16f2cc5b3e7cc7cee772716272b3 (patch) | |
tree | 10eedb3548491cd4214061611353b6349808f25e /package/base-files/Makefile | |
parent | ed8ca02154660d3769382936847c940c65bfe1d6 (diff) | |
download | master-187ad058-2e6a28720c5f16f2cc5b3e7cc7cee772716272b3.tar.gz master-187ad058-2e6a28720c5f16f2cc5b3e7cc7cee772716272b3.tar.bz2 master-187ad058-2e6a28720c5f16f2cc5b3e7cc7cee772716272b3.zip |
base-files: use json_is_a() in network.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34733 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 6452a3ecb0..ec69e0cb3c 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 |