diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-07-20 09:25:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-07-20 09:25:49 +0000 |
commit | c475e599b47c83b875adbf4d8011e00f5da6a4ff (patch) | |
tree | e39678b0d81b31797cd121e3c79fe1ca14d61bd6 /package/base-files/Makefile | |
parent | a5ad1e9ad7718c8bbe26ea4881fa5ea85d35844e (diff) | |
download | master-187ad058-c475e599b47c83b875adbf4d8011e00f5da6a4ff.tar.gz master-187ad058-c475e599b47c83b875adbf4d8011e00f5da6a4ff.tar.bz2 master-187ad058-c475e599b47c83b875adbf4d8011e00f5da6a4ff.zip |
base-files: add mtd_get_part_size helper
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37475 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 3bdb0a8d3f..9c226c40af 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:=142 +PKG_RELEASE:=143 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |