targets: add Fritz!BOX specific packages

* fritz-tffs
* fritz-caldata
This commit is contained in:
Sven Roederer 2019-11-01 02:50:58 +01:00 committed by Sven Roederer
parent f49813b52f
commit 626cb8bff5
2 changed files with 6 additions and 0 deletions

View File

@ -47,14 +47,17 @@ device('allnet-all0315n', 'all0315n', {
device('avm-fritz-box-4020', 'fritz4020', {
factory = false,
packages = {'fritz-tffs'},
})
device('avm-fritz-wlan-repeater-300e', 'fritz300e', {
factory = false,
packages = {'fritz-tffs'},
})
device('avm-fritz-wlan-repeater-450e', 'fritz450e', {
factory = false,
packages = {'fritz-tffs'},
})

View File

@ -26,6 +26,9 @@ device('avm-fritz-box-4040', 'avm_fritzbox-4040', {
extra_images = {
{'-squashfs-eva', '-bootloader', '.bin'},
},
packages = {
'fritz-caldata', 'fritz-tffs',
}
})