luci/applications/luci-app-diag-devinfo/root/etc/config/luci_devinfo
Jo-Philipp Wich 1bb4822dca Rework LuCI build system
* Rename subdirectories to their repective OpenWrt package names
 * Make each LuCI module its own standalone package
 * Deploy a shared luci.mk which is used by each module Makefile

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-08 16:26:20 +01:00

20 lines
504 B
Text

config 'smap_scannet' 'SIP_LAN'
option 'enable' '0'
option 'interface' 'lan'
option 'subnet' '192.168.99.0/24'
config 'smap_scannet' 'SIP_WAN'
option 'enable' '0'
option 'interface' 'wan'
option 'subnet' '216.218.0.0/16'
config 'netdiscover_scannet' 'SCAN_LAN'
option 'enable' '0'
option 'interface' 'lan'
option 'subnet' '192.168.99.0/24'
config 'netdiscover_scannet' 'SCAN_WAN'
option 'enable' '0'
option 'interface' 'wan'
option 'subnet' '216.218.0.0/16'