Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
ophub committed Jan 16, 2022
1 parent baf51c3 commit 50c7355
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rebuild
Original file line number Diff line number Diff line change
Expand Up @@ -476,9 +476,7 @@ copy_files() {
[ -f "${interfaces_file}" ] && sed -i "s|hwaddress ether.*|hwaddress ether ${random_macaddr}:AA|g" ${interfaces_file}

# Add rtl8189fs & 8188fu driver for s905x(HG680P & B860H), rtl8822cs driver for s905x3(x96max+) in the dev branch kernel
[[ "${build_soc}" == "s905x3" || "${build_soc}" == "s905x" ]] && {
#sed -i "s|version_branch=\"stable\"|version_branch=\"dev\"|g" usr/sbin/armbian-update
}
#[[ "${build_soc}" == "s905x3" || "${build_soc}" == "s905x" ]] && sed -i "s|version_branch=\"stable\"|version_branch=\"dev\"|g" usr/sbin/armbian-update

# Optimize wifi/bluetooth module
[ -d "usr/lib/firmware/brcm" ] && (
Expand Down

0 comments on commit 50c7355

Please sign in to comment.