diff options
author | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-17 22:24:45 +0000 |
---|---|---|
committer | luka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-17 22:24:45 +0000 |
commit | 2c8705346a0f5714c9d3b9d5d99b007dfaf7a394 (patch) | |
tree | 1a9f1652a0918128442e9b554e0bacee0e25e1cc /package/base-files/Makefile | |
parent | 7dda210fffecab6bbdc476bfc46f087e35a27975 (diff) |
[package] base-files/busybox: move ntpd init script from base-files to busybox
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37383 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 fa2081f8d4..3bdb0a8d3f 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:=141 +PKG_RELEASE:=142 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |