diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-05 17:40:32 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-06-05 17:40:32 +0000 |
commit | 4ea1d476a1bff514dafcd8758bdcad0ee3a0d7c4 (patch) | |
tree | f115c740c8f30112d9f9a68bd99c48ded378e370 /package/base-files/Makefile | |
parent | 75a299db504b662cf00e22e73215ab9f26204dc5 (diff) | |
download | upstream-4ea1d476a1bff514dafcd8758bdcad0ee3a0d7c4.tar.gz upstream-4ea1d476a1bff514dafcd8758bdcad0ee3a0d7c4.tar.bz2 upstream-4ea1d476a1bff514dafcd8758bdcad0ee3a0d7c4.zip |
[package] base-files: make user_add() populate the shadow db as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32063 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 41e6870353..a74d83cac6 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:=108 +PKG_RELEASE:=109 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |