diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-09-11 21:35:03 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-09-11 21:35:03 +0000 |
commit | bdaeaafbef1d931b313cae1046ff5ccb5004e4b9 (patch) | |
tree | 3da3016df32074d6fd32952c058c93f22f1fa946 /package/base-files/Makefile | |
parent | 1a60ab36d9f9ad8a4f1b0db3ebd9c5c2ba758232 (diff) | |
download | upstream-bdaeaafbef1d931b313cae1046ff5ccb5004e4b9.tar.gz upstream-bdaeaafbef1d931b313cae1046ff5ccb5004e4b9.tar.bz2 upstream-bdaeaafbef1d931b313cae1046ff5ccb5004e4b9.zip |
base-files: introduce a ready-to-use /etc/rc.local to let users run custom commands on init without creating custom init scripts
SVN-Revision: 17571
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 2f1ddd962f..4661a5a575 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=28 +PKG_RELEASE:=29 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ |