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 | 6e73100387c9844134295d979f3cc9d9e893497e (patch) | |
tree | 2601b69902fe10ccc5fd4121f519a88946eb5817 /package/base-files/Makefile | |
parent | 05a49dda439cb9676a9455c4d46dc72dbdc61727 (diff) | |
download | master-187ad058-6e73100387c9844134295d979f3cc9d9e893497e.tar.gz master-187ad058-6e73100387c9844134295d979f3cc9d9e893497e.tar.bz2 master-187ad058-6e73100387c9844134295d979f3cc9d9e893497e.zip |
base-files: support passing mode to ucidef_set_led_netdev()
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48806 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 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 |