diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-26 14:49:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2016-02-26 14:49:17 +0000 |
commit | eced3b3a355199e1a1b51cba41689d9336d95c40 (patch) | |
tree | 84c0da0193f4b0a9b1c646eebb59596528d441cf /package/base-files/Makefile | |
parent | 578e8d6c588d7bf3875e395548d6f78a1e71208a (diff) | |
download | upstream-eced3b3a355199e1a1b51cba41689d9336d95c40.tar.gz upstream-eced3b3a355199e1a1b51cba41689d9336d95c40.tar.bz2 upstream-eced3b3a355199e1a1b51cba41689d9336d95c40.zip |
base-files: support passing mode to ucidef_set_led_netdev()
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48806
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 8c75b91940..8bb6225527 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:=167 +PKG_RELEASE:=168 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=usign/host |