Searched refs:option (Results 1 - 25 of 45) sorted by relevance

12

/openwrt/package/network/services/dnsmasq/files/
H A Ddhcp.conf2 option domainneeded 1
3 option boguspriv 1
4 option filterwin2k 0 # enable for dial on demand
5 option localise_queries 1
6 option rebind_protection 1 # disable if upstream must serve RFC1918 addresses
7 option rebind_localhost 1 # enable for RBL checking and similar services
9 option local '/lan/'
10 option domain 'lan'
11 option expandhosts 1
12 option nonegcach
[all...]
H A Ddnsmasq.init51 "refusing to start, use 'option force 1' to override"
64 local option="$2"
67 config_get_bool _loctmp "$section" "$option" 0
73 local option="$2"
76 config_get _loctmp "$section" "$option"
365 config_get option "$cfg" dhcp_option
366 for o in $option; do
367 xappend "--dhcp-option${force:+-force}=tag:$tag,$o"
463 xappend "--dhcp-option${force:+-force}=${networkid:+$networkid,}$o"
/openwrt/package/system/opkg/files/
H A Dopkg-smime.conf4 option overlay_root /overlay
5 option check_signature 1
6 option signature_ca_file /etc/ssl/certs/opkg.pem
H A Dopkg.conf4 option overlay_root /overlay
/openwrt/docs/
H A Dwireless.tex3 it should detect your card and create a sample configuration file. By default '\texttt{option network lan}' is
16 option type "broadcom"
17 option channel "5"
20 option device "wl0"
21 # option network lan
22 option mode "ap"
23 option ssid "OpenWrt"
24 option hidden "0"
25 option encryption "none"
32 option typ
[all...]
H A Dnetwork.tex9 option ifname "eth0"
10 option proto "static"
11 option ipaddr "192.168.1.1"
12 option netmask "255.255.255.0"
13 option gateway "192.168.1.254"
14 option dns "192.168.1.254"
21 option type "bridge"
30 option ifname "eth0.15"
31 option proto "none"
45 option ifnam
[all...]
H A Dconfig.tex6 Every option has a name and a value and is assigned to the section
13 option <name> "<value>" # Option
45 # commands to be run for every option
49 You can also alter \texttt{option\_cb} from \texttt{config\_cb} based on the section type.
77 # print the value of the option
78 config_get <section> <option>
81 config_get <variable> <section> <option>
84 In busybox ash the three-option \texttt{config\_get} is faster, because it does not
93 config_set <section> <option> <value>
H A Dnetwork-scripts.tex15 After running \texttt{scan\_interfaces}, the \texttt{'ifname'} option will always contain
18 option.
/openwrt/package/kernel/mac80211/files/lib/wifi/
H A Dmac80211.sh95 [ -n $htmode ] && append ht_capab " option htmode $htmode" "$N"
107 dev_id=" option path '$path'"
109 dev_id=" option macaddr $(cat /sys/class/ieee80211/${dev}/macaddress)"
114 option type mac80211
115 option channel ${channel}
116 option hwmode 11${mode_band}
120 option disabled 1
123 option device radio$devidx
124 option network lan
125 option mod
[all...]
/openwrt/target/linux/ar71xx/base-files/etc/uci-defaults/
H A D03_network-switchX-migration10 local option=$2
15 config_get val "$config" $option
18 uci_set network "$config" $option $newname
/openwrt/target/linux/at91/legacy/profiles/
H A Dcalamp.mk14 kmod-usb-serial-option \
/openwrt/target/linux/au1000/au1500/profiles/
H A DInternetBox.mk10 PACKAGES:=kmod-ath5k kmod-usb-core kmod-usb-ohci kmod-usb-serial kmod-usb-serial-option \
/openwrt/package/kernel/hostap-driver/files/lib/wifi/
H A Dhostap.sh253 option type prism2
254 option channel 11
255 option macaddr $(cat /sys/class/net/${dev}/address)
258 option disabled 1
261 option device radio$devidx
262 option network lan
263 option mode ap
264 option ssid OpenWrt
265 option encryption none
/openwrt/package/base-files/files/lib/
H A Dfunctions.sh65 option () { function
91 # config_get <variable> <section> <option> [<default>]
92 # config_get <section> <option>
100 # config_get_bool <variable> <section> <option> [<default>]
114 local option="$2"
119 option "$option" "$value"
141 local option="$1"; shift
147 config_get len "${section}" "${option}_LENGTH"
150 config_get val "${section}" "${option}_ITE
[all...]
/openwrt/target/linux/ramips/base-files/sbin/
H A Dfixup-mac-address27 Unknown option/argument '$1'
/openwrt/package/kernel/broadcom-wl/files/lib/wifi/
H A Dbroadcom.sh461 option type broadcom
462 option channel ${channel:-11}
463 option txantenna 3
464 option rxantenna 3
466 option disabled 1
469 option device wl${i}
470 option network lan
471 option mode ap
472 option ssid OpenWrt${i#0}
473 option encryptio
[all...]
/openwrt/scripts/config/
H A Dzconf.l1 %option nostdinit noyywrap never-interactive full ecs
2 %option 8bit nodefault perf-report perf-report
3 %option noinput
/openwrt/include/
H A Dhost.mk24 host-cc-option = $(call try-run, \
/openwrt/package/libs/popt/
H A DMakefile32 TITLE:=A command line option parsing library
/openwrt/target/linux/ar71xx/generic/profiles/
H A Dpcs.mk59 option for their Skydog cloud-managed Wifi solution.
77 option for their Skydog cloud-managed Wifi solution.
/openwrt/tools/firmware-utils/src/
H A Dmktitanimg.c126 int num_sects = 2; /* We require exactly two image with -i option
237 /* Write out all specified images (with -i option) */
398 /* Check if -v option was specified (no arg needed) */
677 CMDLINE_ERR_INVKEY = -3, /* Invalid option key */
680 CMDLINE_ERR_ILLOPT = -6, /* Option not allowed (illegal option) */
682 CMDLINE_ERR_OPTMIS = -8 /* A mandatory option is missing */
692 /* Master control block for an option */
703 CMDLINE_ARGS opt_args[26]; /* Array of MCBs for each option ('a' through 'z') */
724 /* ERROR: Wrong option */
739 /* Return number of arguments for this option */
891 int i, option=0; local
[all...]
/openwrt/package/network/config/qos-scripts/files/usr/lib/qos/
H A Dgenerate.sh49 for option in $options; do
50 case "$option" in
61 for option in $options; do
62 config_get value "$section" "$option"
64 case "$pkt:$option" in
78 case "$option" in
/openwrt/package/base-files/files/sbin/
H A Dsysupgrade42 echo "Invalid option: $1"
58 Usage: $0 [<upgrade-option>...] <image file or URL>
61 upgrade-option:
/openwrt/scripts/flashing/
H A Djungo-image.py113 print "No MAC address found! (use -f option)"
150 def telnet_option(sock,cmd,option):
151 #print "Option: %d %d" % (ord(cmd), ord(option))
156 sock.sendall(telnetlib.IAC + c + option)
/openwrt/package/system/fstools/
H A DMakefile50 This option makes it possible to use extroot functionality if the root filesystem resides on an UBIFS partition

Completed in 269 milliseconds

12