diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-03-08 00:21:25 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-03-08 00:21:25 +0000 |
commit | 8a6acee2e2c469eb4db82e1b96d79b63c4b07658 (patch) | |
tree | e82a543e0061ad9d6ed238e6f5bfa70e93e328dc /package/base-files/Makefile | |
parent | 5d57dbaebac08368eb84f3ece9a3ce845d86bdfd (diff) | |
download | upstream-8a6acee2e2c469eb4db82e1b96d79b63c4b07658.tar.gz upstream-8a6acee2e2c469eb4db82e1b96d79b63c4b07658.tar.bz2 upstream-8a6acee2e2c469eb4db82e1b96d79b63c4b07658.zip |
sysupgrade: install /bin/sleep into ramdisk too and add completition notice (#4747)
SVN-Revision: 14784
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 437952d72f..33e8237819 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007 OpenWrt.org +# Copyright (C) 2007-2009 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=15 +PKG_RELEASE:=16 PKG_FILE_DEPEND:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |