base-files: config_generate: honour port_mask property (#20963)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47609
This commit is contained in:
parent
c52d6d4f45
commit
6d3901bf76
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||
include $(INCLUDE_DIR)/version.mk
|
||||
|
||||
PKG_NAME:=base-files
|
||||
PKG_RELEASE:=162
|
||||
PKG_RELEASE:=163
|
||||
|
||||
PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/
|
||||
PKG_BUILD_DEPENDS:=opkg/host usign/host
|
||||
|
|
|
@ -123,7 +123,7 @@ generate_led() {
|
|||
|
||||
json_select led
|
||||
json_select $key
|
||||
json_get_vars name sysfs type trigger device interface default
|
||||
json_get_vars name sysfs type trigger device interface default port_mask
|
||||
json_select ..
|
||||
json_select ..
|
||||
|
||||
|
|
Loading…
Reference in a new issue