diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-11-25 17:20:49 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-11-25 17:20:49 +0000 |
commit | 38fced86eeed50fc6e841f5b8f3abd285a286117 (patch) | |
tree | acf3d1987621088d58dbd17d1ed1f127960d8a55 /package/base-files/Makefile | |
parent | efd00e6240c959e9639a5e5bc964192adfef809f (diff) | |
download | mtk-20170518-38fced86eeed50fc6e841f5b8f3abd285a286117.zip mtk-20170518-38fced86eeed50fc6e841f5b8f3abd285a286117.tar.gz mtk-20170518-38fced86eeed50fc6e841f5b8f3abd285a286117.tar.bz2 |
base-files: add support for the morse LED trigger
Write "delay" and "message" options to their respective files,
allowing Morse code message configuration through UCI.
The delay (dit length) defaults to 150ms (about 8 words per minute,
suitable for beginners).
Signed-off-by: Petr Viktorin <encukou@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34380
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 972f96b..7a2e216 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:=119 +PKG_RELEASE:=120 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |