Skip to content

Commit

Permalink
ipq40xx-generic: remove all dsl related packages
Browse files Browse the repository at this point in the history
The Fritz!Box 7520/7530 received DSL support in OpenWrt 23.05
remove obsolete dsl packages
  • Loading branch information
Djfe committed Feb 9, 2024
1 parent 5e800cc commit 5707e19
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions targets/ipq40xx-generic
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@ device('avm-fritz-box-4040', 'avm_fritzbox-4040', {
device('avm-fritz-box-7530', 'avm_fritzbox-7530', {
factory = false,
aliases = {'avm-fritz-box-7520'},
packages = {
-- same as ATH10K_PACKAGES_IPQ40XX
'kmod-ath10k',
'-kmod-ath10k-ct',
'-kmod-ath10k-ct-smallbuffers',
'ath10k-firmware-qca4019',
'-ath10k-firmware-qca4019-ct',

-- VDSL modem
'-kmod-ltq-vdsl-vr11',
'-kmod-ltq-vdsl-vr11-mei',
'-ltq-vdsl-vr11-app',
'-ltq-dsl-base', -- or would removing this cause issues?
}
})

device('avm-fritz-repeater-1200', 'avm_fritzrepeater-1200', {
Expand Down

0 comments on commit 5707e19

Please sign in to comment.