diff options
author | Steven Barth <steven@midlink.org> | 2012-12-27 14:10:01 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2012-12-27 14:10:01 +0000 |
commit | 625d2318ae3857eddd72a44ca7094453e38c1d07 (patch) | |
tree | b193a65a0442d9cfd31b61ce736597bb7ffd3dc9 /package/base-files/Makefile | |
parent | f05d5c0c05e0dda635c3e4c2fc6cb936eab49c81 (diff) | |
download | upstream-625d2318ae3857eddd72a44ca7094453e38c1d07.tar.gz upstream-625d2318ae3857eddd72a44ca7094453e38c1d07.tar.bz2 upstream-625d2318ae3857eddd72a44ca7094453e38c1d07.zip |
base-files: Fix a typo in config_list_foreach
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34893 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 63350f822a..0e72c188d5 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:=122 +PKG_RELEASE:=123 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |