Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ophub/amlogic-s9xxx-openwrt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: quanjindeng/amlogic-s9xxx-openwrt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

There isn’t anything to compare.

ophub:main and quanjindeng:main are entirely different commit histories.

Showing with 26 additions and 0 deletions.
  1. +26 −0 amlogic-s9xxx/common-files/files/etc/config/wireless
26 changes: 26 additions & 0 deletions amlogic-s9xxx/common-files/files/etc/config/wireless
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11a'
option path 'platform/soc/d0000000.apb/d0070000.mmc/mmc_host/mmc0/mmc0:0001/mmc0:0001:1'
option country 'CN'
option legacy_rates '1'
option mu_beamformer '0'
option band '2g'
option channel 'auto'

config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'Phicomm_n1'
option key 'password'
option ieee80211k '1'
option ieee80211v '1'
option wnm_sleep_mode '1'
option bss_transition '1'
option time_advertisement '2'
option ieee80211r '1'
option ft_over_ds '1'
option ft_psk_generate_local '1'
option encryption 'psk2'