base-files: config_generate: honour port_mask property (#20963)

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 47609
v19.07.3_mercusys_ac12_duma
Jo-Philipp Wich 9 years ago
parent c52d6d4f45
commit 6d3901bf76

@ -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…
Cancel
Save