targets: add Fritz!BOX specific packages
* fritz-tffs * fritz-caldata
This commit is contained in:
parent
f49813b52f
commit
626cb8bff5
@ -47,14 +47,17 @@ device('allnet-all0315n', 'all0315n', {
|
|||||||
|
|
||||||
device('avm-fritz-box-4020', 'fritz4020', {
|
device('avm-fritz-box-4020', 'fritz4020', {
|
||||||
factory = false,
|
factory = false,
|
||||||
|
packages = {'fritz-tffs'},
|
||||||
})
|
})
|
||||||
|
|
||||||
device('avm-fritz-wlan-repeater-300e', 'fritz300e', {
|
device('avm-fritz-wlan-repeater-300e', 'fritz300e', {
|
||||||
factory = false,
|
factory = false,
|
||||||
|
packages = {'fritz-tffs'},
|
||||||
})
|
})
|
||||||
|
|
||||||
device('avm-fritz-wlan-repeater-450e', 'fritz450e', {
|
device('avm-fritz-wlan-repeater-450e', 'fritz450e', {
|
||||||
factory = false,
|
factory = false,
|
||||||
|
packages = {'fritz-tffs'},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
@ -26,6 +26,9 @@ device('avm-fritz-box-4040', 'avm_fritzbox-4040', {
|
|||||||
extra_images = {
|
extra_images = {
|
||||||
{'-squashfs-eva', '-bootloader', '.bin'},
|
{'-squashfs-eva', '-bootloader', '.bin'},
|
||||||
},
|
},
|
||||||
|
packages = {
|
||||||
|
'fritz-caldata', 'fritz-tffs',
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user