Searched refs:config (Results 1 - 25 of 337) sorted by relevance

1234567891011>>

/netgear-R7800-V1.0.2.28/package/qca-nss-drv/files/
H A Dqca-nss-drv.conf0 config nss_firmware 'qca_nss_0'
3 config nss_firmware 'qca_nss_1'
/netgear-R7800-V1.0.2.28/scripts/
H A Dkconfig.pl16 my $config = shift;
21 if (!defined($config->{$idx}) or !$mod_plus or
22 $config->{$idx} eq '#undef' or $newval eq 'y') {
23 $config->{$idx} = $newval;
30 my %config;
36 set_config(\%config, $1, $2, $mod_plus);
40 set_config(\%config, $1, "#undef", $mod_plus);
46 return \%config;
53 my %config;
55 foreach my $config (key
[all...]
H A Ddiffconfig.sh2 grep \^CONFIG_TARGET_ .config | head -n3 > tmp/.diffconfig.head
3 grep '^CONFIG_ALL=y' .config >> tmp/.diffconfig.head
4 grep '^CONFIG_DEVEL=y' .config >> tmp/.diffconfig.head
5 grep '^CONFIG_TOOLCHAINOPTS=y' .config >> tmp/.diffconfig.head
6 ./scripts/config/conf -D tmp/.diffconfig.head -w tmp/.diffconfig.stage1 Config.in >/dev/null
7 ./scripts/kconfig.pl '>+' tmp/.diffconfig.stage1 .config >> tmp/.diffconfig.head
8 ./scripts/config/conf -D tmp/.diffconfig.head -w tmp/.diffconfig.stage2 Config.in >/dev/null
9 ./scripts/kconfig.pl '>' tmp/.diffconfig.stage2 .config >> tmp/.diffconfig.head
/netgear-R7800-V1.0.2.28/package/trafficmeter/files/sbin/
H A Dgenerate_traffic_meter_conf2 config="/bin/config"
3 wan_proto="$($config get wan_proto)"
11 endis_traffic_meter="$($config get endis_traffic)"
12 control_type="$($config get ctrl_volumn_time)"
13 volume_control_type="$($config get limit)"
14 monthly_volume_limit="$($config get mon_volumn_limit)"
15 round_up_data="$($config get round_up)"
16 monthly_time_limit="$($config get mon_time_limit)"
17 restart_day="$($config ge
[all...]
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/include/linux/touchscreen/
H A Dts_filter_mean.h22 struct ts_filter_configuration config; member in struct:ts_filter_mean_configuration
H A Dts_filter_group.h31 struct ts_filter_configuration config; member in struct:ts_filter_group_configuration
H A Dts_filter_median.h27 struct ts_filter_configuration config; member in struct:ts_filter_median_configuration
/netgear-R7800-V1.0.2.28/package/base-files/files/sbin/
H A Dcmd_sipalg3 config=/bin/config
8 if [ "$($config get wan_endis_sipalg)" != "1" ]; then
/netgear-R7800-V1.0.2.28/package/dnippp/files/
H A Dpppoa.sh7 local config="$2"
9 config_get device "$config" device
10 config_get vpi "$config" vpi
11 config_get vci "$config" vci
17 config_get encaps "$config" encaps
25 start_pppd "$config" \
/netgear-R7800-V1.0.2.28/target/linux/ipq806x/base-files/etc/init.d/
H A Dboot12 [ -f /proc/net/vlan/config ] && vconfig set_name_type DEV_PLUS_VID_NO_PAD
33 echo "$(/bin/config get netbiosname)" > /proc/sys/kernel/hostname
40 if [ "$(/bin/config get factory_mode)" = "1" ] && [ "$(/bin/config get faccalibra)" != "1" ]; then
50 /bin/config set faccalibra=1
52 if [ ! -s /etc/config/nowan -o ! -s /etc/config/lanwan ]; then
53 cp /rom/etc/config/* /etc/config
66 [ "x$(/bin/config ge
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ipq806x/base-files/sbin/
H A Dprinthosts3 ip=$(/bin/config get lan_ipaddr)
4 name=$(/bin/config get netbiosname)
6 name=$(/bin/config get Device_name)
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/base-files/etc/init.d/
H A Ddefconfig16 if [ ! -e /etc/config/$f ]; then
17 cp /etc/defconfig/$board/$f /etc/config/
/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/base-files/etc/init.d/
H A Ddefconfig14 if [ ! -e /etc/config/$f ]; then
15 cp /etc/defconfig/$board_name/$f /etc/config/
/netgear-R7800-V1.0.2.28/target/linux/mpc83xx/base-files/etc/uci-defaults/
H A Dnetwork6 [ -e /etc/config/network ] && exit 0
8 touch /etc/config/network
/netgear-R7800-V1.0.2.28/package/hotplug2/files/
H A Dusb_modem_hotplug11 /bin/config set mobile_modem_model=""
12 /bin/config set mobile_vendor_name=""
/netgear-R7800-V1.0.2.28/include/
H A Dkernel-defaults.mk60 mv $(LINUX_DIR)/.config $(LINUX_DIR)/.config.old
61 grep -v -e INITRAMFS -e CONFIG_RD_ -e CONFIG_BLK_DEV_INITRD $(LINUX_DIR)/.config.old > $(LINUX_DIR)/.config
62 echo 'CONFIG_BLK_DEV_INITRD=y' >> $(LINUX_DIR)/.config
63 echo 'CONFIG_INITRAMFS_SOURCE="$(strip $(TARGET_DIR) $(INITRAMFS_EXTRA_FILES))"' >> $(LINUX_DIR)/.config
64 echo 'CONFIG_INITRAMFS_ROOT_UID=$(shell id -u)' >> $(LINUX_DIR)/.config
65 echo 'CONFIG_INITRAMFS_ROOT_GID=$(shell id -g)' >> $(LINUX_DIR)/.config
66 echo "$(if $(CONFIG_TARGET_INITRAMFS_COMPRESSION_NONE),CONFIG_INITRAMFS_COMPRESSION_NONE=y,# CONFIG_INITRAMFS_COMPRESSION_NONE is not set)" >> $(LINUX_DIR)/.config
67 echo -e "$(if $(CONFIG_TARGET_INITRAMFS_COMPRESSION_GZIP),CONFIG_INITRAMFS_COMPRESSION_GZIP=y\nCONFIG_RD_GZIP=y,# CONFIG_INITRAMFS_COMPRESSION_GZIP is not set\n# CONFIG_RD_GZIP is not set)" >> $(LINUX_DIR)/.config
[all...]
H A Dtoplevel.mk47 .config scripts/config/conf scripts/config/mconf: tmp/.prereq-build
62 f=tmp/.$${type}info; t=tmp/.config-$${type}.in; \
68 .config: ./scripts/config/conf $(if $(CONFIG_HAVE_DOT_CONFIG),,prepare-tmpinfo)
69 @+if [ \! -e .config ] || ! grep CONFIG_HAVE_DOT_CONFIG .config >/dev/null; then \
70 [ -e $(HOME)/.openwrt/defconfig ] && cp $(HOME)/.openwrt/defconfig .config; \
74 scripts/config/mcon
[all...]
/netgear-R7800-V1.0.2.28/package/zz-dni-streamboost/files/
H A Dsb_update_database4 new_firmware=$(config get new_firmware)
12 # [ "$ret_status" = "0" -o "$ret_status" = "11" ] && config set new_firmware=0 && config commit
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/
H A Dbase-files.mk2 rm -f $(1)/etc/config/network
/netgear-R7800-V1.0.2.28/target/linux/brcm47xx/
H A Dbase-files.mk2 rm -f $(1)/etc/config/network
/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/
H A Dbase-files.mk2 rm -f $(1)/etc/config/network
/netgear-R7800-V1.0.2.28/target/linux/ipq806x/
H A Dbase-files.mk2 rm -f $(1)/etc/config/network
/netgear-R7800-V1.0.2.28/target/linux/kirkwood/
H A Dbase-files.mk2 rm -f $(1)/etc/config/network
/netgear-R7800-V1.0.2.28/target/linux/lantiq/
H A Dbase-files.mk2 rm -f $(1)/etc/config/network
/netgear-R7800-V1.0.2.28/target/linux/mpc83xx/
H A Dbase-files.mk2 rm -f $(1)/etc/config/network

Completed in 71 milliseconds

1234567891011>>