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 | a044a43d066a3b1c1f718a09aca661e66d47b892 (patch) | |
tree | 6bbd3641a41bc2a1b5986feb03c760abc303aa96 /package/base-files/Makefile | |
parent | 9ae901445be2f33658142e401556818edbafaaf7 (diff) | |
download | upstream-a044a43d066a3b1c1f718a09aca661e66d47b892.tar.gz upstream-a044a43d066a3b1c1f718a09aca661e66d47b892.tar.bz2 upstream-a044a43d066a3b1c1f718a09aca661e66d47b892.zip |
base-files: make user_add() populate the shadow db as well
SVN-Revision: 32063
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 |