base-files: config_generate: honour port_mask property (#20963)
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 24 Nov 2015 13:39:53 +0000 (13:39 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 24 Nov 2015 13:39:53 +0000 (13:39 +0000)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47609

package/base-files/Makefile
package/base-files/files/bin/config_generate

index b076dd94453564bfab9c554be7c5aab7f42964f4..cbd8ac0b711fbcab8508f8789b3d54db74b5100f 100644 (file)
@@ -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
index 7bec566f3f7957ec915a8c77be4c110bc2aa9503..0c8df16840ba70b7b56352311effd144bcdd6f2c 100755 (executable)
@@ -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 ..