diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-22 22:25:42 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-01-22 22:25:42 +0000 |
commit | 6b9bf718816a9bada8dcfd38d7a05c38cd1cdc4c (patch) | |
tree | fe6f5485d1e7a722f5fe142634b93b8226dd8c67 /package/base-files/Makefile | |
parent | 0e81a543a92952e205aab5a31b095c1ec9196ca6 (diff) | |
download | upstream-6b9bf718816a9bada8dcfd38d7a05c38cd1cdc4c.tar.gz upstream-6b9bf718816a9bada8dcfd38d7a05c38cd1cdc4c.tar.bz2 upstream-6b9bf718816a9bada8dcfd38d7a05c38cd1cdc4c.zip |
base-files: add a uci-defaults script which will migrate the root password to /etc/shadow if needed
SVN-Revision: 29865
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 b88422acdf..94182a2394 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=102 +PKG_RELEASE:=103 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |