diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-03-23 12:44:10 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-03-23 12:44:10 +0000 |
commit | 8b867fc2afbc74228433d08cb8acfbe304c52158 (patch) | |
tree | 66124387ac9c31e1cfad99e3e9efa293bab7cd0d /package/base-files/Makefile | |
parent | 8ad3c5dce67d71252a45ae60f55d2d750d84d986 (diff) | |
download | upstream-8b867fc2afbc74228433d08cb8acfbe304c52158.tar.gz upstream-8b867fc2afbc74228433d08cb8acfbe304c52158.tar.bz2 upstream-8b867fc2afbc74228433d08cb8acfbe304c52158.zip |
base-files: also apply r36107 to files.old
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36112 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 741b3cca8d..fcc24e5282 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:=135 +PKG_RELEASE:=136 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |